#Path {
	display: block;
	height: 20px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	top: -18px;
	left: 1px;
}
#Path a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#Logo {
	display: block;
	width: 284px;
	height: 102px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/img/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	z-index: 15;
}
#Banner {
	display: block;
	width: 259px;
	height: 102px;
	position: absolute;
	top: 0;
	left: 539px;
	background-image: url(/img/banner.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 18;
}
#LogInLogOut {
	display: block;
	height: 20px;
	position: relative;
	float: right;
	top: -18px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	z-index: 20;
}
#LogInLogOut a {
	color: #FFFFFF;
	text-decoration: none;
}
#LogInLogOut a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#Languages {
	display: block;
	width: 150px;
	height: 20px;
	position: absolute;
	top: 111px;
	left: 750px;
	text-align: left;
	z-index: 25;
}
#Languages a {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #27435A; 
	text-decoration:none
}
#Search {
	display: block;
	width: 210px;
	height: 21px;
	position: absolute;
	top: 190px;
	left: 0;
	z-index: 30;
}
#Search form input {
	border: 1px solid #000000;
	padding: 2px;
}
#Search form input.btn {
	height: 21px;
	padding: 0;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #999999;
}
#PrimaryNavigation {
	display: block;
	width: 798px;
	height: 39px;
	position: absolute;
	top: 102px;
	padding: 1px 0 0 0;
	background-image: url(../img/primary-navigation-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#PrimaryNavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#PrimaryNavigation ul li {
	display: inline;
}
#PrimaryNavigation ul li a {
	display: block;
	height: 28px;
	margin: 0 1px 0 0;
	padding: 0 20px 0 20px;
	position: relative;
	float: left;
	line-height: 28px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../img/primary-navigation-link-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#PrimaryNavigation ul li a:hover {
	background-color: #transparent;
	color: #FF6600;
	text-decoration: none;
}
#PrimaryNavigation ul li a.active {
	background-color: #transparent;
	color: #FF6600;
}
#PrimaryNavigation ul li a.active:hover {
	background-color: #transparent;
	color: #FF6600;
}
#PrimaryNavigation ul li a.onPath {
	background-color: #transparent;
	color: #FF6600;
}
#PrimaryNavigation ul li a.onPath:hover {
	background-color: #transparent;
	color: #FF6600;
}
#PrimaryNavigation ul li a.draft {
	display: block;
	height: 28px;
	margin: 0 1px 0 0;
	padding: 0 20px 0 20px;
	position: relative;
	float: left;
	line-height: 28px;
	font-size: 20px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FCBF07;
	background-image: none;
	background-image: url(../img/primary-navigation-draft-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#PrimaryNavigation ul li a.draft:hover {
	background-color: #transparent;
	color: #FFFFFF;
	text-decoration: none;
}

#PrimaryNavigation ul li a.beoexcell {
	display: block;
	height: 28px;
	margin: 0;
	width:100px;
	padding: 0;
	position: relative;
	float: left;
	line-height: 28px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FCBF07;
	background: url(../img/beoexcell.gif) no-repeat center center;
}
#PrimaryNavigation ul li a.beoexcell:hover {
	background-color: #transparent;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../img/beoexcellHov.gif) no-repeat center center;
}

