/* wg-skin */
/* Common style */
#vmenu {margin: 0px;padding: 0px;list-style: none;font-size: 12px;}
/* Root items */
#vmenu ul {padding: 1px;margin: 0px;list-style: none;width: 169px;z-index: 99;overflow: visible;position: absolute;background-color: #000;border: 1px solid #404040;}
/* Any item with children */
#vmenu li.has-children {position: relative;width: 154px;display:block;background: #000 url('images/wg_black/category_expanded_emenu.gif') no-repeat 150px;padding-right: 15px;}
/* Any item with children - hover */
#vmenu li.has-children:hover, #vmenu a.has-children:hover {color: #fff;background: #404040 url('images/wg_black/category_collapsed.gif') no-repeat 150px;}
/* Parents of selected item - do no hide focus from them */
#vmenu li > a.has-children:hover, #vmenu li:hover > a.has-children:link, #vmenu li:hover > a.has-children:visited {color: #fff;}
/* Any item without children */
#vmenu li {position: relative;width: 154px;display: block;background-color: #000;padding-right: 15px;}
/* Any item wihout children - hover */
#vmenu li:hover, #vmenu a:hover {color: #fff;background-color: #404040;}
/* Horizontal separator */
#vmenu li.h-sep {margin: -1px 0 0 0;padding: 0;height: 1px;line-height: 1px;font-size: 1px;background: #404040;width: 169px;}
/* Horizontal separator */
/*#vmenu li.h-sep:hover {background: #404040 url('images/emenu_delim.gif') repeat-x center;width: 169px;}*/
#vmenu li.h-sep:hover {background-color: #404040;}
/* 2nd+ level items */
#vmenu ul li {background-color: #000;font-size: 11px;background-image: none;width: 154px;}
/* 2nd+ level items with children */
#vmenu ul li.has-children {background-color: #000;}
/* 2nd+ level items (a tag) */
#vmenu a, #vmenu li ul li a {text-decoration:none;color: #fff;font-weight: bold;display:block;padding: 5px 4px 6px 12px;}
/* 2nd+ level items (a tag) */
#vmenu li ul li a {padding: 4px 4px 4px 12px;}
/* submenu offset relating to root items */
#vmenu ul {display: none;position: absolute;top:0; left: 169px;}
/* Show children */
#vmenu li:hover > ul {display: block;}
/* Horizontal subcategories separator */
#vmenu li ul li.h-sep {margin: -1px 0 0 0;padding: 0;height: 1px;line-height: 1px;font-size: 1px;background: #404040;}
/* Horizontal subcategories separator */
/*#vmenu li ul li.h-sep:hover {background: url('images/emenu_delim.gif') repeat-x center;}*/
#vmenu li ul li.h-sep:hover {background-color: #404040;}

/* Win IE only \*/
* html #vmenu li {float:left; width: 169px; padding-right: 0px;}
* html #vmenu li.has-children { width: 169px; padding-right: 0px;}
* html #vmenu ul {left: 170px;} 
* html #vmenu a {width: 154px;} 
/* end holly hack */
