/* --- DROP MENU RULES - TOP LEVEL --- */
#dropmenudiv{
	position: absolute;
	float: inherit;
	border: 1px #000;
	line-height: 18px;
	z-index: 2000;
	padding: 1px;
	font-size: 10px;
}
#dmenu_background
{
	padding-top: 4px;
	width: 100%;
	height: 20px;
}
#menu_container
{
	WIDTH: 100%;					/* --- SET MENU BAR WIDTH  --- */
	height: 27px;					/* --- MENU BAR HEIGHT  --- */
	
	margin-left: 0px; 			/* --- MENU LEFT SPACING  --- */
	margin-right: 0px;			/* --- MENU RIGHT SPACING  --- */
	
	background: #000; 			/* --- BACKGROUND COLOR  --- */
	border: 0px solid #231F20;		/* --- MENU BORDER AND COLOR  --- */
	border-bottom: 2px solid #231F20;	/* --- MENU BORDER base AND COLOR  --- */
	
	margin-top: 0px;
	margin-bottom: 0em;
}

/* --- DROP MENU RULES - TOP LEVEL MENU  --- */
a.menu_link_open {
	display: block;
	
	height: 20px;			/* --- MENU  BAR HEIGHT  --- */
	background: #000; /* --- BACKGROUND COLOR  --- */
	color: #74C068;			/* --- FONT COLOR  --- */
	
	padding-right: 20px;
	padding-left: 20px;
	
	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-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	overflow: hidden;
	float: left;
}
a.menu_link, a.menu_link:link, a.menu_link:visited 
{
	display: block;
	
	height: 20px;			/* --- MENU  BAR HEIGHT  --- */
	background: #000; /* --- BACKGROUND COLOR  --- */
	color: #fff; 		/* --- FONT COLOR  --- */
	
	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: 15px;
	font-weight: normal;
	letter-spacing: 0px;
	overflow: hidden;
	float: left;
}
a.menu_link:hover {
	color: #74C068;
	background: #231F20;
}
a.menu_link:active {
	color: #74C068;
	background: #231F20;
}

/* --- DROP MENU RULES - SUB MENU  --- */
a.sub_menu_link, a.sub_menu_link:link, a.sub_menu_link:visited 
{
	display: block;
	width: 90%;			/* --- SUB MENU WIDTH  --- */
	
	height: 20px;			/* --- MENU  BAR HEIGHT  --- */
	background: #000; /* --- BACKGROUND COLOR  --- */
	color: #fff; 		/* --- FONT COLOR  --- */
	
	padding-left: 15px;
	padding-bottom: 5px;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	overflow: hidden;
	float: left;
}
a.sub_menu_link:hover {
	color: #74C068;
	background: #231F20;
}
a.sub_menu_link:active {
	color: #74C068;
	background: #231F20;
}


/***************************************************************************************/

/* --- SUB NAV PANEL BOXES -  MENU RULES --- */

a.sub_panel, a.sub_panel:link, a.sub_panel:visited 
{
	background: #F0EFF1; /* --- BACKGROUND COLOR  --- */
	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;
}
a.sub_panel:hover {
	color: #131014;
	background: White;
}
a.sub_panel:active {
	color: #131014;
	background: Yellow;
}
a.sub_panel_open
{
	background: #fff; /* --- BACKGROUND COLOR  --- */
	border: 1px solid #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;
}