#pmenu, #pmenu ul { padding:0; margin:0; list-style-type: none; }
#pmenu { margin-top: 0; margin-right: 0; margin-left: 0; }
#pmenu li { position:relative; float: left; max-width: 140px; margin-right: 40px; }
#pmenu a, #pmenu a:visited { display:block; font-size:11px; color:#003368; font-family: arial; font-weight: bold; line-height:22px; text-decoration:none; text-indent:5px; background:#fff; border-color: #fff #fff #ccc; border-style: solid; border-width: 1px; }
#pmenu li:hover > a{ background:#b0c0d0; color:#fff; border-right-color: #ccc; border-right-width: 1px; border-bottom-color: #ccc; border-bottom-width: 1px; }
#pmenu li ul {display: none;}
#pmenu li:hover > ul {display:block; position:absolute; top:0;}
#pmenu > li:hover > ul {left:0; top:24px;}
.back { float: left; margin-left: 8px; padding-right: 10px; padding-left: 10px; border: solid 1px #fff; }
