@charset "UTF-8";
/* CSS Document */

.arrowlistmenu{
width: 240px; /*width of accordion menu*/
background-color: #FFF;
padding: 10px 0;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: #FF9900;
background: url(../images/sidenav_header.gif) top center no-repeat;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 10px 0 10px 30px; /*header text is indented 10px*/
min-height: 25px;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(../images/sidenav_header_on.gif) top center no-repeat;
padding: 9px 0 0 30px; /*header text is indented 10px*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
background: url(../images/sidenav_li_items.gif) bottom no-repeat;
}

.arrowlistmenu ul li{
/*padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.arrowlistmenu .categoryitems-last {
	height: 35px;
}

.arrowlistmenu .categoryitems-last a, .arrowlistmenu .categoryitems-last a:visited {
	border-bottom:none;
}

.arrowlistmenu_sub{
width: 206px; /*width of accordion menu*/
background-color: #FFF;
padding: 10px 0;
}

.arrowlistmenu_sub .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: #FF9900;
background: url(../images/sub_sidenav_header.gif) top center no-repeat;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 10px 0 10px 30px; /*header text is indented 10px*/
min-height: 25px;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu_sub .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(../images/sub_sidenav_header_on.gif) top center no-repeat;
padding: 9px 0 0 30px; /*header text is indented 10px*/
}

.arrowlistmenu_sub ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
background: url(../images/sub_sidenav_li_items.gif) bottom no-repeat;
}

.arrowlistmenu_sub ul li{
/*padding-bottom: 2px; /*bottom spacing between menu items*/
}


.arrowlistmenu_sub ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.arrowlistmenu_sub .categoryitems-last {
	height: 35px;
}

.arrowlistmenu_sub .categoryitems-last a, .arrowlistmenu .categoryitems-last a:visited {
	border-bottom:none;
}

/* Accordion Box for Lab Pages Only */

.arrowlistmenu_sub_lab{
width: 190px; /*width of accordion menu*/
background-color: #FFF;
padding: 10px 0;
margin-top:4px;
}

.arrowlistmenu_sub_lab .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: #FF9900;
background: url(../images/sub_sidenav_header_lab.gif) top center no-repeat;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 10px 0 10px 30px; /*header text is indented 10px*/
min-height: 25px;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu_sub_lab .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(../images/sub_sidenav_header_on_lab.gif) top center no-repeat;
padding: 9px 0 0 30px; /*header text is indented 10px*/
}

.arrowlistmenu_sub_lab ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
background: url(../images/sub_sidenav_li_items_lab.gif) bottom no-repeat;
}

.arrowlistmenu_sub_lab ul li{
/*padding-bottom: 2px; /*bottom spacing between menu items*/
}


.arrowlistmenu_sub_lab ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.arrowlistmenu_sub_lab .categoryitems-last {
	height: 35px;
}

.arrowlistmenu_sub_lab .categoryitems-last a, .arrowlistmenu .categoryitems-last a:visited {
	border-bottom:none;
}
/*added by brad*/
.arrowlistmenu_sub ul li a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #194369;
display: block;
margin: 0 6px 0 8px;
padding: 5px 7px 7px 7px;
text-decoration: none;
font-weight: bold;
font-size: 11px;
border-left:solid #F1F1F1 2px;
border-right:solid #F1F1F1 2px;
border-bottom:solid #F1F1F1 2px;
background-color:#FFF;
}

.arrowlistmenu ul li a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #194369;
display: block;
margin: 0 7px 0 7px;
padding: 5px 7px 7px 7px;
text-decoration: none;
font-weight: bold;
font-size: 11px;
border-left:solid #F1F1F1 2px;
border-right:solid #F1F1F1 2px;
border-bottom:solid #F1F1F1 2px;
background-color:#FFF;
}

.arrowlistmenu_sub_lab ul li a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #194369;
display: block;
margin: 0 6px 0 8px;
padding: 5px 7px 7px 8px;
text-decoration: none;
font-weight: bold;
font-size: 11px;
border-left:solid #F1F1F1 2px;
border-right:solid #F1F1F1 2px;
border-bottom:solid #F1F1F1 2px;
background-color:#FFF;
}
