@charset "utf-8";
/* CSS Document */

#navLinks{
	width:1000px;
	background:#3366CC;
	height:22px;
	margin-bottom:1px;
	clear: both;
}

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {

float: left;
position: relative;
}
#cssdropdown lu li {
	float: left;
	position: relative;
}

.mainitems{
	margin-right:1px;
	background-color: #3366CC;
	padding:3px;
}

.mainitems a{
	margin-right: 1px;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding: 5px;
}

.subuls{
	clear:both;
	display: none;
	width: 15em;
	position: absolute;
	top: 2.2em;
	left: 0;
	background-color: #FBFBFB;
	border: 1px solid #CCCCCC;
	font-size:9px;
	z-index:1000;
}

.subuls li{
	font-weight:normal;
	padding:0px;
	width: 100%;
	z-index: 1200px;
}
.subuls li a{
	display: block;
	text-decoration: none;
	color: #003399;
	padding: .3em .2em .4em .2em;
}
 li a:hover
{
	background-color: #DFDFDF;
	color: #003399;
}



#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;

}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

