/* --- DROP MENU RULES - TOP LEVEL --- */

#dropmenudiv{
	position: absolute;
	float: inherit;
	border: 0px #000;
	line-height: 18px;
	z-index: 2000;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding: 1px;
}
#dmenu_background
{
	padding-top: 4px;
	width: 100%;
	height: 20px;
	background-color: #;
}


/* --- DROP MENU RULES - TOP LEVEL MENU  --- */
a.menu_link_open {
	display: block;
	height: 23px;
	background: #51358B;
	padding-right: 20px;
	padding-left: 200px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top:0px;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff
	overflow: hidden;
	float: left;
	font-weight: bold;
}
a.menu_link, a.menu_link:link, a.menu_link:visited 
{
	display: block;
	height: 18px;
	background: #51358B;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top:5px;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5FBFE;
	overflow: hidden;
	float: left;
		font-weight: bold;
}
a.menu_link:hover {color:#fff; background:#5C79B8;}
a.menu_link:active {color:#fff; background:#5C79B8;}


/* --- DROP MENU RULES - SUB MENU  --- */
a.sub_menu_link, a.sub_menu_link:link, a.sub_menu_link:visited 
{
	display: block;
	width: 70%; /* ---SET WIDTH OF SUB MENU HERE  --- */
	height: 17px;
	background: #51358B;
	padding-left: 15px;
	padding-bottom: 5px;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5FBFE;
	line-height: 24px;
	overflow: hidden;
	float: left;
		font-weight: bold;
}
a.sub_menu_link:hover {color:#fff; background:#5C79B8;}
a.sub_menu_link:active {color:#fff; background:#5C79B8;}


/* --- SUB NAV PANEL BOXES -  MENU RULES --- */

a.sub_panel, a.sub_panel:link, a.sub_panel:visited 
{
	background: #F0EFF1;
	border: 1px solid #ccc;
	
	width: 140px;
	height: 15px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A4A26;
	
	margin-bottom: 4px;
	padding-left: 10px;
	padding-bottom: 8px;
	text-align: left;
	text-decoration: none;
	line-height: 24px;
	display: block;
	overflow: hidden;
	float: left;
		font-weight: bold;
}
a.sub_panel:hover {color:#131014; background:#fff;}
a.sub_panel:active {color:#131014; background:#fff;}


a.sub_panel_open
{
	background: #fff;
	border: 1px dashed #ccc;
		
	width: 140px;
	height: 15px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #131014;
	
	margin-bottom: 4px;
	padding-left: 10px;
	padding-bottom: 8px;
	text-align: left;
	text-decoration: none;
	line-height: 24px;
	display: block;
	overflow: hidden;
	float: left;
		font-weight: bold;
}
.menu_bg
{
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
}
