#navigation {
	background-image: url(../images/nav-bkg.png);
	background-repeat: repeat-x;
	background-color: #c90000;
	white-space: nowrap;
	height: 2.2em;
	width: 100%;
	margin: 0;
	border-top: solid 1px #666;
	/*border-bottom: solid 1px #666;*/
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	float: left;
	overflow: hidden;	
}

#navigation ul
{
	margin: 6px 0;
	padding: 0;
}

#navigation ul li {
	display: block;
	float: left;
	list-style: none;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.2em;
	margin: 0px;
	height: 1.3em;
	border-right: solid 1px #de3232;
	border-left: solid 1px #b52c15;
}

#navigation ul li a {
	text-decoration: none;
}

#navigation ul li a:link {
	color: #ffffff;
}

#navigation ul li a:visited {
	color: #ffffff;
}

#navigation ul li a:hover
{
	color: yellow;
}

div.subnav
{
	margin: 1em;
	margin-bottom: 0;
	font-weight: bold;
}

div.subnav ul
{
	padding: 3px 0; 
 	margin-left: 0;
 	margin-bottom: 0; 
 	border-bottom: 1px solid #AAA;
}

div.subnav ul li
{
	list-style: none; 
	margin: 0; 
	display: inline; 
}

div.subnav a
{
	text-decoration: none;
	border: 1px solid #AAA;
	border-bottom: none;
	color: white;
	background-color: #4b6fdd;
	padding: 3px 0.5em;
}

div.subnav a:visited
{
	text-decoration: none;
	color: #white;
}

div.subnav a#current
{
	border-bottom: 1px solid white;
	color: #1b495f;
	background-color: white;
}

div.subnav a:hover
{
	color: yellow;
}

