@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
}

img {
border: 0px;
}

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

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

.mainitems{
border: 0px solid black;
padding:0px;
margin:0px;
background-color: #F9FCF5;
height: 25px;
}

.mainitems a{
margin: 0px;
text-decoration: none;
}

.subuls{
display: none;
position: absolute;
top: 2.1em;
left: 0;
background: #C6BF8E;
}

.subuls li{
width: 100px;
}

.subuls li a{
color: #FFFFFF;
font: 11px/16px arial, helvetica, sans-serif;
text-decoration: none;
}

.subuls li a:hover{
font: 11px/16px arial, helvetica, sans-serif;
color: #967C06;
text-decoration: none;
}

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

.header {
font-family:Verdana, Arial, Helvetica;
font-style:italic;
font-size:14px;
color:#6C2E16;
}

.style3 {
font-size: 9px;
	color: #6C2E16;
	font-family: Verdana, Arial, Helvetica, sans-serif;}



