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

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#nav {position:relative; z-index:100; margin:2px;}

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

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block;  
font-size:12px; color:#334499; height:18px; line-height:16px; 
text-align: center;   padding:2px 20px 10px 20px; 
text-decoration:none; border:0px solid #000; border-width:0px 0 0px 0px;}
/* For IE5.5 and IE6 too: */
#ie_6_setup a, #ie_6_setup a:visited { display:block; width:130px; padding:2px; }

/* Set up the list items */
#pmenu li {float:left; }
#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 {color:#919eac; }
/* For IE5.5 and IE6 too: */
#ie_6_setup li a:hover { color:#919eac; }


/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {color:#919eac;}
