﻿
.Menu
{
	width: 751px;
	height: 42px;
	background-image: url('../images/menu_background.jpg');
	background-repeat: repeat-x;
	float: left;
}
	
.Menu li, .Menu ul
{
	display: inline; 
	color: White;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	list-style: none;
}

.Menu li
{
	margin: 0 0 0 0;
	float:left;
	width: 83px;
	text-align: center;
	height: 42px; 
	vertical-align: middle;
}

.Menu table
{
	width: 83px;
}

.Menu a, .Menu a:visited
{
	color: White;
	text-decoration: none;
	font-size: 12px;
}

.Menu a:hover
{
	color: #cbd6eb;
	text-decoration: none;
	font-size: 12px;
}

.Menu td
{
	text-align: center;
}

.Menu li a
{	
	display: block;
}

.Menu div
{	
	position: absolute;
	visibility: hidden;
	margin: 13px 0 0 0px;
	/*margin: 14px 0 0 -44px; /* hack for IE 7 and below */
	padding: 0;
	background: #5072b1; 
	border: 1px solid #cbd6eb
}

.Menu div a
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
}

.MenuSeparator
{
	width: 1px;
	height: 42px;
	background-image: url('../images/menu_separator.jpg');
}

.Menu div a:hover, .MenuItem a:hover
{
	color: #cbd6eb;
}

.MenuItem
{
	background: none;
	text-align: center;
}

.MenuItem a, .MenuItem a:visited
{
	color: White;
	text-align: center;
}

.MenuItem a:hover
{
	color: #cbd6eb;
}