#navigationSection{	
	margin-top: 7px;
	margin-left: 228px;
	_margin-left: 225px;
}
#navigationSection ul.NaviItems{
	padding: 0em 0em;
	font-size: 9px;
	font-weight: bold;
	font-family: verdana;
	margin: 0px;	
}
#navigationSection ul.NaviItems li{
	display: inline;
	padding: 7px;
	border: 1px solid #E9E7E7;
	margin-right: -1px;
	background-color: #5a9a98;
	font-weight:bold;	
}
#navigationSection ul.NaviItems li.Active {
	background-image: url("../images/bg-tab.gif");
	background-position: 50% 50%;
	background-repeat: repeat;

}
#navigationSection ul.NaviItems li a {
    text-decoration: none;
    color: white;
    font-size: 1.2em;
}
#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;
	color: black;
}
#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: .5em;
}
.#navigationSection Error {
	color: red;
}
#navigationSection ul.NaviItems li span{
}

label#linkCompany a {
    text-decoration: none;
}
label#linkCompany a:hover {
    text-decoration: underline;
}