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

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 1px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
z-index:100;
}

#dropmenudiv a:hover
{ 
background-color:#CCCCCC; 
font-weight: bold;
z-index:100;
}

.style1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.style5 
{
	font-size: 9px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style6 
{
	color: #FFFFFF
}
.style8 {font-size: 12px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style9 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16;
	font-weight: bold;
	color: #336600;
}
.style10 {font-size: 12px}
.style18 {font-size: 12px; color: #FF6600; }
.style19 {font-size: 12px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.style20 {
	color: #0066CC;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style21 {
	color: #FF6600;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.borderright
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-color: #73A4B7;
	border-right-color: #73A4B7;
	border-bottom-color: #73A4B7;
}
.borderleft
{
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #73A4B7;
	border-bottom-color: #73A4B7;
	border-left-color: #73A4B7;
}
.border
{
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #73A4B7;
	border-bottom-color: #73A4B7;
	border-left-color: #73A4B7;
	border-right-color: #73A4B7;
}
.borderblack
{
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
}
img
{  border-style: none;
}
a:link {color: #000000; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #FF9900; text-decoration: none; }

.hoverlink:hover
{
color:#FF0000;
border: solid 1px #000000;
background-color: yellow;

}
