/* ================================================================ 
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; left:11px; top:175px; 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:1px solid #edc05b;}

#pmenu a, #pmenu a:visited {display:block; width:140px; font-size:10px; color:#90c2bf; font:14px arial, helvetica, sans-serif; line-height:23px; height:23px; vertical-align:middle;  margin:0px 0px 0px 0px; text-decoration:none; text-align:center;  /*border:1px solid #fff; border-width:0 1px 1px 0;*/ background:url(images/bullet-menu.gif) no-repeat 2px 2px;}

#pmenu li:hover > a{background:#0db4bc; color:#fff;}
#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:10px 0px 0px 0px;background:#000;}




 

