﻿#mainMenu
{
	margin:1em auto;
	border:2px solid black;
	min-width:900px;
	width: 70em;
	background-color:White;
}

#logol
{
	background-image: url('images/global/logo_l.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height:103px;
	width:167px;
	z-index:0;
	float:left;
	margin-left:3em;
}
#logor
{
	background-image: url('images/global/logo_r.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height:84px;
	width:221px;
	z-index:0;
	float:left;
	margin:0;
}

#menuBackground
{
	background-image: url('images/global/greenfade.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	height:77px;
	z-index:0;
	float:right;
	width:100%;
}

#menu
{
	clear: both;
	padding-bottom: 1.7em;
	background-color:#999999;
}

#menuList
{
	margin: 0;
	padding: .1em 0 .1em 170px;
	list-style: none;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: black;
	background-color:#E7B98A;
}

#menuList li
{
	display: inline;
	padding-left: 2.1em;
}

.menuLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	cursor:pointer;
}

.menuLinkSelected
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: yellow;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	cursor:pointer;
}

.subMenuLinks
{
	display: none;
	float:left;
	list-style: none;
	margin: .3em auto .1em auto;
	position: relative;
	clear:both; /*Required for Safari*/
	width:100%; /*Required for Safari*/
	
	/* IE needs a left:0 to look correct, the rest need a -170px offset */
	/* Using hack from http://www.giantisland.com/Resources/LitePacificHackforSafariAndIE7.aspx */
	
	left:0; /*IE 5 and PC */
	voice-family: "\"}\"";
	voice-family: inherit;
	left: -170px; /* Compliant Browsers */
}
/*end*/
/*\*/
html*.subMenuLinks
{
[left:-170px; /* Old firefox and netscape*/
left:-170px; /*Chrome, Safari Mac*/
]left:0;  /* IE7 */
}/*end*/
.dummyend[id]{clear:both;}
/*\*/
* html .subMenuLinks{
color:0; /* IE6 */
}
/*end*/


.subMenuLinks li
{
	margin:0 1em 0 1em;
}

.subMenuLinks li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	font-size: .9em;
	text-decoration:none;
	cursor:pointer;
}
