/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none; text-decoration:underline}
/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block;}
/* Set up the list items */
#pmenu li { width:100%; float:right}
#pmenu li ul { float:inherit;width:150px; margin-left:140px; text-align:justify}
/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu ul li:hover > a { border:1px #FF9933 solid}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {visibility:hidden; position:absolute; padding:10px 0px 0px 0px; background:transparent url(images/dot.gif);}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {visibility:visible;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:0px; top:16px;}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:0px; top:14px; lef\t:-31px; to\p:15px;color:#c00;
}
