#vmenu {
	position: relative;
	top: 10px;
	left: 0px;
	display: block;
	width: 171px;
}

#vmenu_inner {
	position: relative;
}

#page #vmenu div.n1, #page #vmenu .n2 {
	display: none !important;
}

#vmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#vmenu ul li {
	height: 1%;
	margin: 0;
	padding: 0;	
}

#vmenu ul li a.selected {
	display: none;
}

#vmenu ul ul {
	display: block;
	margin:  0;
	padding: 14px 0 7px 0;
	border: none;
	list-style: none;
	width: 170px;
	background: transparent url(images/vmenu2_ul_ul_bg.gif) top left no-repeat;
	height: 1%;
}

#vmenu ul ul li {
	position: relative;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent url(images/vmenu_li_bg.gif) top left repeat-y;
	height: auto;
	width: 171px;
}

#vmenu ul ul li.first {
	border: none;
}

#vmenu ul ul li.last {
	margin: 0;
	padding: 0;
	clear: both;
}

#vmenu ul ul li a {
	display: block;
	margin: 0;
	padding: 5px 10px 6px 1px;
	color: #999;
	text-decoration: none;
	height: 1%;
	font-size: 11px;
	font-weight: normal;
	background: transparent url(images/vmenu_ul_li_a_bg.gif) bottom left no-repeat;
}

#vmenu ul ul li.last a {
	padding: 5px 10px 20px 1px;
	background: transparent url(images/vmenu2_ul_ul_li_a_last.gif) bottom left no-repeat;
}

#vmenu ul ul li.last a.selected {
	display: block;
	color: #FF6600;
	margin: 0;
	padding-bottom: 14px;
	background: transparent url(images/vmenu2_ul_ul_li_a_last.gif) bottom left no-repeat;
}

#vmenu ul ul li.last a.selected span {
	padding-left: 17px;
	background: white url(images/vmenu_arrow_c1.gif) left top no-repeat;
}

#vmenu ul ul li a:hover {
	color: #FF6600;
}

#vmenu ul ul li a.selected {
	display: block;
	color: #FF6600;
	padding: 0;
	margin: 0;
	background: white url(images/vmenu_ul_li_a_bg.gif) bottom left no-repeat;
}

#vmenu ul ul li a.selected span {
	display: block;
	padding: 5px 10px 6px 17px;
	background: transparent url(images/vmenu_arrow_c1.gif) left top no-repeat;
}