﻿#header #ratepoint_seal
{
	position: absolute;
	top: 0;
	left: 5px;
}
#header #logo
{
	position: absolute;
	top: 100px;
	left: 20px;
	width: 380px;
	height: 120px;
}
#header #alien
{
	position: absolute;
	top: 120px;
	left: 500px;
}
#header #language_selection
{
	position: absolute;
	top: 0;
	right: 0;
}
#menu
{
	color: #FFF;
	font-size: 14px;
	height: 37px;
	left: 20px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	position: relative;
	top: 61px;
	width: 750px;
}
#menu ul li
{
	height: 37px;
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#menu ul li a,
#menu .mdmy
{
	background:transparent url(../../Images/menu_bg.png) no-repeat scroll top left;
	color:#DDDDDD;
	display:block;
	float:left;
	height:27px;
	padding:10px 13px 0;
	position:relative;
	text-decoration:none;
}
#menu .mdmy
{
	cursor: default;
	padding: 10px 1px 0;
}
#menu ul li a:hover
{
	background-position: 0 -37px;
}
#menu ul li.selected a,
#menu ul li.expanded a
{
	background-position: 0 -74px;
}
#menu ul li a span
{
	position: relative;
	z-index: 2;
	vertical-align: top;
}
#menu ul li a img
{
	margin-top: -6px;
}
#menu ul li a span.d
{
	position: absolute;
	color: #000;
	left: 14px;
	top: 11px;
	white-space: nowrap;
	z-index: 1;
}
#search
{
	position:absolute;
	top: 59px;
	right: 0;
	height: 20px;
	width: 187px;
	padding: 10px 10px 10px 18px;
}
#search .search_btn
{
	background:transparent none repeat scroll 0 0;
	border:0 none;
	height:20px;
	margin:0;
	width:25px;
	float: left;
	cursor: pointer;
}
#search .search_box
{
	background:transparent none repeat scroll 0 0;
	border:0 none;
	float:left;
	font-size:11px;
	height:20px;
	margin:0 10px 0 0;
	padding:3px 0 0;
	width:145px;
}

/* Header links */
#header_links
{
	position: absolute;
	top: 5px;
	right: 220px;
}
#header_links ul li
{
	list-style-type: none;
	display: inline;
}
#header_links ul li a
{
	color: #333;
	text-decoration: none;
}
#header_links ul li a
{
	margin-right: 1px;
	padding: 0 10px 0 7px;
}
#header_links ul li a:hover
{
	color: #F58220;
	text-decoration: underline;
}