ul.vert-list {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	font: bold 16px Helvetica, Verdana, Arial, sans-serif;
	line-height: 165%;
	width: 100%;
}

ul.vert-list li{
	margin: 0 0 15px 0;
	padding: 0;
	border: none;
/*	border-top: 1px solid #4D0000;
	border-bottom: 1px solid #761A1A;
*/
}

ul.vert-list li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #660000;
	padding: 0 0 0 20px;
	width: 100%;
}

ul.vert-list li a:hover {
	background: #993333 url("../images_wp/vert-list_arrow.gif") no-repeat 0 9px;
}

ul.vert-list li a.current, ul.vert-list li a.current:hover {
	background: #933 url("../images_wp/vert-list_arrow.gif") no-repeat 0 9px;
}

#right {
	width: 200px;
	margin-left: 20px;
	text-align: justify;
	line-height: 1.3em;
	background-color: white;
	color: maroon;
	float: left;
}






/* ------------------------------- */

#left-column {
	width: 300px;
	float: left;
}
#right-column {
	width: 300px;
	float: right;
}



.arrowlistmenu .headerbar{
font: bold 16px Arial;
color: white;
background: black url(list-images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.headerbar {
	padding: 0;
	text-align: center;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #660000;
background: url(list-images/arrowbullet.png) no-repeat left 3px; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 12px;
}

.arrowlistmenu ul li a:visited{
color: #660000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #3d0105;
background-color: #F3F3F3;
}

.linkDescription {
	color: #333;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

