#menu { 
    float: right;
	width: 503px;
	margin-top: 15px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li { 
	float: left;
	position: relative;
}

#menu ul a {
	display: block;
	width: 90px;
	height: 44px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 0 1px 0 0;
	line-height: 44px;
    color: #30296f;
    background: url("images/menu01.png") no-repeat top left;
	margin: 0;
}

#menu ul a:hover { 
    color: #fff;
    background: url("images/menu02.png") no-repeat top left;
} 

#menu ul .selected { 
    color: #fff;
    background: url("images/menu02.png") no-repeat top left;
} 

