/* Start of CMSMS style sheet 'menu' */
.jqueryslidemenu{
width: 100%;
clear:both;
z-index: 99;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 99;
}

/*Top level list items*/
.jqueryslidemenu ul li {
position: relative;
display: inline;
float: left;
border-right:1px solid #164a9e;
background: url(../images/bg-menu.gif) repeat-x bottom #8da9d6; 
/*background of tabs (default state)*/
z-index: 99;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
display: block;
padding: 8px 15px;
text-decoration: none;
color:#666666;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link {
color: #fff;
}
.jqueryslidemenu ul li a:visited {
color: #164a9e;
}
.jqueryslidemenu ul li a:hover{
background:#f4f4f4; /*tab link background during hover state*/
color: #164a9e;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-bottom:1px solid #d8d8d8;
background:#f4f4f4;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
text-transform:none;
display: list-item;
float: none;
border:0;
background:none;
border-left:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
}

/*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:link, .jqueryslidemenu ul li ul li a:visited {
width: 160px; /*width of sub menus*/
padding: 5px 12px;
margin: 0;
border-top-width: 0;
color:#164a9e;
}

.jqueryslidemenu ul li ul li a:hover { /*sub menus hover style*/
background: #fff;
color: #164a9e;
}

.activeparent { 
display: block;
color: #164a9e;
text-decoration: none;
background-color:#f4f4f4;
}

.activeparent a:link.highlight, .activeparent a:visited.highlight  { 
color: #164a9e;
background-color:#f4f4f4;
}

.sectionheader { padding: 8px 15px; }

.currentpage { background-color:#f4f4f4; font-weight:bold; color:#164a9e; }

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

.downarrowclass { position: absolute; top: 12px; right: 7px; }

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

/* End of 'menu' */

