
.nav {
	width:274px;
	text-align:right;
	padding-top:20px;
}
.nav a {
	color:#000;
	font-size:1.4em;
	text-decoration:none;
	display:block;
	line-height:45px;
	color:#4b4b4b;
	font:normal 2.0em/1.8em Impact, Arial, Helvetica, sans-serif;
}
.nav a:hover {
	color:#064da9;
}



.arrowlistmenu{
	width:274px;
	text-align:right;
	padding-top:20px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/

margin:1px;


}



h3.menuheader a {
	cursor: hand;
	cursor: pointer;
	display:block;
	margin:1px;
	color:#000;
	text-decoration:none;
	display:block;
	line-height:45px;
	color:#4b4b4b;
	font:normal 2.0em/1.8em Impact, Arial, Helvetica, sans-serif;
}
h3.menuheader a:hover {
	color:#064da9;

}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(titlebar-active.png);
}

ul.arrowlistmenu { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 3px; /*bottom spacing between each UL and rest of content*/

}

ul.arrowlistmenu li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	list-style: none;
	text-decoration: none;
}
ul.categoryitems {
	list-style: none;
}
ul.categoryitems li{
	line-height:15px;
}
ul.categoryitems li a{
	text-decoration: none;
	color:#000;
	line-height:15px;
	padding-left:5px;
	padding-right:15px;
}
ul.categoryitems li a:hover{
	background-color:#458fbf;
	color:#fff;
}
ul.arrowlistmenu li a{
	color:#626263;
	display: block;
	padding-left: 5px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 1.0em;
	text-decoration: none;
}

ul.arrowlistmenu li a:visited{
	color:#626263;
}

ul.arrowlistmenu li a:hover{ /*hover state CSS*/
	color:#95aec4;
}
