#vmenu { /* Root items */
	font-size: 12px;
	padding: 4px 2px 4px 5px;
}
#vmenu ul { /* 2nd+ level items */
	z-index: 99;
	position: absolute; 
	background-color: #ffffff;
	border: 1px solid #afecfe;
}
#vmenu li { /* Any item without children */
	position: relative;
	width: 161px;
	cursor: pointer;
}
#vmenu li.has-children { /* Any item with children */
	background: url('images/icons/category_collapsed.gif') no-repeat 149px 7px;
	padding-right: 17px;
	width: 144px;
}
#vmenu li.has-children:hover, #vmenu a.has-children:hover { /* Any item with children - hover */
	color: #2a2a2a;
	background: url('images/icons/category_expanded.gif') no-repeat 149px 7px;
}
#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: #2a2a2a;
}
#vmenu li:hover, #vmenu a:hover { /* Any item wihout children - hover */
	color: #333333;
}

#vmenu ul li {  /* 2nd+ level items */
	font-size: 11px;
	width: 167px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#vmenu ul li.has-children {
	width: 151px;
}
#vmenu ul li.has-children, #vmenu ul li.has-children:hover, #vmenu ul a.has-children:hover {
	background-position: 155px 7px;
}
#vmenu a, #vmenu li ul li a { /* 2nd+ level items (a tag) */
	text-decoration:none; 
	color: #2a2a2a;
	font: bold 12px Tahoma;
	display: block;
	padding: 6px 0px 5px 2px;
}
#vmenu a:hover {
	text-decoration: underline;
}
#vmenu li ul li a { /* 2nd+ level items (a tag) */
    padding: 4px 4px 4px 12px;
}

#vmenu ul { /* submenu offset relating to root items */
    display: none;
    top:0;
    left: 161px;
}
#vmenu ul ul {
	left: 168px;
}
#vmenu li:hover > ul { /* Show children */
    display: block; 
}
#vmenu li.h-sep { /* Horizontal separator */
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background: url('images/categories_delim.gif') repeat-x center center;
	width: 160px;
}
#vmenu li ul li.h-sep { /* Horizontal subcategories separator */
	margin-left: 4px;
	background: url('images/emenu_subcats_delim.gif') repeat-x;
	width: 162px;
}

/* Win IE6 only \*/
* html #vmenu {height: 1%; padding: 0px;}
* html #vmenu a {width: 145px;}
* html #vmenu li {float:left; width: 160px; padding: 0px 0px 0px 5px;}
* html #vmenu li.has-children {width: 167px; background-image: none;}
* html #vmenu li.h-sep {width: 156px; margin-left: 4px; display: inline;}
* html #vmenu ul li, * html #vmenu ul li.has-children {width: 172px; padding-left: 0px; padding-right: 0px;}
* html #vmenu ul li.has-children {width: 166px;}
* html #vmenu ul {left: 166px;}
* html #vmenu ul ul {left: 172px;}
* html #vmenu ul li.h-sep {margin-left: 2px; width: 168px;}
* html #vmenu a.has-children, * html #vmenu a.has-children:hover {background: url('images/icons/category_collapsed.gif') no-repeat 149px 7px; padding-right: 13px;}
* html #vmenu a.has-children:hover {background-image: url('images/icons/category_expanded.gif');}
* html #vmenu ul a.has-children, * html #vmenu ul a.has-children:hover {background-position: 159px 6px;}
/* end holly hack */

