/* CSS Document */
.coolmenu 
{
	height:22;	    
	text-align:center;	
	color:#FFFFFF;
	/*background-color:#660000;*/
	background-color:#72011B;
	border:#000000 solid 1px;
}
.coolmenu a
{
height:22;
font: bold 12px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
color:#FFFFFF;
text-decoration: none;
	
	
}
html>body .coolmenu a{ 
width: auto;
}
.coolmenu a:hover 
{
	background:url(../menuon.gif);
	color: white;
	width: auto;
	text-decoration: none;
	
	
}


