#vmenu { /* Common style */
	margin: 0px; 
	padding: 1px 0px 0px 0px !important;
	padding: 0px;
	list-style: none;
	color: #333333;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
}

#vmenu ul { /* Root items */
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 168px !important;
	width: 163px;
	z-index: 99;
	overflow: visible;
	position: absolute; 
	background-color: #FFEAF4;
	border: 1px solid #000000;
}

#vmenu li.has-children { /* Any item with children */
	position: relative;
	width: 163px;
	display:block;
	background: #FFEAF4 url('images/category_collapsed.gif') no-repeat;
	background-position: 145px 3px;
}

#vmenu li.has-children:hover, #vmenu a.has-children:hover { /* Any item with children - hover */
	background: #E80074 url('images/category_expanded_emenu.gif') no-repeat;
	background-position: 145px 3px;
	color: #ffffff;
}

#vmenu li > a.has-children:hover, #vmenu li:hover > a.has-children:link, #vmenu li:hover > a.has-children:visited   { /* Parents of selected item - do no hide focus from them */
	color: #ffffff;
}

#vmenu li { /* Any item without children */
	position: relative;
	width: 163px;
	display: block;
}

#vmenu li:hover, #vmenu a:hover { /* Any item wihout children - hover */
    background-color: #E80074;
	color: #ffffff;
}

#vmenu li.h-sep { /* Horizontal separator */
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background: url('images/emenu_delim.gif') repeat-x center;
}

#vmenu li.h-sep:hover { /* Horizontal separator */
	background: url('images/emenu_delim.gif') repeat-x center;
}

#vmenu ul li {  /* 2nd+ level items */
	background-color: #FFEAF4; 
	font-size: 11px; 
	background-image: none;
	width: auto;
}

#vmenu a { /* 2nd+ level items (a tag) */
	text-decoration:none; 
	color: #333333;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	display:block;
	padding: 2px 0px 2px 10px;
}

#vmenu ul { /* submenu offset relating to root items */
    display: none; 
    position: absolute; 
    top:0; 
    left: 163px;

}

#vmenu li:hover > ul { /* Show children */
    display: block; 
}

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 */

	

