.drop_menu_on
{
	font-family: verdana,helvetica;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	cursor:hand;
	cursor:pointer;
	visibility:visible;
	position:absolute;	
	padding-top: 19px;
zindex:30000;
}
.drop_menu_off
{
	font-family: verdana,helvetica;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	position:absolute;	
	visibility:hidden;	
	padding-top: 24px;

}

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

.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;
zindex: 30000;
}
.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;
zindex: 30000;
}
.pages_off
{
	font-family: verdana,helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 3px 0 2px 4px;
	color: white;
	cursor:hand;
	cursor:pointer;
}
.pages_on
{
	font-family: verdana,helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	cursor:hand;
	cursor:pointer;
	padding: 3px 0 2px 4px;
	color: yellow;
zindex: 30000;
}