#logoWrapper, #quicklinksWrapper, #flagsWrapper, #searchWrapper
{
	float: left;
	border: 0px solid;
	height: 51px;
	color: #4E4D49;
}
#quicklinksWrapper
{
	margin-top: 14px;
	font-size: 11px;
}

a.quicklink
{
	color: #4E4D49;
	text-decoration: none;
	margin: 0px 5px;
	font-size: 11px;
}
a.quicklink:hover
{
	text-decoration: underline;
}
#flagsWrapper
{
	padding-top: 12px;
	margin-left: 10px;
	display: block;
	position: relative;
}
.flags
{
	margin-right: 8px;
	vertical-align: middle;
	border: 0px;
}

#contentWrapper
{
	clear: both;
	display: block;
}

#logoWrapper
{
	vertical-align: middle;
	margin-right: 25px;
	margin-left: 12px;
}
#toplogo
{
	border: 0px;
}

#searchWrapper
{
	margin-top: 8px;
	right: 12px;
	position: absolute;
}

#searchString
{
	color: gray;
	width: 160px;
	font-size: 9px;
}
#searchButton
{
	margin-left: 6px;
	width: 50px;
	font-size: 9px;
}





#topmenuAlign
{
	display: block;
	height: 38px;
	clear: both;
}
#topmenuWrapper
{
	position: absolute;
	right: 0px;
	float: left;
	height: 30px;
}
a.topmenuElement, .topmenuElementBlue, .topmenuElementLightBlue, .topmenuElementGreen, .topmenuElementGolden, .topmenuElementSand, .topmenuElementInactive
{
	float: left;
	display: block;
	height: 30px;
	width: 129px;
	margin-left: 5px;
	font-size: 11px;
	color: #4E4D49;
	display: block;
	text-decoration: none;
}
.topmenuElementBlue
{
	background: White url(/images/topmenu/profile_blue.jpg) bottom no-repeat;
}
.topmenuElementLightBlue
{
	background: White url(/images/topmenu/light_blue.jpg) bottom no-repeat;
}
.topmenuElementGreen
{
	background: White url(/images/topmenu/profile_green.jpg) bottom no-repeat;
}
.topmenuElementGolden
{
	background: White url(/images/topmenu/golden.jpg) bottom no-repeat;
}
.topmenuElementSand
{
	background: White url(/images/topmenu/sand.jpg) bottom no-repeat;
}
.topmenuElementInactive
{
	background: White url(/images/topmenu/inactive.jpg) bottom no-repeat;
}

a.topmenuElement span
{
	padding-left: 18px;
}

