#sub_menu_table {
	height:25px;
	border: 0px;
	padding: 0px;
    display: block;
}

.sub_menu_left_off { 
 	width:20px;
	height:25px;
	border:0px;
	background-image:url(../images/menu_arrow.png);
}


.sub_menu_off { 
	border:0px;
	height:25px;
	background-image:url(../images/sub_menu_off.gif);	
}

.under_menu {
	font-weight:bold;
	color: #5f5e65;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 95%;
}

.sub_menu_right_on, .sub_menu_right_off {
	width:10px;
}


.sub_menu_left_on { 
 	width:20px;
	height:25px;
	border:0px;
	background-image:url(../images/menu_arrow_on.png);

}

.sub_menu_on { 
	border:0px;
    text-transform: uppercase;
    font-size: 90%;
    font-weight: bold;
	height:25px;
	color:#FFF;

}




