.arrowlistmenu{
width: 217px; /*width of accordion menu*/
margin-left:0px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: normal 11px Arial;
color: #777;
background: url(http://www.turolight.com/images/navtitlebar.gif)black url(../images/navtitlebar.gif) repeat-x center left;
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
padding: 10px 0 2px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
display: block;
width:217px;
height:20px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(http://www.turolight.com/images/navtitlebaractive.gif);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 6px; /*bottom spacing between each UL and rest of content*/

}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
padding-top: 0px;
background-color:#f8f8f8;
}

.arrowlistmenu ul li a{
color: #777;
width:208px;
/*custom bullet list image*/
display: block;
padding: 4px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
font-size: 70%;

}



.arrowlistmenu ul li a:visited{
color: #777;


}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000;
/*background-color: #F3F3F3;*/
font-weight: normal;
background-color:#eee;
background: url(http://www.turolight.com/images/arrowbullet.png)url(../images/arrowbullet.png) no-repeat center left;

}

.active {
background: url(http://www.turolight.com/images/arrowbullet.png)url(../images/arrowbullet.png) no-repeat center left; 
background-color: #e9e9e9;
width:227px;
}


.itemtitleshead{
margin:0px 0px 4px 0px;
font: normal 11px Arial;
color: #0066cc;

padding-left:10px;
}


.itemtitles{
margin:0px 0px 4px 0px;
font: normal 11px Arial;
color: #0066cc;
width:200px; 
margin-top:20px; 
padding-top:0px; 
padding-left:10px;
height:10px;
}

.navbg{
background-color:#f8f8f8;
width:227px;
margin-left:4px;
margin-right:4px;
}

.menudiv{
background-color:#f8f8f8;
}
