@charset "utf-8";
/* CSS Document */

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
/*border: 1px solid black;
background-color: #FFEEC6;
*/}

.mainitems a, .oneitem a{
/*margin-left: 6px;
margin-right: 8px;*/
text-decoration: none;

	display:block;
	color:#fff;
	font-weight:bold;
	width:81px;
	width:124px;
	height:42px; 
	text-align:center;
	border-bottom: 0;
	/*background-image:url('images/blue/center.png');*/
	background-image:url('images/blue/center_w.gif');
	line-height:48px; 
	font-size:11px; 
	overflow:hidden;
	padding-left: 1px;

}

/* #cssdropdown li:hover .mainitems a, li.over a { lists nested under hovered list items */
#cssdropdown a:hover { /* lists nested under hovered list items */
	background-image: url(images/blue/center_hassub_w.gif);
	color:#043454;
}
#cssdropdown .oneitem a:hover { /* lists nested under hovered list items */
	background-image: url(images/blue/center_nosub_w.gif);
	color:#043454;
}
.subuls{
display: none;
width: 10em;
position: absolute;
/*top: 1.2em;*/
left: 0;
}

.subuls li{
width: 100%;
}

.subuls li a{
	text-decoration: none;
	background-image: none;
	display:block;
	height: 28px;
	line-height: 26px;
	color:#043454;
	width:142px;
	text-align:left;
	margin: 0;
	padding:0 0 0 11px;
	font-weight:normal;
}


#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: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
	width:152px;
	margin: 0 0 0 3px;
	padding: 0;
	background-image:url('images/blue/dropdown.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
}

#cssdropdown li ul li a:hover {background-image:url('images/blue/sub_hover_u.gif');}



#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

#nav {
	text-align:center;
	width: 899px;
	height: 48px;
	/*float: left;*/
	background: transparent;
	margin: 0 0 0 15px;
	z-index: 1;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
	height:42px;
	position:relative;
	font-size:11px;
	margin: 0;
	z-index:1000;
}
.clear{
height:4px;
clear:both;
width:100%;
margin:0;
margin-left:20px;
}
.menuTop li
{
display: inline;
list-style-type: none;
padding: 0 4px 0 4px;
}
.menuTop a{
	color: #fff;
	text-decoration:none;
	font-size:11px;
}
.menuTop a:hover {
	background-color:#FFFF00;
	color:#000033;
}