#GreyHeader
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:74px;
	background-color:#939598;
	background-image:url(/Images/HeaderBalk.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

#Header
{
	height:269px;
}

#HeaderBottom
{
	height:140px;
}

#HeaderLogo
{
	float:left;
	margin-top:12px;
	z-index:200;
}

#HeaderNav
{
	height:40px;
}

#HeaderTop
{
	height:89px;
}

#SearchContainer
{
	float:right;
	padding-top:10px;
	width:300px;
}

#SearchContainer input
{
	float:right;
	width:190px;
	height:17px;
}

#SearchContainer button
{
	margin-top:1px;
	float:right;
	border-width:0px;
	padding: 0px 8px;
	height:19px;
	margin-left:15px;
	color:White;
}

#SubMenuContainer
{
	position:absolute;
	bottom:0px;
	right:0px;
}







.MenuItem
{
	float:right;
	height:40px;
	width:210px;
	background-color:Red;
	cursor:pointer;
	cursor:hand;
}

.MenuItem
{
      text-align              : center; /* Internet Explorer alignment */ 
      margin-right            : auto; /* Safari alignment */
      margin-left             : auto; /* Safari alignment */
}

.MenuItem
{ 
      text-align              : -moz-center; /* Firefox alignment */
}

.MenuItemContent
{
	padding-top:12px;
	font-size:14px;
	color:White;
	text-decoration:none;
}

.MenuItemContentPre
{
	border-width:0px;
	margin-bottom:-1px;
}

.MenuItemContentPre a, .MenuItemContent a
{
	border-width:0px;
	color:White;
	font-weight:normal;
	text-decoration:none;
}

.MenuSpace
{
	float:right;
	height:40px;
	width:16px;
}

.SubMenuItem, .SubMenuItemSelected
{
	float:right;
	color:White;
	font-size:14px;
	padding:0px 25px 10px 25px; 
	border-left: solid 1px White;
}

.SubMenuItem a, .SubMenuItemSelected a
{
	text-decoration:none;
	font-weight:bold;
	color:White;
}
