.menu1 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(../img/button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:#fff; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {color:#FF9900; background:url(../img/button3.gif);}
.menu1 li.current a b {background:url(../img/button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#FF9900; background:#000 url(../img/button2.gif);}
.menu1 li a:hover b {background:url(../img/button2.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(../img/button3.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(../img/button3.gif) no-repeat right top;}

.content {
	margin: 0 0 0 0;
	padding: 0px;
	background: #E1E1E1 url(../img/content_bg.png) no-repeat center top;
}

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(../img/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*/
}

.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: #011D45;*/
/*color: #A70303;*/
color: #023A8E;
background: url(../img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;

border-bottom: 1px solid #dadada;
font-size: 70%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
