


#hmenu {
	position: relative;
	margin: 11px 0 0 0;
	padding: 0;
	height: 31px;
	z-index: 100;
	border-bottom: 6px solid #6c392f;
}

#hmenu_inner {
	position: relative;
	display: block;
	background: transparent url(images/hmenu_bg.gif) left top repeat-x;
	height: 19px;
	padding: 2px 0 0 23px;
	
	font-weight: bold;
	color: #666;
}
#hmenu .n1 {
	position: absolute;
	display: block;
	width: 19px;
	height: 19px;
	top: 0;
	left: 0;
	
	background: transparent url(images/hmenu_arrow.gif) left top no-repeat;
}


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

#vmenu div.n1 {
	display: none;
}

#vmenu .n2 {
	display: none;
}

#vmenu ul {
	position: relative;
	display: block;
	height: 1%;
	margin: 0;
	padding: 0;
	width: 160px;
	list-style: none;
	
}

#vmenu ul li {
	display: block;
	margin:0;
	padding:0;
	width: 160px;
	float: left;
	height: 1%;
	
	background: transparent url(images/vmenu3_ul_li_bg.gif) bottom left no-repeat;
}

#vmenu ul li.first {
	border-top: 1px solid #CCC;
}

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

#vmenu ul li a {
	display: block;
	margin: 0;
	padding: 8px 10px 8px 1px;
	
	color: #666;
	font-size: 13px;
	font-weight: bold;
	
	height: 1%;
}

#vmenu ul li a:hover, #vmenu ul li a.selected {
	text-decoration: none;
	color: #6c392f;
}



#vmenu ul ul {
	display: block;
	margin:  0;
	padding: 8px 0 7px 0;
	border: none;
	
	list-style: none;
	width: 170px;
	
	background: transparent url(images/vmenu3_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 0 0px 0;
	clear: both;
}

#vmenu ul ul li a {
	display: block;
	margin: 0;
	padding: 5px 10px 6px 17px;
	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 a:hover {
	color: #6c392f;
}

#vmenu ul ul li a.selected {
	display: block;
	color: #6c392f;
	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;
}

