#nav {
margin: 0px;
padding: 0px;
list-style: none;
list-style-image: none;
}
#nav li {
margin: 0px;
padding: 0px;
display: inline;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
color:#FFFF33;
text-decoration: none;
display: block;

}
#nav li a:hover {
color: #ccc;
text-decoration: none;
}
.aerobuttonmenu{ /*container that holds a row of aero buttons*/
	overflow: hidden;
	padding: 4px 0 4px 0px;
}



.aerobuttonmenu a.aero{ /*aero button CSS*/
	background: transparent url('../images/aeroleft.gif') no-repeat top left;
	display: block;
	float: left;
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif; /* This value + 8px should equal height of button background (default is 31px) */
	height: 25px; /* Width of left menu image */
	text-decoration: none; /*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;
	padding-left: 24px;
	width: 280px;
	margin-bottom: 6px;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('../images/aeroright.gif') no-repeat top right;
display: block;
padding: 6px 10px 8px 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: #FFFFFF;
}

.aerobuttonmenu .rightsection{
float: right;
width: 300px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: #003300;
}
