/* ######### Main Menu Bar CSS ######### */

.greenmenu ul{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #555555;
font-weight:bold;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.greenmenu li{
display: inline;
margin: 0;
}

.greenmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
color: #e9e9e9;
background-image: url(../images/gutter.jpg);
background-position: right top;
background-repeat: no-repeat;
}

.greenmenu li a:visited{
color: #e9e9e9;
}

.greenmenu li a:hover{
    color: #333333;
	text-decoration:none;
    background-image: url(../images/navbtn_on.jpg);
	background-repeat: repeat-x; /*background of tabs for hover state */
}

.greenmenu a.selected{
     /*background of tab with "selected" class assigned to its LI */
}