div#banner {
	height: 96px;	
	background-image: url("../images/bg-banner.gif");
	background-position: 50% 50%;
	background-repeat: repeat;
}
div#logo {
	float: left;
	width: 280px;
	height: 80px;
	margin-top: 0.1em;
	padding-top: .5em;
	padding-left: .5em;
	background-color: #FFFFFF;
	background-image: url("../images/logo.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
div#bannerImage {
    float: left;    
    width: 80px;
    height: 80px;   
    background-image: url("../images/banner-image.gif");    
    background-repeat: no-repeat;
    cursor: pointer;
}

div#bannerImage span {
    display: none;
}
div#headerInfoSection {
	float: left;
	height: 96px;
	width: 500px;
	text-align: right;
	display:inline;
	font-size: 0.9em;
	font-weight:bold;
	background-image: url("../images/banner-style1.gif");
	background-position: 50% 50%;
	background-repeat: repeat;
}
ul#navigationLinks {
	float: right;
	list-style-type: none;
	list-style-position: inside;
	margin-top: 67px;
	font-family: tahoma;
}
ul#navigationLinks a {
	font-family: arial;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	color: #505765;
}
ul#navigationLinks a:hover {
	text-decoration: underline;
}

ul#navigationLinks li {
	float: left;
	padding: 0em .5em;
	border-left: solid 1px black;
}
ul#navigationLinks li.First {
	border-left: none;
}
ul#navigationLinks .ActiveLanguage {
	color: red;
}