/* --- DROP MENU RULES - TOP LEVEL --- */

#menu_container
{
	WIDTH: 98%;						/* --- SET MENU BAR WIDTH  --- */
	height: 25px;					/* --- MENU BAR HEIGHT  --- */
	
	margin-left: 7px; 			/* --- MENU LEFT SPACING  --- */
	margin-right: 7px;			/* --- MENU RIGHT SPACING  --- */
	
	background: #114A67; 			/* --- BACKGROUND COLOR  --- */
	border: 1px solid #155F82;		/* --- MENU BORDER AND COLOR  --- */

	
	margin-top: 5px;
	margin-bottom: 0em;
}

#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;
}

/* --- DROP MENU RULES - TOP LEVEL MENU  --- */
a.menu_link_open {
	display: block;
	
	height: 20px;			/* --- MENU  BAR HEIGHT  --- */
	background: #114A67; /* --- BACKGROUND COLOR  --- */
	color: #fff;			/* --- 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-size: 11px;
	font-weight: bold;
	overflow: hidden;
	float: left;
}
a.menu_link, a.menu_link:link, a.menu_link:visited 
{
	display: block;
	
	height: 20px;			/* --- MENU  BAR HEIGHT  --- */
	background: #114A67; /* --- BACKGROUND COLOR  --- */
	color: #F5FBFE; 		/* --- 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: 11px;
	font-weight: bold;
	overflow: hidden;
	float: left;
}
a.menu_link:hover {
	color: White;
	background: #155F82;
}
a.menu_link:active {
	color: White;
	background: #155F82;
}

/* --- 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: 25px;			/* --- MENU  BAR HEIGHT  --- */
	background: #114A67; /* --- BACKGROUND COLOR  --- */
	color: #F5FBFE; 		/* --- FONT COLOR  --- */
	
	padding-left: 15px;
	padding-bottom: 5px;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	overflow: hidden;
	float: left;
}
a.sub_menu_link:hover {
	color: Yellow;
	background: #155F82;
}
a.sub_menu_link:active {
	color: White;
	background: #155F82;
}


/***************************************************************************************/

/* --- 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;
}