.textnav {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.copright {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #B5B5B5;
}

a:visited.menu    {color:white;  font-family: Tahoma,Arial;font-weight:bold;text-decoration:none}
a:link.menu       {color:white;  font-family: Tahoma,Arial;font-weight:bold;text-decoration:none}
a:hover.menu      {color:#A1A1A1;  font-family: Tahoma,Arial;font-weight:bold;text-decoration:none}

a:visited.small    {color:#FF9900; font-family: Tahoma,Arial; font-size: 10px;font-weight:bold;text-decoration:underline}
a:link.small       {color:#FF9900; font-family: Tahoma,Arial; font-size: 10px;font-weight:bold;text-decoration:underline}
a:hover.small      {color:#0CB8E9; font-family: Tahoma,Arial; font-size: 10px;font-weight:bold;text-decoration:underline}


#dropmenudiv{

position: absolute;
border:0px solid gray;
border-bottom-width: 0;
font:normal 11px arial  ;
line-height:15px;
z-index:100;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#A1A1A1;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
color: red;
}
