﻿#topWrapper
{
	background: #ECEAE4 url(/Images/BoxerMenu/bg_ss.gif) no-repeat;
	height: 108px;
	padding: 0 171px 0 0;
	margin: 0;
}
#topWrapper #logo
{
	float: right;
	padding: 42px 0 0 0;
}
#topWrapper a 
{
	color: #ffffff;
	font-family:Arial,Verdana,Sans-Serif;
	font-size:11px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;	
}
#topWrapper a:hover
{
	color: #FF6600;
}

ul#siteNavigation
{
	padding: 29px 38px 0;
	margin: 0;
	height: 37px;
}
#siteNavigation li
{
	/*#C0B9A9*/
	background: transparent;
	display: inline;
	list-style: none;
	/*padding: 1px 10px 5px;*/
	/*height: 14px;*/
	width: auto;
}
#siteNavigation li img
{
	/*margin-top: 1px;*/
	margin-bottom: -6px;
}
#siteNavigation li.current
{
	/*#ECEAE4*/
	background: transparent;
}
#siteNavigation li a
{
	background-color: #C0B9A9;
	padding: 7px 0 3px;
}

#siteNavigation li.current a
{	
	background-color: #ECEAE4;
	color: #FF6600;
	padding: 7px 0 3px;
}
#topMenu ul, #topMenu li, #topMenu a {
	display:inline;
	float:left;
	/*margin:0;
	padding:0;*/
}
#topMenu ul {
	list-style-type:none;
}
#topMenu li {
	background:transparent url(/Images/BoxerMenu/button.gif) no-repeat scroll 0 0;
	color:white;
	margin-left:4px;
	padding-left:9px;
	position:relative;
	z-index:12;
}
#topMenu li a {
	background:transparent url(/Images/BoxerMenu/button.gif) no-repeat scroll right top;
	color:#FFFFFF;
	font-size:10px;
	height:19px;
	overflow:hidden;
	padding: 5px 9px 0 0;
	text-transform: capitalize;
}
#topMenu li a:hover {
	color:#FF6600;
}
#topMenu li.inPath {
	background-position:0 -24px;
}
#topMenu li.inPath a {
	background-position:right -24px;
	color:#84785F;
}
#topMenu li.inPath a:hover {
	color:#FF6600;
}
#topMenu li:hover {
	background-position:0 -48px;
}
#topMenu li:hover a {
	background-position:right -48px;
}
#topMenu li ul {
	display:none;
}
#topMenu li:hover ul {
	display:block;
}
#topMenu li.activeInPath {
	background-position:0 -72px;
}
#topMenu li.activeInPath a {
	background-position:right -72px;
}
#topMenu li.activeInPath ul {
	background-position:-150px 100%;
	display:block;
}
#topMenu li.activeInPath li.first {
	background-position:-150px 0;
}
#topMenu li ul, #topMenu li li, #topMenu li li a {
	background:transparent none repeat scroll 0 0;
	float:none;
	width:auto;
}
#topMenu li ul {
	background:transparent url(/Images/BoxerMenu/dropdown.gif) no-repeat scroll 0 bottom;
	left:0;
	padding:0 9px 5px;
	position:absolute;
	top:24px;
	overflow:hidden;
	width:132px;
}
#topMenu li li {
	display:block;
	margin:0;
	padding:0;
	width:100%;
}
#topMenu li li.first {
	background:transparent url(/Images/BoxerMenu/dropdown.gif) no-repeat scroll left top;
}
#topMenu li.active li a, #topMenu li.activeInPath li a {
	background-image:url(/Images/BoxerMenu/dots.gif);
	background-position:15px 9px;
	background-repeat:no-repeat;
	display:block;
	height:auto;
	overflow:visible;
	padding:3px 20px;
}
#topMenu li.activeInPath li a {
	background-position:-135px 9px;
}
#topMenu {
	margin: 1px 0 0 -20px;
}
