#menu{
	width:800px;
	height:61px;
	background:url('images/fm_hover_bg.jpg') repeat-x;
}
	#menu ul{
		width:750px;
		margin:0 auto;
		list-style:none;
	}
		#menu li{
			list-style:none;
			display:block;
			float:left;
			font-size:11px;
font-family: tahoma;
			font-weight:bold;
			height:55px;
			line-height:61px;
			margin:0 5px;
		}
			#menu li a{
				display:block;
				float:left;
				height:55px;				
				color:#99a2b7;
				text-decoration:none;
				text-transform:uppercase;
				padding:0 30px;
cursor:hand;				
			}
				#menu li a:hover{	
					background:url('images/fm_hover_bg.jpg') repeat-x;
					color:#fff
				}
					#menu li a:hover span, #menu li .current span{
						background:url('images/fm_hover_pointer.jpg') no-repeat top;
						height:55px;
						display:block;
						float:left
					}
					#menu li .current{
						display:block;
						float:left;
						height:55px;				
						background:url('images/fm_hover_bg.jpg') repeat-x;
						color:#fff;
						text-decoration:none;
						text-transform:uppercase;
						padding-left:20px; padding-right:20px; padding-top:0; padding-bottom:0		
					}
					



			
.arrowlistmenu{
width: 175px; /*width of menu*/
}


.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: 4px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #2B628B;
background: url('/arrowbullet.png') no-repeat center left; /*custom bullet list image*/
display: block;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 11px; padding-right:0; padding-top:2px; padding-bottom:2px
}

.arrowlistmenu ul li a:visited{
color: #2B628B;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #C0C0C0;
background-color: 
}

.arrowlistmenu1{
width: 175px; /*width of menu*/
}


.arrowlistmenu1 ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 3px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu1 ul li{
padding-bottom: 3px; /*bottom spacing between menu items*/
}

.arrowlistmenu1 ul li a{
color: #466EB4;
background: url('/arrowbullet.png') no-repeat center left; /*custom bullet list image*/
display: block;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%; padding-right:0; padding-top:2px; padding-bottom:2px
}

.arrowlistmenu1 ul li a:visited{
color: #466EB4;
}

.arrowlistmenu1 ul li a:hover{ /*hover state CSS*/
color: #C0C0C0;
background-color: 
}		