.vMenu_main_container{
	position:relative;
	background:#85211f;
}

.vMenu_cont{
	position:absolute;
	display:block;
	left:0px;
	top:-2px;
	width:179px;
}

.vMenu_item{
	background:url(../images/bg_menu_fill.gif) #90110f repeat-y;	
	line-height:24px;
	height:24px;
	padding-left:4px;
	padding-right:4px;
	border-bottom:1px solid #850503;
}

.vMenu_item_link{
	display:block;	
	color:#df6f6d;
	background:#90110f;
	width:100%;
}

.vMenu_item_link:hover{
	text-decoration:none;
	color:#eaadad;
	background:#b01e1c;
}


.vMenu_start{
	background:url(../images/bg_menu_top.gif) no-repeat top center;
	height:2px;
	font-size:2px;
}

.vMenu_end{
	background:url(../images/bg_menu_bottom.gif) no-repeat bottom center;
	height:3px;
	font-size:3px;
}