
a.menu,a:link.menu,a:visited.menu,a:active.menu
{
	font-size: 12px;
	color: #FFFFFF;
	text-transform:uppercase;
	
	
}
a:hover.menu
{
	font-size: 12px;
	color: #FFFFFF;
	text-transform:uppercase;

}

a.menutop,a:link.menutop,a:visited.menutop,a:active.menutop
{
	font-size: 12px; color: #FFFFFF; text-decoration: underline;
	
	
}
a:hover.menutop
{
	font-size: 12px; color: #FFFFFF; text-decoration: underline;
}

a.menutopa,a:link.menutopa,a:visited.menutopa,a:active.menutopa
{
	font-size: 11px; color: #FFFFFF; 
	
	
}
a:hover.menutopa
{
	font-size: 11px; color: #FFFFFF; 
	text-decoration:underline;
}

a.menutop1,a:link.menutop1,a:visited.menutop1,a:active.menutop1
{
	font-size: 12px; color: #FFFFFF; 
	
	
}
a:hover.menutop1
{
	font-size: 12px; color: #FFFFFF; text-decoration: underline;
}
.menutop
{
	font-size: 12px; color: #FFFFFF; 
}

.menuhead
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}



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

}

.headmenuleft
{
font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
}

a.menuleft,a:link.menuleft,a:visited.menuleft,a:active.menuleft
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	
	
}
a:hover.menuleft
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:underline;

}
#dropmenudiv{
position:absolute;
background-color: #FFFFFF;
border:1px solid #A3C5E3;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
text-align:left;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #A3C5E3;
padding: 1px 0;
padding-top:6px;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
height:25px;
vertical-align:middle;
background-image:url(images/bgmenutrog.jpg);
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFFFF;
color:#FFFFFF;
height:25px;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFFF;
}

