#menucont, #menucontspacer {
	vertical-align: top;
	padding:0;
	width:213px;
	background: url(../images1/menu_tile.png) repeat-y; 	
}

#menu_holder {
	text-align: left;
	width: 213px;
	vertical-align: top;
}
#menu, #menu ul {
	list-style: none;	
	padding: 0px;
	margin: 0px;
}

#menu img {
    border: 0px;
    margin: 0px 0px 2px 30px;	
}

#menu span {
	color: #616161;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;	
	padding-bottom:6px;	
}

#menu a  {	
	color: #616161;
	font-family: Arial;
	vertical-align:middle;
	text-decoration: none;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
	padding-bottom:6px;	
}

#menu ul span {
	color: #0a0a74;
	padding-left: 60px;
	background: url(../images1/menu_tile.png) no-repeat; 
}

#menu ul a  {
	color: #0a0a74;
	padding-left: 60px;
	background: url(../images1/menu_tile.png) no-repeat; 
}

#menu ul a:hover {
	text-decoration: underline;
} 

#menu ul a.current {
 	text-decoration: underline;
}