/***********************************************************************************
* Styles for Current Section                                                       *
***********************************************************************************/
.mainerimg{
padding:1px;
border:1px solid #CCC;
}





/***********************************************************************************
* Menu Styles                                                                      *
***********************************************************************************/
/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited{
display:block;
width:186px; 
font-size:11px; 
color:#000; 
height:25px; 
line-height:25px; 
text-decoration: none; 
text-indent:5px; 
border:1px solid #000; 
border-width:1px 1px 1px 0px; 
padding-left:5px;
}
#pmenu li a.plast{
border-right:0px;
}
#pmenu li a.pfirst{
border-top:1px solid #000 !important;
}
#pmenu a:hover{
text-decoration: underline;
}

