.container{
text-align: center;
width: 100%;
}

.menu-td{
border-bottom: 3px solid #828282;
}




.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: #F7F7F7; /*menu strip background*/
border: 1px solid gray;
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/greyleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* 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: black; /*button text color*/
}


.aerobuttonmenu a.aero span{
background: transparent url('../images/greyright.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: white;
}




#navigation {width:180px; font-size:12px;}
#navigation ul {margin:0px; padding:19px; }


#navigation ul li {
height:25px;
line-height:25px; 
list-style:none; 
text-align: left;
padding-left:20px;
padding-bottom: 20px;
background: transparent url('../images/leftmenu.jpg') no-repeat top right;
height: 30px;
color:#FFF; 
border-top:#fff solid; 
border-bottom:#fff solid; 
border-width:1px;
cursor:pointer; 
}  


/*#navigation ul li:hover {background: transparent url('../images2/leftmenuhover.jpg') no-repeat top right; position:relative;}  */

#navigation a { color: #92979a; display:block; width:160px; height:30px; }
/*#navigation a:hover { color: #ebf6fc; text-decoration:none; }*/
#navigation a:hover { color: #3366FF; text-decoration:none; }



.footer{
font-family: Verdana, Arial, Helvetica, sans-serif; color: #407FBF;
background: #D6D6D6; /*menu strip background*/
}
