@charset "windows-1252";
							
#nav	{
		float: left;
		/*width: 305px;*/
		width:200px;
		margin:0 auto;
		}
		
#rightFrame	{
			/*float: right;
			width: 545px;*/
			}
		

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
margin-left: -10px;
text-align:left;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
background: black url(../Images/glossyback.gif) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
/*text-transform: lowercase;*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
/*cursor: pointer;*/
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../Images/glossyback2.gif);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0px 0px 8px 0px;
padding: 0;
/*margin-bottom: 8px;*/ /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 6px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #5F90D5;
background-color: #DFDFDF;
background: url(arrowbullet.png) 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-top: 1px solid #F9F9F9;
border-right: 1px solid #dadada;
border-bottom: 1px solid #dadada;
border-left: 1px solid #F9F9F9;	
font-size: 90%;	
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:visited{
color: #033FF3;
}

.arrowlistmenu ul li a:hover{ 
color: #358FCC;
background-color: #F3F3F3;
border-bottom: 1px solid #F9F9F9;
border-left: 1px solid #dadada;
border-top: 1px solid #dadada;
border-right: 1px solid #F9F9F9;
}

@media screen and (min-width: 40rem) {
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
margin-left: 10%;
text-align:center;
}	
}

