#vmenu { /* Common style */
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	font-size: 12px;
	font-family:Tahoma, Geneva, sans-serif;
	direction:rtl;
}
#vmenu {
	border-bottom:1px groove #CCC !important;
	border-right:1px solid #bfbfbf !important;
}

#vmenu ul { /* Root items */
	padding: 1px;
	margin: 0px;
	list-style: none;
	width: 207px;
	z-index: 99;
	overflow: visible;
	position: absolute; 
	background-color: transparent;
	border: 1px solid #bfbfbf;
}

#vmenu li.has-children { /* Any item with children */
	position: relative;
	width: 195px;
	display:block;
	background: transparent url('images/category_collapsed.gif') no-repeat 7px;
	padding-left:10px;
}

#vmenu li.has-children:hover, #vmenu a.has-children:hover { /* Any item with children - hover */
	color: #333333;
	background: #f9ec72 url('images/category_expanded_emenu.gif') no-repeat 10px;
}


#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: #333333;
}

#vmenu li { /* Any item without children */
	position: relative;
	width: 193px;
	display: block;
	background-color: transparent;
	padding-left: 15px;
	text-align:right;
}

#vmenu li:hover, #vmenu a:hover { /* Any item wihout children - hover */
	color: #333333;
    background-color: #f9ec72;
}

#vmenu li.h-sep { /* Horizontal separator */
	margin: 0;
	padding: 0;
	height: 2px;
	line-height: 1px;
	font-size: 1px;
	background: transparent url('images/emenu_delim.gif') repeat-x center center;
	width: 208px;
}
#vmenu li.h-sep:hover { /* Horizontal separator */
	background: url('images/emenu_delim.gif') repeat-x center;
	width: 207px;
}

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

#vmenu ul li.has-children {  /* 2nd+ level items with children */
	background-color: #ffffff; 
}

/*margin: [margin-top] [margin-right] [margin-bottom] [margin-left]*/
#vmenu a, #vmenu li ul li a { /* 2nd+ level items (a tag) */
    text-decoration:none; 
	color: #333333;
	font-weight: bold;
    display:block;
    padding: 5px 4px 6px 12px;
}

#vmenu li ul li a { /* 2nd+ level items (a tag) */
	width:180px;
	padding: 5px 4px 6px 12px;
}

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

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

#vmenu li ul li.h-sep { /* Horizontal subcategories separator */
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 0.1px;
	font-size: 1px;
	width: 207px;
	background: url('images/emenu_subcats_delim.gif') repeat-x;
}

#vmenu li ul li.h-sep:hover { /* Horizontal subcategories separator */
	background: url('images/emenu_delim.gif') repeat-x center;
}

a.isactive {
	width:191px;
	background: #f9ec72 url('images/category_expanded_emenu.gif') no-repeat 7px;
	height:15px;
}

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