
.txtmenu
{
	color: #FFFFFF;
	font-weight: bold;
	font-size:11px;
	text-transform:uppercase;
}



a.menutop,a:link.menutop,a:visited.menutop,a:active.menutop
{
	color: #FFFFFF;
	font-weight: bold;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	font-family:tahoma;
	
	
}
a:hover.menutop
{
	color: #000000;
	font-weight: bold;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
}

.txtmenufoot
{
	font-weight: bold;
	color: #FFFFFF;
}
a.menufoot,a:link.menufoot,a:visited.menufoot,a:active.menufoot
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;

}
a:hover.menufoot
{
	
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
	
}


/* menu */

#dropmenudiv{
position:absolute;
border-bottom:1px solid #A1D0E0;
border-bottom-width: 0;
font-size:12px;
line-height:25px;
z-index:100;
margin:0px;
margin-top:0px;
margin-left:0px;

}

#dropmenudiv a{
width:100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #A1D0E0;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color:#FFFFFF;
text-align:left;



}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #0099FF ;
color:#FFFFFF;


}

