#pmenu {padding:0; margin:0 auto; list-style-type: none; display:table;}
#pmenu ul {padding:5; margin: 2 0 0 0px; list-style-type: none; display:block;  text-transform: none;}


/* Hide the sub levels */
#pmenu li ul {display:none;}

/* Set up the link size, color and borders */
#pmenu li a, #pmenu li a:visited {
	display: block;
	float: left;
	 width:auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	font: bold 13px/45px "Arial", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: none;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #fff;
 }


/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited { display:block;  
 

 width:173px; 

 height:50px; 
 line-height:25px; 
 text-indent:5px; 
 border-width:1px 0 1px 1px; 
 text-align:left;

	float: left;

	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	font: bold 13px/45px "Arial", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: none;
	text-decoration: none;	
	letter-spacing: 0px;

 }


/* Set up the list items */
#pmenu li {float:left; background: url(images/nav.jpg) repeat-x; height:45px;  }
#pmenu li.tc {display:table-cell; }

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative; background: url(images/nav-hover.jpg) repeat-x; height:45px; width:auto;}
/* Make the hovered list color persist */
#pmenu li:hover > a { }
/* 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:40px; left:-30px; padding:0px 0px 0px 0px;   }
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:40px; }

/* get rid of the table */
#pmenu table {position:absolute; width: 173px;  left:0; }

/* 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: url(images/nav-hover.jpg) repeat-x;  }

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

/* Set up the pointers for the sub level indication */
#pmenu li.fly { right center; }
#pmenu li.drop {right center; }

#nav ul li#current a {	
	background: #fff;  url(images/nav-current.jpg) repeat-x;	
		color: #32982b;
}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute;  padding:0px 0px 0px 0px; }

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {background: url(images/nav-hover.jpg) repeat-x; visibility:visible;  lef\t:-30px; to\p:15px; 
}