.jquerycssmenu{
width:900px;		
font: bold 13.5px Verdana;
}
.jquerycssmenu ul{
width:900px;	
position: absolute;
z-index:1;	
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}
/*Top level menu link items style*/
.jquerycssmenu ul li a{
float:left;
height:48px;
padding-left:8.5px;
margin-right:9px;
background:url("../images/top/btn_top_menu_left.png") no-repeat left top;
color: #FFF;
text-decoration: none;
vertical-align:bottom;
}
.jquerycssmenu ul li a span {
display:block;
padding:20px 0px 13px 0px;
background: url("../images/top/btn_top_menu_right.png") no-repeat right top;
}
.jquerycssmenu ul li a:hover{
background: url("../images/top/btn_top_menu_left_on.png") no-repeat left top;
height:48px;
color:#416498;
background-position:0% 0px;
}
.jquerycssmenu ul li a:hover span {
background: url("../images/top/btn_top_menu_right_on.png") no-repeat right top;
background-position:100% 0px;
}
a.hover_ul_li{
background: url("../images/top/btn_top_menu_left_on.png") no-repeat left top !important;
height:48px !important;
color:#416498 !important;
background-position:0% 0px !important;
}
.hover_ul_li_span {
background: url("../images/top/btn_top_menu_right_on.png") no-repeat right top !important;
background-position:100% 0px !important;
}
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
z-index : 1;
left: 0;
padding:0px;
margin:0px;
display: block;
visibility: hidden;
border: 1px solid #555555;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
background:none;
margin:0px;
padding:0px;
height:30px;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}
/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font-size:11px;
color:#555555;
width: 157px; /*width of sub menus*/
background:url(../images/top/sub_menu_bg.png) top left repeat;
/* background: rgba(243, 242, 242, 0.5); */
color: black;
padding-left:15px;
padding-top:8px;
margin: 0px;
height:22px;
}
.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #416498;
color: #FFFFFF;
height:22px;
}
.menuSpan {
width:164px;
text-align:center;
text-indent:-9px;
}