#menu_v3{
	width:100px;
	margin:0;
}
#menu_v3 ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu_v3 li{
	list-style:none;
	display:block;
	background:url(images/menu_v3_bg.jpg) no-repeat;
	text-indent:15px;
}
#menu_v3 li a{
	list-style:none;
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
	height:21px;
	line-height:21px;
}
#menu_v3 li a:hover{
	background:url(images/menu_v3_h.jpg) no-repeat;
	height:41px;
	line-height:41px;
	color:#fff;
	text-decoration:none;
}
#menu_v3 li a.current, #menu li a:hover.current{
	list-style:none;
	display:block;
	background:url(images/menu_v3_h.jpg) no-repeat;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	height:41px;
	line-height:41px;
}


