#menu_v3{
	width:248px;
	margin:0;
}
#menu_v3 ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu_v3 li{
	list-style:none;
	display:block;
	background:url(images/menu_bg.png) no-repeat;
	text-indent:40px;
}
#menu_v3 li a{
	list-style:none;
	display:block;
	color:#33bdff;
	text-transform:uppercase;
	font-size:16px;
	text-decoration:none;
	height:58px;
	line-height:58px;
	font-weight: bold;
}
#menu_v3 li a:hover{
	background:url(images/menu_h.png) no-repeat;
	height:58px;
	line-height:58px;
	color:#0080bd;
	text-decoration:none;
}
#menu_v3 li a.current, #menu li a:hover.current{
	list-style:none;
	display:block;
	background:url(images/menu_h.png) no-repeat;
	color:#0080bd;
	text-transform:uppercase;
	font-size:16px;
	text-decoration:none;
	height:58px;
	line-height:58px;
}

#menu_v2{
	width:248px;
	margin:0;
}
#menu_v2 ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu_v2 li{
	list-style:none;
	display:block;
	background:url(images/menu_bg_2.png) no-repeat;
	text-indent:40px;
}
#menu_v2 li a{
	list-style:none;
	display:block;
	color:#F90;
	text-transform:uppercase;
	font-size:16px;
	text-decoration:none;
	height:58px;
	line-height:58px;
	font-weight: bold;
}
#menu_v2 li a:hover{
	background:url(images/menu_h_2.png) no-repeat;
	height:58px;
	line-height:58px;
	color:#F63;
	text-decoration:none;
}
#menu_v2 li a.current, #menu li a:hover.current{
	list-style:none;
	display:block;
	background:url(images/menu_h_2.png) no-repeat;
	color:#f63;
	text-transform:uppercase;
	font-size:16px;
	text-decoration:none;
	height:58px;
	line-height:58px;
}
