#vmenu { /* Common style */
	margin: 0px; 
	padding: 1px 0px 0px 0px !important;
	padding: 0px;
	list-style: none;
	color: #333333;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}



#vmenu ul.sub-category { /* Root items */
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 168px !important;
	width: 163px;
	overflow: visible;
	position: absolute; 
	background-color: #ffffff;
	border: 1px solid #D4D4D4;
	z-index:1000;
	margin-left:-5px;
}

#vmenu li.has-children { /* Any item with children */
	position: relative;
	width: 168px;
	display:block;
	background: #ffffff url('images/categories_sidebox_icon.gif') no-repeat;
	background-position: right center;
	
}

#vmenu li.has-children:hover, #vmenu a.has-children:hover { /* Any item with children - hover */
	background: #F0FFF0 url('images/categories_sidebox_icon.gif') no-repeat;
	background-position: right center;
	width: 164px;
	
	
}

#vmenu li { /* Any item without children */
	position: relative;
	width: 168px;
	display: block;
	
	
}

#vmenu li.no-children { /* Any item without children */
	position: relative;
	width: 163px;
	display: block;
	background: #ffffff url('images/categories_sidebox_icon.gif') no-repeat;
	background-position: left center;
	z-index:900;
	margin-left:4px;

	
}

#vmenu li.no-children:hover, #vmenu a.no-children:hover { /* Any item with children - hover */
	background: #F0FFF0 url('images/categories_sidebox_icon.gif') no-repeat;
	background-position: left center;
   
	z-index:900;
	
}

#vmenu li.no-children:hover {
	margin-left:4px;
}

#vmenu li:hover, #vmenu a:hover { /* Any item wihout children - hover */
    background-color: #F0FFF0;
	
	z-index:900;
	
}

#vmenu li.h-sep { /* Horizontal separator */
	margin: 0;
	padding: 0;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	
}

#vmenu li.h-sep:hover { /* Horizontal separator */
	
}

#vmenu ul li {  /* 2nd+ level items */
	background-color: #f6f6f6; 
	font-size: 11px; 
	background-image: none;
	width: auto;
	
}

#vmenu a { /* 2nd+ level items (a tag) */
	text-decoration:none; 
	color: #333333;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display:block;
	padding: 6px 6px 6px 2px;
	
}

#vmenu a.no-children { /* 2nd+ level items (a tag) */
	text-decoration:none; 
	color: #333333;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display:block;
	padding: 6px 6px 6px 20px;
	z-index: 900;
}

#vmenu ul { /* submenu offset relating to root items */
    display: none; 
    position: absolute; 
    top:0; 
    left: 168px;
	z-index: 1000;

}

#vmenu li:hover > ul { /* Show children */
    display: block;
	z-index: 1000; 
}

li>ul { /* Something IE related? :) */
	top: auto;
	left: auto;
}

/* Win IE only \*/
* html #vmenu li {float:left;} 
* html #vmenu a {width: 153px;}
/* end holly hack */

	

