/*

 darkblue       #00008b
 palegoldenrod  #eee8aa
 crimson        #dc143c

*/

#main {
	background-color: #eee8aa;
	padding-top: 2em;
	clear: both;
}

#contents {
	padding: 1.5em;
	background-color: #eee8aa;
	min-height: 300px;
}

#header {
	position: relative;
	height: 5ex;
        width: 99%;
        min-width: 800px;
	clear: both;
	font-size: 90%;
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
        width: 100%; 
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 7em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 0px 1px 0 0;
	text-align: center;
	font-family: Univers, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
	color: #00008b; 
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
        color: #eee8aa;
	border: 1px solid #00008b;
        -moz-border-radius-topright: 1ex;
        -moz-border-radius-topleft: 1ex;
        -webkit-border-top-right-radius: 1ex;
        -webkit-border-top-left-radius: 1ex;
        border-top-right-radius: 1ex;
        border-top-left-radius: 1ex;
	border-bottom: none;
	background-color: #00008b;
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
	padding-bottom: 6px;
	margin-top: 0;
        color: #00008b;
	background-color: white;
	border: 1px solid #00008b;
	border-bottom: none;
        -moz-border-radius-topright: 1ex;
        -moz-border-radius-topleft: 1ex;
        -webkit-border-top-right-radius: 1ex;
        -webkit-border-top-left-radius: 1ex;
        border-top-right-radius: 1ex;
        border-top-left-radius: 1ex;
}

#header ul#primary a:hover {
	margin-top: 0;
	background-color: #eee8aa;
	padding-bottom: 5px;
	border-color:  #00008b;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 3px;
	bottom: -1.2em;
	left: 0;
	background-color: #00008b;
        width: 100%;
	color: #ff0000;
        -moz-border-radius-topright: 1ex;
        -webkit-border-top-right-radius: 1ex;
        border-top-right-radius: 1ex;
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding:0 10px;
	margin: 0;
	text-align: center;
	background: none;
	border:none;
}

#header ul#secondary li a {
	color: white;
	text-decoration: none;
	border:none;
}

#header ul#secondary li a:hover {
	color: #00008b;
	background: #eee8aa;
	padding: 0 10px;
	border: none;
        -moz-border-radius: 1ex;
        -webkit-border-radius: 1ex;
        border-radius: 1ex;
}

#header ul#secondary li a:active {
	color: #00008b;
	background: #eee8aa;
}

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

