* {
	margin: 0;
	padding: 0;

}

#menu {
	position:relative; 
	display:block;
	width:250px;
}

#menu ul {
	list-style-type: none;
	width: 970px;
	height: 20px;
}

#menu ul li {
	display: block;
	float: left;
	width: 150px;
	height: 30px;
}

#menu a, #menu a:visited {
	display: block;
	width:142px; 
	height:24px; 
	/* background:url(menu_button.jpg);	 */
	background-image: url(/images/client/menu_button.jpg); 
	background-position:left top; 
	background-color:transparent; 
	text-align:center; 
	color:white; 
	line-height:25px; 
	text-decoration:none; 
	font-family:arial, sans-serif;
	font-size: 14px; 
	font-weight:bold; 
	margin-top:1px;
	margin-bottom:3px;
}

#menu a:hover {
	background-position:left center; 
	line-height:25px; 
	overflow:hidden; 
	color:#87CEFA;
}

#menu a#selected {
	background-position:left bottom; 
	line-height:25px; 
}

#menu a#selected:hover {
	color:blue;
}

