#eshop-menu {
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	display: none;
}

#eshop-menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 170px; /* Width of Menu Items */ 
	background: #eee;
	border-top: 10px solid #2e3192;
	border-bottom: 10px solid #fff200;
} 

#eshop-menu ul li { 
	position: relative; 
	background: #fff url(../../images/eshop/menu_bg.gif) top center no-repeat;
} 

#eshop-menu li ul { 
	position: absolute; 
	left: 169px; /*Set 1px less than eshop-menu width */ 
	top: 0; 
	display: block; 
} 

#eshop-menu li:hover ul {
	display: block; 
} 

#eshop-menu li:hover>ul { 
	visibility:visible; 
} 

#eshop-menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #eshop-menu ul li { float: left; height: 1%; } 
* html #eshop-menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#eshop-menu ul, li { 
	margin: 0 0 0 0; 
} 

/* Styles for Menu Items */ 
#eshop-menu ul a { 
	display: block; 
	text-decoration: none; 
	color: #000; 
	background: #fff url(../../images/eshop/menu_bg.gif) top center no-repeat;
	padding: 4px 10px;
} 

/* Hover Styles */ 
#eshop-menu ul a:hover { 
	color: #f00; 
	background: transparent; 
} 

/* Sub Menu Styles */ 
#eshop-menu li ul a { 
	text-decoration: none; 
	color: #000; 
	background: #fff url(../../images/eshop/menu_bg.gif) top center no-repeat;
	padding: 5px;   
} 

/* Sub Menu Hover Styles */ 
#eshop-menu li ul a:hover { 
	color: #f00; 
	background: #fff url(../../images/eshop/menu_bg.gif) top center no-repeat;
} 

/* Icon Styles */ 
#eshop-menu ul a.submenu, #eshop-menu ul a.submenu:visited, #eshop-menu ul a.submenu:link {background:transparent url("../../images/eshop/r_arrow.gif") no-repeat right; }
#eshop-menu ul a.submenu:hover {background:transparent url("../../images/eshop/r_arrow.gif") no-repeat right;}
