@charset "UTF-8";
#navigation {
	padding-left: 370px;
	margin-top: -90px;
}


#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:1;
}

#cssdropdown li {
	float: left;
	position: relative;
}

.mainitems{
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.mainitems a{
	margin-left: 6px;
	margin-right: 8px;
	text-decoration: none;
}

.mainitems a:hover{
	font-weight: bold;
}

.subuls{
	display: none;
	width: 10px;
	position: absolute;
	top: 1.2em;
	left: 0;
	background-color: #CCCCCC;
	border: 1px solid black;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	z-index: 2;
}

.subuls li{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 4px;
	text-indent: 5px;
}

.subuls li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.subuls li a:hover{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

#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: 30;
	left: -80;
}

#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;
}
