#mainMenu, #mainMenu ul {
	list-style: none;
	width: 261px;
	margin: 0px;
	padding: 0px;
}

#mainMenu li {
	margin-bottom: 4px;
}

#mainMenu li a {
	display: block;
	padding-left: 25px;
	height: 46px;
	background:url(../images/menuBg.gif) left top no-repeat;
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
	color:#FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#mainMenu li a span {
	display: block;
	padding-top: 14px;
	height: 32px;
	background:url(../images/menuArrow.gif) left center no-repeat;
	padding-left: 18px;
}

#mainMenu li a:hover, #mainMenu li a.selected {
	background-image:url(../images/menuHoverBg.gif);
	color: #2F3F4E;
}

#mainMenu li a:hover span, #mainMenu li a.selected span {
	background-image: url(../images/menuHoverArrow.gif);
	cursor: pointer;
}

#mainMenu ul {
	padding: 4px 0px;
	display: none;
}

#mainMenu ul li {
	margin: 0px;
	background: url(../images/subMenuBorder.gif) left bottom repeat-x;
	background-color: #46535B;
}

#mainMenu ul li a {
	display: block;
	padding: 0px;
	height: 42px;
	background: none;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

#mainMenu ul li a:hover, #mainMenu ul li a.selected {
	background-image: none;
	color: #D1E138;
	text-decoration: underline;
} 

#mainMenu ul li a span {
	display: block;
	padding-top: 15px;
	height: 27px;
	padding-left: 43px;
	border-left: solid 1px #7C8B94;
	border-right: solid 1px #7C8B94;
	background:url(../images/subMenuArrow.gif) left center no-repeat;
}

#mainMenu ul li a:hover span, #mainMenu ul li a.selected span {
	background-image:url(../images/subMenuArrow.gif);
	cursor:pointer;
}

#mainMenu ul li.last {
	background: none;
}

#mainMenu ul li.last a {
	padding-bottom: 10px;
	height: 32px;
	background:url(../images/subMenuFooter.gif) left bottom no-repeat;
}

#mainMenu ul li.last a:hover {
	text-decoration: none;
	background-image: url(../images/subMenuFooter.gif);
}

#mainMenu ul li.last a span {
	background-image: none;
	height: 17px;
	background-color: #46535B;
}

#mainMenu ul li.last a:hover span {
	background-image: none;
}


#mainMenu ul li.first a {
	padding-top: 10px;
	height: 32px;
	background: url(../images/subMenuHeader.gif) left top no-repeat;
}

#mainMenu ul li.first a:hover {
	background-image: url(../images/subMenuHeader.gif);
}

#mainMenu ul li.first a span {
	padding-top: 8px;
	height: 24px;
}

#topMenu {
	position: relative;
	float: left;
	width: 452px;
	height: 57px;
}

#topMenu a {
	display: block;
	padding-top: 25px;
	height: 32px;
	position: absolute;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

#topMenu a.instruction {
	background:url(../images/topMenuInstructionBg.gif) left top no-repeat;
	width: 200px;
	z-index: 3;
}

#topMenu a.instruction:hover {
	background-image:url(../images/topMenuInstructionHoverBg.gif);
	z-index: 4;
}


#topMenu a.news {
	background:url(../images/topMenuNewsBg.gif) left top no-repeat;
	width: 179px;
	left: 143px;
	z-index: 2;
}

#topMenu a.news:hover {
	z-index: 4;
	background-image:url(../images/topMenuNewsHoverBg.gif);
}


#topMenu a.contacts {
	background:url(../images/topMenuContactsBg.gif) left top no-repeat;
	width: 187px;
	left: 264px;
	z-index: 1;
}

#topMenu a.contacts:hover {
	z-index: 4;
	background-image:url(../images/topMenuContactsHoverBg.gif);
}
