
div#mvat td.navLvl0 a 
{
	text-align:			right;
	font-family: 		'Courier New';
	font-size:			17px; 
	font-weight: 		bold;
	color:				#7A352B;
	background-image: 	url(../img/l_menu_bgr.gif);
	background-repeat: 	no-repeat;
	background-position: left top;
	display:			block;
	width: 				193px;
	height: 			37px;
	margin-bottom:		5px;
	margin-right:		5px;
	line-height:		37px;
}
div#mvat td.navLvl0 a.active 
{ 
	color:				#8F7C3D;
	background-image: 	url(../img/l_menu_bgr_o.gif);
	background-repeat: 	no-repeat;
	background-position: left top;
}
div#mvat td.navLvl0 a:hover 
{ 
	color:				#8F7C3D;
	padding-left:		0px; 
	background-image: 	url(../img/l_menu_bgr_o.gif);
	background-repeat: 	no-repeat;
	background-position: left top;
}
div#mvat td.navLvl1 a 
{
    text-align:            right;
    font-family:         'Courier New';
    font-size:            15px; 
    font-weight:         normal;
    color:                #7A352B;
   
    display:            block;
    width:                 193px;
    height:             20px;
    margin-bottom:        5px;
    margin-right:        5px;
    line-height:        20px;
}
div#mvat td.navLvl1 a.active 
{ 
    color:                #8F7C3D;
   
}
div#mvat td.navLvl1 a:hover 
{ 
    color:                #8F7C3D;
    padding-left:        0px; 
   
}
    
	