#navcontainer {
	margin-left: 0;
	float: right;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	padding-top: 3px;
	width: auto;
	text-align: right;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	float: right; 
}
#navcontainer ul li { 
	display: inline; 
}
#navcontainer ul li a {
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	padding: 0px 6px;
}

#navcontainer span a {
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	padding: 0px 8px;
}

#navcontainer ul li a:hover {
	color: #A54D38;
}
a.notactive:link, a.notactive:visited {
	COLOR:#FFFFFF; 
	TEXT-DECORATION:none; 
}
a.notactive:hover, a.notactive:active, a.notactive:focus {
	COLOR:#993300;
}
a.active:link, a.active:visited {
	COLOR:#993300;  
	TEXT-DECORATION:none; 
	font-weight: bold;
}
a.active:hover, a.active:active, a.active:focus { 
	COLOR:#993300; 
	TEXT-DECORATION:none; 
}

/* navigation links in table navi-bot*/
a.notactivetd:link, a.notactivetd:visited {
	COLOR:#336699; 
	TEXT-DECORATION:none; 
}
a.notactivetd:hover, a.notactivetd:active, a.notactivetd:focus {
	COLOR:#993300;
}
a.activetd:link, a.activetd:visited {
	COLOR:#993300;  
	TEXT-DECORATION:none; 
	font-weight: bold;
}
a.activetd:hover, a.activetd:active, a.activetd:focus { 
	COLOR:#993300; 
	TEXT-DECORATION:none; 
}
#navi-top #navcontainer #navlist #end .notactive {
	border-style: none;
	margin-right: 10px;
}
