.pmammenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: white;
border: 1px solid #b4b4b4;
border-width: 5px 1px;
padding: 10px;
font: normal 12px Verdana;
z-index: 100;

}

.pmammenu .column{
float: left;
width: 180px; /*width of each menu column*/
margin-right: 5px;
}

.pmammenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.pmammenu .column ul li{
padding-bottom: 5px;
}

.pmammenu .column h3{
background: #f3f3f3;  text-transform:uppercase;
font: bold 12px Arial;
margin: 0 0 5px 0;
}

.pmammenu .column ul li a{
text-decoration: none; font: Normal 13px arial, Trebuchet MS; color:#003366;
}

.pmammenu .column ul li a:hover{
color: #003366; font: Normal 13px arial, Trebuchet MS;
}

.pmammenu .column ul li a:visited{
color: #003366; font: Normal 13px arial, Trebuchet MS;
}



.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
padding: 4px 0;
border-width: 1px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('images/menu/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: Normal 13px arial, Trebuchet MS; /* Change 13px as desired */
line-height: 16px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('images/menu/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: #cccccc; 
}

.black a.aero{
background-image: url('images/menu/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('images/menu/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}