@charset "utf-8";
/* CSS Document BHMenu.css */
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu {
	position: relative;
	padding: 0 0 0 34px;
	margin: 5px 10px 5px;
	background: url(../i/menu/menug_bg_bg.jpg) repeat-x; /* tab background image path*/
	height: 46px;
	list-style: none;
	/* border-top: 10px solid #045c97 ; */
}
.glossymenu li.sub ,
.glossymenu li.current { background: url(../i/menu/menug_bg_bg.jpg) repeat-x ; }
	
.glossymenu li {
	float:left;
	margin: 0 ; 
	position: relative ;
	list-style: none ;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b {
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover {
	color: #fff;
	background: url(../i/menu/menug_hover_left_bg.jpg) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b {
	color: #fff;
	background: url(../i/menu/menug_hover_right_bg.jpg) no-repeat right top; /*right tab image path*/
}


/* add suckerfish menu for submenus from Dynamic Drive */

/*1st sub level menu*/
ul.glossymenu li ul {
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
ul.glossymenu li ul li {
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
ul.glossymenu li ul li ul { 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
ul.glossymenu li ul li a ,
ul.glossymenu li.current ul li a {
display: block;
background-color: #a1c446 ;
color: navy;
text-decoration: underline ;
border: 1px solid #ccc;
padding: .1em .2em ;
margin: 0 ;
width: 160px; /* width of sub menu levels*/
height: 20px ;
line-height: 20px ;
float: none ;
text-align: left ;
}

ul.glossymenu li ul li a:hover{
background: #333333 ; 
color: #d9d7d8 ;
}

/*Background image for top level menu list links */
.glossymenu .mainfoldericon{
/* background: #F3F3F3 url(../menu/arrow-down.gif) no-repeat center right; */
}

/*Background image for subsequent level menu list links */
.glossymenu .subfoldericon{
/* background: #F3F3F3 url(../menu/arrow-right.gif) no-repeat center right; */
}
	
/* Holly Hack for IE \*/
* html .glossymenu ul li { float: left; height: 1%; }
* html .glossymenu ul li a { height: 1%; }
/* End */
