.drop_menu_on
{
	cursor:				pointer;
	font-family: 		verdana,helvetica;
	font-size: 			13px;
	font-style: 		normal;
	font-weight: 		bold;
	visibility:			visible;
	position:			absolute;	
	margin-top:			11px;
}
*html .drop_menu_on
{
	margin-top:			18px;
}
.drop_menu_off
{
	font-family: 		verdana,helvetica;
	font-size: 			13px;
	font-style: 		normal;
	font-weight: 		bold;
	position:			absolute;	
	visibility:			hidden;	
	margin-top:			11px;
}

.drop_submenu_on
{
	font-family: verdana,helvetica;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	cursor:hand;
	cursor:pointer;
	visibility:visible;
	position:absolute;		

}

.drop_submenu_off
{
	font-family: verdana,helvetica;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	position:absolute;	
	visibility:hidden;	
}

.drop_menu
{
	font-family: verdana,helvetica;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: white;
	border: 0px;
	background-color: #271290;
}
.drop_menu_bar_off
{
	font-family: verdana,helvetica;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	cursor:hand;
	cursor:pointer;
	position:relative;
	color: white;
	padding-right: 35px;
}
.drop_menu_bar_on
{
	font-family: verdana,helvetica;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	cursor:hand;
	cursor:pointer;
	position:relative;
	color: #B22222;
	padding-right: 35px;
}
.pages_off
{
	font-family: 		verdana,helvetica;
	font-size: 			12px;
	font-style: 		normal;
	font-weight: 		bold;
	color: 				white;
	cursor:				pointer;
	background-color: 	#513b2b;
	padding: 			5px 0 5px 8px;
}
.pages_on
{
	font-family: 		verdana,helvetica;
	font-size: 			12px;
	font-style: 		normal;
	font-weight: 		bold;
	cursor:				pointer;
	color: 				#f6daa7;
	background-color: 	#513b2b;
	padding: 			5px 0 5px 8px;
}