/* CSS Document */

/* ------------- BEGIN LEFT MENU ------------------*/
.arrowlistmenu {
	width:165px; /*width of menu*/
	margin-top:0px;
	}

.arrowlistmenu .headerbar {
	font:bold 10pt Arial, Helvetica, sans-serif;
	color:#ffffff;
	background:#c1c1c1 url(../images/menu/images/titlebar.jpg) repeat-x;
	margin-top:5px;
	margin-bottom:10px; /*bottom spacing between header and rest of content*/
	padding:4px 0px 4px 10px; /*header text is indented 10px*/
	}

.headerbarRed {
	font:bold 10pt Arial, Helvetica, sans-serif;
	color:#ffffff;
	background:#8b7575 url(../images/menu/images/titlebarRed.jpg) repeat-x;
	margin-top:5px;
	margin-bottom:10px; /*bottom spacing between header and rest of content*/
	padding:4px 0px 4px 10px; /*header text is indented 10px*/
	}

.arrowlistmenu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	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:#3a75c4;
	background:url(../images/menu/images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display:block;
	padding:2px 0px;
	padding-left:19px; /*link text is indented 19px*/
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px #dadada solid;
	font-size:9pt;
	}

.arrowlistmenu ul li a:visited {
	color:#3a75c4;
	}

.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color:#00ccff;
	background-color:#ffffff;
	}
/* -----------END LEFT MENU ----------------------*/
