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

}


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

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

}
#dropmenudiv{
position:absolute;
background-color: #FFFFFF;
border:1px solid #E47A59;
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 #E47A59;
padding: 1px 0;
padding-top:6px;
text-decoration: none;
font-weight: bold;
color:#000000;
height:25px;
vertical-align:middle;
background-image:url(images/bgmenutrog.jpg);
}

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

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


