/* CSS Document */


#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;


}

#cssdropdown li {
float: left;
position: relative;
list-style: none;
margin: 0px 20px 0px 0px;

}

.mainitems{
	height: 30px;
	padding-top: 8px;
}

.mainitems a, a:active, a:visited {
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 1px;
}

.mainitems a:hover {
color: #483922;
}

.subuls{
display: none;
width: 100px;
position: absolute;
top: 30px;
left: 0;
background-color: #ff9900;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}

.subuls li{
width: 100%;
padding: 3px 7px 3px 7px;
line-height: 16px;

}

.subuls li a{
text-decoration: none;
}



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


#mainnav2 {
	margin: 70px 0px 0px 0px;
	float: right;
	height: 0px;
	width: 662px;
}
