.nav{
padding: 2px;
clear: both;
color:#663300;
background-color:#fff;
}



*:first-child+html .nav li{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .nav li{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.nav a{
padding: 2px 5px;
text-decoration: none; 
color: #bae361;
background-color: #3B3939;
border-radius:4px;
border:thin solid #575757;
margin:3px;
}

.nava{
padding: 2px;
clear: both;
color:#663300;
background-color:#fff;
}



*:first-child+html .nava li{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .nava li{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.nava a{
padding: 2px 5px;
text-decoration: none; 
color: #bae361;
background-color: #3B3939;
border-radius:4px;
border:thin solid #575757;
margin:3px;
}
#pag { /*Style for currently selected page link*/
color: #595959 !important;
margin-top:2px;
font-weight: bold;
cursor: default;
background-color:#fff;
text-decoration:none;}

