	/* NAVIGATION BUTTONS */
.menu {
height: 44px;
width: 211px;
}
.cssnav	{
position:relative;
						
margin: 0; 
padding: 0;
font-family: arial, helvetica, sans-serif;
background: url(./images/overbtn.jpg) no-repeat;
width: 211px;
height: 44px;
overflow:hidden;/* for ie to hide extra height*/	
}
.cssnav a 
{
display: block;
color: #000000;
font-size: 11px;
width: 211px;
height: 44px;
display: block;
color: black; 
text-decoration: none;
overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a:hover 
{
color: #8E0000;
}
			

.cssnav img {width: 211px; height: 44px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
.cssnav span 
{
 position: absolute;
left: 30px;top: 15px;
text-align: center;
 width: 150px;
 cursor: pointer;   
					     
}
			
fieldset {text-align: left;
 border: 1px groove #8E0000; 
 padding: 2px 5px;
			}
legend {color: #000; background: #F0F0F0; border: 1px groove #8E0000; padding: 2px 5px; font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #8E0000;}
/* END OF NAVIGATION */.comment_text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; text-decoration: none}

