td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:10px;
	color:#5A5C60;
}
form
{
	margin:0px;
}
a {

	text-decoration: underline;
	color:#5A5C60;
}
.br
{
	color:#877C65;
}
a.br
{
	color:#877C65;
	text-decoration:underline;
}
.bl
{
	color:#3C7D8B;
}
a.bl
{
	color:#3C7D8B;
	text-decoration:underline;
}
a.copy
{
	color:#B6AF9D;
	text-decoration:none;
}
.menu
{
	color:#998F7B;
}
a.menu
{
	color:#998F7B;
	text-decoration:underline;
}





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

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

.mainitems{

}

.mainitems a{
text-decoration: none;
}

.subuls{
display: none;
width: 115px;
position: absolute;
top: 33px;
left: 5px;
background-color: #F0F1E1;
border: 1px solid #877C65;
}

.subuls li{
width: 100%;
padding:3px;
color:#C4BEB1;
}

.subuls li a{
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;
}
