/* CSS Document */

body,td,th {
	font-family: arial;
	font-size: 14px
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #666633;
	text-decoration:none;
}
a:active {
	color: #000000;
	text-decoration:none;
}
a.top:link {
	font-size: 14px;
	color: #000000;
	text-decoration:none;
}
a.top:visited {
	font-size: 14px;
	color: #000000;
	text-decoration:none;
}
a.top:hover {
	font-size: 14px;
	color: #666633;
	text-decoration:none;
}
a.top:active {
	font-size: 14px;
	color: #000000;
	text-decoration:none;
}
.bottom {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}
a.bottom:link {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}
a.bottom:visited {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}
a.bottom:hover {
	font-size: 10px;
	color: #666633;
	text-decoration:none;
}
a.bottom:active {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}
.photo {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 3px 0;
text-decoration: strong;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #CCCC99;
}