@charset "ISO-8859-1";
/* Nuance Shop Nav CSS */

<style type="text/css">
<!--

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 13px Tahoma;
font-weight:300;
color: white;
background: #636363;
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 7px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
margin: 1px;

}

.selected{
font: 13px Tahoma;
font-weight:800;
color: #FFFFFF;
background: #136da4;
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 7px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
margin: 1px;
}




.selectedList {
background-color: #e2e2e2;

}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	/*background-image: url(images/titlebar-active.jpg);*/
	background-color: #136da4;
	color:#FFFFFF;
	font-weight:bold;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0 0 0 -8px;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #333333;
background: url(../images/nav_arrow.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font: 13px Tahoma;
font-weight:300;
}

.arrowlistmenu ul li a:visited{
color: #333333;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #136da4;
background-color: #FFFFFF;

}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

-->
</style>