@charset "utf-8";
/* CSS for leftnav menu */
/* class for the td */
.leftnav {
width: 220px;
background-color: #869fa1;
}
.arrowlistmenu {
/*width: 200px; width of accordion menu*/
font-family: Tahoma, Verdana, Arial, sans-serif;
background-color: #869fa1;
margin: 0;
padding: 15px 0 6px;
}
.arrowlistmenu a h1 {
color:#FFFFFF;
font:1.2em "Trebuchet MS", Arial, sans-serif;
text-decoration: none;
}
.arrowlistmenu a:hover h1 {
color:#FF6600;
text-decoration: none;
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
color: #002F37;
margin-bottom: 3px;
padding: 3px 0 6px 17px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
margin-top: 3px;
font: bold 1.2em Tahoma, Verdana, Arial, sans-serif;
background: url(/SlideMenu/nav-arrow.gif) no-repeat left center;
}
.arrowlistmenu .closedheader { /*CSS class to apply to expandable header when it's expanded*/ /*border-bottom: 1px inset #666666;*/ 
border-bottom: 1px solid #799597;
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/ /*border-bottom: 1px inset #75898C !important;*/
margin: 6px 0 0;
padding: 3px 0 3px 17px;
color: #FFFFFF;
background: #7C9698 url(/SlideMenu/nav-arrow.gif) no-repeat left center;
}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/
list-style-type: none;
padding: 0 0 0 20px; /*bottom spacing between each UL and rest of content*/
margin-left: 0px;
background: #7C9698;
}
.arrowlistmenu ul li {
border-bottom: 1px dashed #678183;
padding: 3px 0px 5px 10px;
}
.arrowlistmenu ul li a {
color: #002F37;
display: block;
text-decoration: none;
font-size: 1.2em;
}
.arrowlistmenu ul li a:link {
color: #000000;
text-decoration: none;
}
.arrowlistmenu ul li a:visited {
color: #000000;
text-decoration: none;
}
.arrowlistmenu ul li a:hover { /*hover state CSS*/
color: #FF6600;
text-decoration: none;
}
#navlist .uberlink, #navlist .uberlink h3{
color:#FFF !important;
text-decoration: none;
font-size: 1.2em !important;
font-weight: bold;
}
#navlist a:link, #navlist a:visited, #navlist a:hover { text-decoration: none; }
#navlist a:hover h3 { color:#FF6600; }
