/* CSS Document */
ol {
	list-style: decimal;
	font-size: 12px;
	width: 200px;
	padding: 30px 0 0 60px;
	margin: 0 auto;
}
ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

ul#navigation {
	height: 30px;
	padding: 15px 10px 0 15px;
	width: 930px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

ul#navigation li {

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: left;
	width: 122px;
	margin: 0 8px 0 0;
	background-color: #01009a;
	border: solid 1px #415F9D;
	position: relative;
	z-index: 1;

}

ul#navigation li.selected {
	z-index: 3;
	background-color: #0066cb;
	background: #0066cb;
}


ul#navigation li.shadow {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -3px;
	left: 0;
	border: none;
	background: none;
	z-index: 2;
	-webkit-box-shadow: #111 0 -2px 6px;
	-moz-box-shadow: #111 0 -2px 6px;
	box-shadow: #111 0 -2px 6px;
}

ul#navigation li a:link, ul#navigation li a:visited {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	text-align: center;
	width: 122px;
	height: 60px;
	line-height: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 13px;
	color: #fff;
	letter-spacing: 0px;
	outline: none;
	float: left;
	background: #01009a;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	font-weight: bold;
	line-height: 27px;
}

ul#navigation li a:hover {
	background-color: #0099FF;
	background: #0099FF;
	
}

ul#navigation li.selected a:link, ul#navigation li.selected a:visited {
	color: #FFFFFF;
	border: solid 1px #fff;
	-webkit-transition: background-color 0.2s linear;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(.2, #f2f2f2),color-stop(.8, #d1d1d1));
	background: -webkit-gradient(linear,left bottom,left top,color-stop(.2, #f2f2f2),color-stop(.8, #d1d1d1));
	background-color: #0066cc;
	background: #0066cc;
}
a.st .img{width:70px;height:55px;}

a.st .img img{width:70px;height:55px;}

a.st:hover .img{
	width:70px;
	height:55px;
	overflow:visible;
	visibility:hidden;
	text-align: left;
}

a.st:hover .img img{
	visibility:visible;
	position:absolute;
	z-index:150;
	padding-left: -20px;
	text-align: left;
}