#vmenu { /* Common style */
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	font-size: 12px;
}

#vmenu ul { /* 2nd+ level items */
	padding: 1px;
	margin: 0px;
	list-style: none;
	width: 170px;
	z-index: 99;
	overflow: visible;
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #848484;
}

#vmenu li.has-children { /* Root with children */
	position: relative;
	height: 28px;
	width: 190px;
	display:block;
	background: #f2f2f2 url('images/category_emenu_bg.gif') no-repeat right;
}

#vmenu li ul li.has-children { /* 2nd+ level with children */
	position: relative;
	width: 170px;
	height: 22px;
	display:block;
	background: #ffffff url('images/category_collapsed.gif') no-repeat 98%;
}

#vmenu li.has-children:hover  { /* Root with children - hover */
	color: #333333;
	background: #ffffff url('images/category_emenu_bg_hover.gif') no-repeat right; 
}

#vmenu li > a.has-children:hover, #vmenu li:hover > a.has-children:link, #vmenu li:hover > a.has-children:visited   { /* Root with children - hover */
	color: #333333;
	background: none;
}

#vmenu li ul li.has-children:hover { /* 2nd+ level item with children - hover */
	color: #333333;
	background: #d1e0ff url('images/category_expanded_emenu.gif') no-repeat 98%; 
}

#vmenu #vmenu li ul li a.has-children:hover, #vmenu li ul li:hover a.has-children:link, #vmenu li ul li:hover a.has-children:visited { /* 2nd+ level item with children - hover */
	color: #333333;
	background: none; 
}


#vmenu li { /* Root without without children */
	position: relative;
	width: 190px;
	height: 28px;
	display: block;
	background: url('images/categories_bg.gif') repeat-x right; 
}

#vmenu li ul li { /* 2nd+ level without children */
	position: relative;
	height: 22px;
	width: 170px;
	display: block;
}

#vmenu li:hover { /* Root wihout children - hover */
	color: #333333;
	background-color: #ffffff;
	background: url('images/categories_emenu_active_bg.gif') repeat-x right; 
}

#vmenu a:hover { /* Root wihout children - hover */
	color: #333333;
	background: none;
}

#vmenu li ul li:hover, #vmenu li ul li a:hover { /* 2nd+ level wihout children - hover */
	color: #333333;
	background-color: #d1e0ff;
	background-image: none;
}

#vmenu li.h-sep { /* Horizontal separator */
	margin: 0;
	padding: 0;
	height: 3px;
	line-height: 3px;
	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: #ffffff; 
	font-size: 11px; 
	background-image: none;
}

#vmenu a { /* 2nd+ level items (a tag) */
    text-decoration:none; 
	color: #333333;
	font-weight: bold;
    display:block;
    padding: 4px;
	padding-left: 17px;
}

#vmenu li ul li a { /* 2nd+ level items (a tag) */
	padding-left: 5px;
}

#vmenu ul { /* submenu offset relating to root items */
    display: none; 
    position: absolute; 
    top:0; 
    left: 191px;
}

#vmenu li ul li ul { /* submenu offset relating to root items */
    display: none; 
    position: absolute; 
    top:0; 
    left: 170px;
}

#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 li a {width: 170px;} 
* html #vmenu li ul li a {width: 170px;} 
* html #vmenu li.has-children:hover { /* Root with children - hover */
	color: #333333;
}
* html #vmenu li a.has-children:hover, * html #vmenu li:hover a.has-children:link, * html #vmenu li:hover a.has-children:visited { /* Root with children - hover */
	color: #333333;
	height: 20px;
	background: #ffffff url('images/category_emenu_bg_hover.gif') no-repeat right; 
}

* html #vmenu li ul li a.has-children:hover, * html #vmenu li:hover ul li a.has-children:link, * html #vmenu li ul li:hover a.has-children:visited { /* Root with children - hover */
	color: #333333;
	height: 14px;
	background: #d1e0ff url('images/category_expanded_emenu.gif') no-repeat 98%; 
}

* html #vmenu li a:hover { /* Root wihout children - hover */
	color: #333333;
	height: 20px;
	background: url('images/categories_emenu_active_bg.gif') repeat-x right; 
}

* html #vmenu li ul li a:hover { /* Root wihout children - hover */
	color: #333333;
	height: 14px;
	background: #d1e0ff none; 
}

/* end holly hack */
