@charset "UTF-8";
/* CSS Document */

#navlist li
{
display: inline;
/* for IE5 and IE6 */
}
#navlist
{
	width: 9em;
/* to display the list horizontaly */
	font-family: sans-serif;
	margin: 0 10px 0 0;
	padding: 0;
	float: right;
}
#navlist a
{
	width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
	display: block;
	background-color: transparent;
	border-top: 1px transparent solid;
	border-bottom: 1px transparent solid;
	text-align: right;
	text-decoration: none;
	color: #FF3300;
	padding: 1px 10px 1px 0;
	font-size: 0.8em;
	margin-top: 2px;
}
#navlist a:hover, #navlist a#current { 
	background-color: #FFF9D9; 
	border-top: 1px #F0DCA4 solid;
	border-bottom: 1px #F0DCA4 solid;
	color: #A2010D;
}


#horNav {
	padding: 0 auto;
	background: #FFF9D9 url(../images/horNav_inact_bg.jpg) repeat-x;
}

#horNav ul {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
}
#horNav ul li { display: inline; }
#horNav ul li a {
	padding: 0.2em 1.5em;
	background: #FFF9D9 url(../images/horNav_inact_bg.jpg) repeat-x;
	color: #FF3300;
	text-decoration: none;
	float: left;
	border-right: 1px solid #F0DCA4;
	font-size: 0.8em;
}
#horNav ul li a:hover, #horNav ul li a#current {
	background: #A2010D url(../images/horNav_act_bg.jpg) repeat-x;
	color: #FFF9D9;
}