#navigationSection{
	margin: 0em;
	margin-top: 6px;
	margin-bottom: 0em;
	margin-left: 215px;
}
#navigationSection ul.NaviItems {
	padding: 0em 0em;
	font-size: 9px;
	font-weight: bold;
	font-family: verdana;
	margin: 0px;
	margin-top: 5px;
	line-height: 3em;
	width: 750px;
}
#navigationSection ul.NaviItems li {
	margin-right: -1px;
	display: inline;
	padding: 7px 10px;
	border: 1px solid #E9E7E7;
	background-image: url("../images/bg-tab.gif");
	background-position: 50% 50%;
	background-repeat: repeat;
	font-weight:bold;	
}
#navigationSection ul.NaviItems li a {
	text-decoration: none;
	color: #000000;
}
#navigationSection ul.NaviItems li a:hover {
	text-decoration: underline;		
}
#navigationSection ul.NaviItems li.FirstItem {
	border-left: 1px solid #E9E7E7;
}
#navigationSection ul.NaviItems li.Active a {
	text-decoration: underline;	
}
#navigationSection .Title{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #E9E7E7;
	border-bottom: none;
	background-image: url("../images/bg-tab.gif");
	background-position: 50% 50%;
	background-repeat: repeat;
	padding: 5px 7px;
}
.#navigationSection Error {
	color: red;
}
#navigationSection ul.NaviItems li span{
}