/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


ul.buttons{
margin: 0;
padding: 0;
float: left;
font-family: arial, Verdana, sans-serif; 
}

.buttons li{
display: inline; line-height: 30px;
}

.buttons li.middle{
display: inline;
}


.buttons li a{
text-align: center;
width: 280px;
float: left;
font-size: 18px;
color: #E6E6E6;
padding: 0px 0px;
text-decoration: none;
text-transform: uppercase;
font-weight: normal;
background: #3C3529;
}

.buttons li a.middle{
text-align: center;
margin: 0 15px;
width: 280px;
float: left;
font-size: 18px;
color: #E6E6E6;
padding: 0;
text-decoration: none;
text-transform: uppercase;
font-weight: normal;
background: #3C3529;
}



.buttons li a:hover{
color: white;
font-size: 18px;
background: #3A3D29 url("../images/bg/button-nav-on2.gif") repeat-x top left;
}


