/* CSS Document */

.menu{
	width: 185px; 
	height: 25px;
}

.menu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 15px; 
}

.menu ul li{
padding-bottom: 5px; 
}

.menu ul li a{
	color: #999999;
	display: block;
	padding: 3px 0 5px 5px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	background-image: url(images/b1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.menu ul li a:hover{
	color: #333333;
	background-image: url(images/b2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.menu li.current a, .menu li a:hover {
	color: #333333;
	background-image: url(images/b2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}