@charset "UTF-8";
/* CSS Document */
#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
/*==>*/	width: 799px;/*725px;*/	float:left;
}
#cssdropdown li {
	float: left;
	position: relative;
}
.mainitems {
	height:38px;
	padding-top:50px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
.mainitems a:hover {
	
	float:left;
	color:#3376A7;
	background:url(images/bx_sub_menu_hov1.png) no-repeat;
}
.mainitems a {
	float:left;
	padding:0 20px 0 20px;
	text-decoration: none;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
}
.subuls {
	display: none;
	width: 150px;
	position: absolute;
	top: 1.2em;
	left: 0px;
	background-color:#A6C1D3;
	top:88px;
}
.subuls li {
	width: 130px;
	line-height:40px;
	padding-left:20px;
}
.subuls li a:hover {
	width: 130px;
	color:#3376A7 !important;
	background:url(images/bx_sub_menu_hov.png) no-repeat;
	padding-left:20px;
	height:50px;
}
.subuls li a {
	text-decoration: none;
	width: 130px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	height:50px;
}
#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 88px;
	left: 0px;
}
#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;
}
