#main { 
background: #7e1619 0 -37px; 
border: solid 1px #660000; 
clear: both; 
width: 740px; 
padding-top: 6em; 
}

#contents { 
padding: 1.5em 1.5em 5em; 
background: #fff; 
height: 100%; 
min-height: 600px; 
margin-right: auto; 
margin-left: auto; 
border-top-color: #7e1518; 
}

ul#secondary { 
position: absolute; 
top: 195px; 
margin: 0; 
padding: 0; 
width: 704px; 
border-bottom-style: none; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
z-index: 1;
}

ul#secondary li { 
background-position: 0 center; 
width: auto; 
display: block; 
float: left; 
margin: 0; 
border-top-style: none; 
border-top-width: medium;
}

ul#secondary li a,#header ul#secondary li span { 
width: auto; 
display: block; 
float: left; 
padding: 0 10px; 
margin: 0; 
text-align: center; 
font-size: xsmall; 
height: 10px; 
border-right: 1px dotted #aaa; 
border-top-style: none; 
border-top-width: medium; 
border-bottom-color: transparent; 
border-bottom-style: none; 
border-left-color: transparent; 
border-left-style: none;
}

ul#secondary li a {
	color: #fff;
	text-decoration: underline;
}

ul#secondary li a:hover {
	color: #cb9865;
	background: transparent;
	padding: 0 10px;
	border-right: 1px dotted #aaa;
}

ul#secondary li a:active { color: #cb9865; background: transparent; }

ul#secondary li:last-child a { border: none; }
