@charset "UTF-8";
/* CSS Document */

#listvertmenu {
	width: 184px;
	margin: 8px auto;
	clear: left;
}

#listvertmenu .headerbar{
	font: bold 11px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: white;
	bbackground: #111 4px 7px; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 5px 0 5px 10px;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	background:#57585a url(../../images/backgnd/bar/bar_bg.gif) repeat-x left top
}
#listvertmenu .subheader{
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	padding: 0;
	margin-top: 0px;
}
#listvertmenu .subheader a{
	font: normal 12px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #579100;
	display: block;
	padding: 4px 0;
	line-height: 17px;
	padding-left: 12px; /*link text is indented 8px*/
	text-decoration: none;
}
#listvertmenu .subheader a:hover{ /*hover state CSS*/
	color: #666;
	background: #FFF;
	border-left: 8px solid #555;
	padding-left: 4px; /*link text is indented 8px*/
	margin: 0px;
}


#listvertmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	
}

#listvertmenu ul li{
	margin: 0px;
	padding: 0px;
}

#listvertmenu ul li a{
	font: normal 12px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: black;
	background: #fff;
	display: block;
	padding: 4px 0;
	line-height: 17px;
	padding-left: 12px; /*link text is indented 8px*/
	text-decoration: none;
}


#listvertmenu ul li a:visited{
	color: black;
}

#listvertmenu ul li a:hover{ /*hover state CSS*/
	color: #666;
	background: #FFF;
	border-left: 8px solid #555;
	padding-left: 4px; /*link text is indented 8px*/
	margin: 0px;
}

