a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #001B40;
}
a.selected {
	color: #001B40;
	font-weight: bold;
	text-decoration: none;
}
.arrowlistmenu {
	width: 100%; /*width of accordion menu*/
	float: left;
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: 11px Verdana;
	color: #fff;
	background:#001B40; 
	border-bottom: #fff 1px solid;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 0px 0 2px 3px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	height: 21px;
	line-height: 20px;
	/*background: #2774a4;  Old browsers  
	background: -moz-linear-gradient(top, #2774a4 0%, #11689c 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2774a4), color-stop(100%, #11689c));  
	background: -webkit-linear-gradient(top, #2774a4 0%, #11689c 100%);  
	background: -o-linear-gradient(top, #2774a4 0%, #11689c 100%);  
	background: -ms-linear-gradient(top, #2774a4 0%, #11689c 100%);  
	background: linear-gradient(to bottom, #2774a4 0%, #11689c 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2774a4', endColorstr='#11689c', GradientType=0 );  */
}
/*.arrowlistmenu .menuheader:hover {
	background:url(../../images/img/blue/nav_bg_hover.png) repeat-x; 
}*/
.arrowlistmenu .menuheader a {
	color: #fff;
}
* html .arrowlistmenu .menuheader {
	padding: 0px 0 0 3px; /*header text is indented 10px*/
}
.arrowlistmenu .expandable {
	/*background:url(../../images/img/blue/nav_expandable_bg.jpg) no-repeat right; */
	background-color: #001B40;
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
/*background:url(../../images/img/blue/nav_openheader_bg.jpg) no-repeat right;*/
}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li {
	padding-bottom: 0px; /*bottom spacing between menu items*/
	height: 23px;
}
.arrowlistmenu ul li a {
	display: block;
	padding: 5px 0;
	padding-left: 3px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: #B2C0D2 1px solid;
	font-size: 90%;
}
.arrowlistmenu ul li a:hover { /*hover state CSS*/
	/*background-image:url(../../images/img/blue/nav_arrow.png); background-repeat: no-repeat; background-position: left;*/
	background-color: #ffffff;
	font-weight: normal;
}
.arrowlistmenu ul li a.selected {
	/*background-image:url(../../images/img/blue/nav_arrow.png); background-repeat: no-repeat; background-position: left; */
	background-color: #ffffff;
}

#nav_container.leftNavigation{
	border:1px solid #001B40;
	border-top:0px solid #001B40;
}
#nav_container.leftNavigation .arrowlistmenu .menuheader{
	border-bottom:0px;
}

.leftNavigation  .arrowlistmenu ul li a.selected:hover{
	font-weight:bold;
}
.leftNavigation  ul li a, .leftNavigation  ul li span{
	background:#fff;
	color:#001B40;
	font-size:11px;
	padding:3px 5px;
	line-height:150%;
	display:block;
	border-bottom: #B2C0D2 0px solid;
}
.leftNavigation  ul li + li a, .leftNavigation  ul li + li span{
	border-top: #B2C0D2 1px solid;
}
.leftNavigation  ul li:hover a, .leftNavigation  ul li a.selected, .leftNavigation  ul li span.selected{
	color:#fff;
	background:#001B40;
}
.disabledLink{
	display: block;
	padding: 5px 0;
	padding-left: 3px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: #B2C0D2 1px solid;
	font-size: 90%;
}