.jqueryslidemenu{
font-size:12px;
background: #004381;
width: 980px;
margin:0 auto;
height:42px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
font-size:16px;
float:left;
line-height:41px;
}

.jqueryslidemenu .nav_list ul{
	border:1px solid #276094;
}
.nav_list li{
border-right:1px solid #276094;
}
.nav_list li ul li{
border-right:0px;
}

.jqueryslidemenu ul li span{
display: block; /*background of tabs (default state)*/
padding:0 16px;
color:white;
text-decoration: none;
cursor:pointer;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block; /*background of tabs (default state)*/
padding:0 16px;
color:white;
text-decoration: none;
}
.jqueryslidemenu  .noborder{border:0px;}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}



.jqueryslidemenu ul li a:hover{
background: #166cb3; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background:#f5f5f5;
padding:0 0 5px; z-index:9999999;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
border-bottom:1px dotted #ccc;
border-right:0px;
font-size:16px; z-index:9999999;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 130px; /*width of sub menus*/
margin: 0;
height:30px;
line-height:30px;
color:#000;
padding-left:10px;
border-top-width: 0;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: white;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.nav_list ul li a:hover{
color: #fff;
}
