<!--[if lte IE 7]>
html .jquerycssmenu{height: 1%;} /*Holly Hack for IE7 and below*/
<![endif]--> 

.jquerycssmenu{

	width:913px;
	height:35px;
	background:#274867;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
border-right:#212e3e 1px solid;
}



/*Top level menu link items style*/


.jquerycssmenu ul li a{
font:bold 13px Tahoma;	
color:#fff;
display: block;
padding:9px 13px 10px 13px;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{ /*sub menus hover style*/
background: #3c5873;
color: #fff;
}

.jquerycssmenu ul li a:hover font{ /*sub menus hover style*/
background:#3c5873;
color: #fff;
}



/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
border-right:0px solid;
margin:0 0 -1px 0;
}

/*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:bold 13px Tahoma;	
color:#fff;
width: 170px; /*width of sub menus*/
padding: 6px 20px 7px 20px;
margin: 0;
border-top-width: 0;
background:#274867;
}


.jquerycssmenu ul li ul li a:hover font{ /*sub menus hover style*/
background:#3c5873;
color: #fff;
}

a.select_m  {
background:#3c5873;

}

a.select_m  font{
background:#3c5873;

}

.jquerycssmenu ul li ul li a.select_m {
background:#3c5873;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 11px;
right: 2px;
}

.rightarrowclass{
position: absolute;
top: 11px;
right: 5px;
}



