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