/* CSS Document */

#nav {
	font:1.10em "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	text-align:center;
}

#footmap {
	width:100%;
	text-align:center;
	color:#FFF;
	font-style:italic;
	font-size:0.8em;
	line-height:12px;
	background:#0D0D0D;
	margin-top:0px;
	float:left;
}

#nav ul { /* all lists */
	width:90%;
	margin:0;
	padding:0;
	padding-left:0.25em;
	list-style:none;
}

#footmap ul {
	margin-left:7%;
	padding-top:10px;
	list-style:none;
}
#nav ul li { /* all list items */
	padding-top: 0.25em;
	padding-left: 1.5em;
}
#footmap ul li {
	float:left;
}
#nav li a, #footmap li a  { /* all list items */
	text-decoration: none;
	font-weight:normal;
	height:1.8em;
	font-size:1.15em;
}
#nav li a  { /* all list items */
	display: block;
	color: #FFF;
	background:  url(images/btnback_blk.gif) no-repeat center top;
	padding-top:0.5em;
}
#footmap li a  { /* all list items */
	color: #FFF;
	font-weight:normal;
}
#nav ul a:hover  { /* all list items */
	color: #0D0D0D;
	background:  url(images/btnback_whi.gif) no-repeat center top;
}
#nav ul a:active  { /* all list items */
	color: #DF0000;
}
#footmap ul a:hover, #footmap ul a:active  { /* all list items */
	color: #DF0000;
}
#nav li a,#nav ul a:hover, #nav ul a:active { /* all list items */
	font-weight: bold;
}
#footmap li a,#footmap ul a:hover, #footmap ul a:active { /* all list items */
	font-weight: bold;
}
#nav li currpage {
	color: #FFFFFF;
	
}

