
/* Page Header : Menu */

#header_menu {
	padding-top: 0px;
	padding-left: 0px;
	float: left;
}

#header_menu li {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 240px;
	height: 25px;
	text-align: left;
	clear: both;
	float: none;
}

#header_menu li a {
	display: block;
	font-size: 10px;
	width: 240px;
	height: 25px;
	color: #e3ecf8;
	background-color: #3d6290;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
}

#header_menu li a span {
	display: block;
	padding-top: 0px;
	padding-left: 0px;
}

#header_menu li a:hover {
	color: #fff;
	background-color: #2e4a6c;
}


/* LI Menu */
.skin1 {
cursor:default;
font:menutext;
position:absolute;
text-align:left;
font-family: Tahoma;
font-size: 10pt;
width:240px;
background-color: menu;
visibility:hidden;
}
.menuitems {
padding-left:0px;
padding-right:0px;
}
/* Right Expanding Menu  All menu padding       ---------------  */
.glossymenu{
	padding-top: 0px;
	padding-left: 0px;
	float: left;
	
}
  /* link padding around -------------- */
.glossymenu a.menuitem{
    display: block;
	font-size: 10px;
	color: #e3ecf8;
	background-color: #3d6290;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	width: 240px;
	height:25px;
	text-align: left;
	clear: both;
	float: none;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 2px;
	
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/

position: absolute; /*    right arrow  */
top: 8px;
right: 2px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu ------------------------------------------------- */
background: url('../images/Left_06.gif');
width: 240px;
height: 25px;
margin-bottom: 0px;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #fff;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px Tahoma;
color: black;
text-decoration: none;
padding: 0px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
}