/* ================================================================ 
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_centered.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.
=================================================================== */


/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu {padding:0; margin:0; list-style-type: none; display:table;}

/* Set up the link size, color and borders */
#pmenu li a, #pmenu li a:visited {display:block;  width:auto; padding:0 15px; font-size:90%; text-transform:uppercase; color: #FFF; height:40px; line-height:45px; text-decoration:none; text-indent:5px; text-align:left;}
#pmenu li.tc a.top {text-align:center;}

/* Set up the list items */
#pmenu li {float:left; background:#39332A;}
#pmenu li.tc {display:table-cell;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background: #663300; color:#fff;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(/images/spacer.gif); width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#663300; color:#FFFFFF;}

