/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {margin:0px 0 100px 0px; position:absolute; width:350px; left:13px; top:32px; z-index:10;}
 
 
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}
#pmenu {margin:0px 0 0px 0px; position:relative; z-index:500;}

#pmenu li {float:left;position:relative;margin:0px 10px 0px 0px;padding:0px 0px 0px 0px; border:0px solid #edc05b;}

#pmenu a, #pmenu a:visited {display:block; width:200px; font-size:10px; color:#000; font:11pt arial, helvetica, sans-serif; line-height:23px; height:23px; vertical-align:middle;  margin:0px 0px 0px 0px;padding:0px 0px 0px 10px; text-decoration:none; text-align:left;  /*border:1px solid #fff; border-width:0 1px 1px 0;*/ background:url(images/bullet-menu-top-off.png) no-repeat 8px 7px;}

#pmenu li:hover > a{color:#fff;background:#000 url(images/bullet-menu-top-off.png) no-repeat 8px 7px;}
#pmenu li ul {display: none;padding:0px 0px 0px 0px;}
#pmenu li:hover > ul {display:block; position:absolute; top:0; left:101px;}
#pmenu > li:hover > ul {left:0; top:24px;}

.dropdown {text-align:left;margin:0px 0px 0px 0px;background:#938f8f url(images/bullet-menu-top-on.png) no-repeat 8px 7px;}






 

