#menuHolder {
	height: 42px;
	background:#fff url(/img/menu/left.png) repeat-x left top;
	font-family:arial, sans-serif;
	width:980px
}
#menu {
	height:42px;
	position:relative;
	font-size:13px;
	margin: 0;
	z-index:1000;
	background:#fff url(/img/menu/left.png) repeat-x right top;
	float:left;
}
#menu table.ie6 {
	border-collapse:collapse;
	margin:0;
	padding:0;
}
#menu ul {
	padding:0;
	margin:0;
	list-style: none;
}
#menu ul li {
	float:left;
	padding:0;
	margin:0;
	list-style: none;
}

#menu ul li a {
	display:block;
	float:left;
	padding:0 13px 0 0;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	height:42px;
	line-height:41px;
	font-size:11px;
	background:url(/img/menu/center.png) no-repeat right top;
}
#menu ul li a b {
	display:block;
	float:left;
	padding:0 0 0 13px;
	text-decoration:none;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
	height:42px;
	line-height:41px;
	font-size:11px;
	background:url(/img/menu/center.png) no-repeat left top;
	cursor:pointer;
}
#menu ul li a b span.current,
#menu ul li a b span.onPath {
	color:#C30000;
	font-weight:bold;
}
	
#menu ul li div.holder {
	position:absolute;
	left:-9999px;
}
#menu ul li div .leftSide {
	float:left;
	background: url(/img/menu/dropLeft.png) no-repeat left bottom;
}
#menu ul li div .rightSide {
	float:left;
	margin-left:10px;
	display:inline;
	padding:0 10px 0 0;
	background: url(/img/menu/dropRight.png) no-repeat right bottom;
}
#menu ul li:hover {
	position:relative;
}
#menu ul li a:hover {
	color:#C30000;
	background-position:right center;
	white-space:nowrap;
	position:relative;
}
#menu ul li a:hover b {
	color:#C30000;
	background-position:left center;
}
#menu ul li a.sub:hover {
	color:#C30000;
	background-position:right bottom;
	white-space:nowrap;
	position:relative;
}
#menu ul li a.sub:hover b {
	color:#C30000;
	background-position:left bottom;
}
#menu ul li:hover > a {
	color:#C30000;
	position:relative;
}
#menu ul li:hover a.sub {
	color:#C30000;
	background-position:right bottom;
	white-space:nowrap;
	position:relative;
}
#menu ul li:hover a.sub > b {
	color:#C30000;
	background-position:left bottom;
}
#menu ul :hover div.holder {
	position:absolute;
	top:42px;
	left:4px;
	margin: 0;
	padding: 0;
}
#menu ul li.right a:hover div.holder {
	left:auto;
	right:3px;
	top:42px;
}
#menu ul li.right:hover div.holder {
	left:auto;
	right:4px;
	top:42px;
}
#menu ul dl {
	width:auto;
	margin:10px 0 10px 0;
	padding:0;
	list-style:none;
}
#menu ul dl dt {
	padding:0 10px;
	margin:0;
	line-height:20px;
	background:#488;
	color:#fff;
	white-space:nowrap;
}
#menu ul dl dd {
	display:block;
	padding:0;
	margin:0;
}
#menu ul dd a {
	background-image: none;
	display:block;
	height: 30px;
	line-height: 30px;
	color:#333333;
	text-align:left;
	font-weight:bold;
	margin: 0;
	padding:0 20px;
	white-space:nowrap;
	float:none;
	text-transform:uppercase;
	border-top: 1px dashed #ccc
}
#menu ul dd a:hover {
	color:#fff;
	background:url(/img/menu/hov.png) no-repeat left center
}
#menu ul table td {
	vertical-align:top;
}



/*.menu ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	float: right;
}
.menu ul li {
	display: inline;
	margin:0;
	padding:0;
	list-style: none;
}
.menu ul li a, .menu ul li a:visited {
	float: left;
	color: #99AFC6;
	padding:20px 15px;
	text-decoration: none;
	margin-left:3px;
}
.menu ul li a:hover {
	color: #ffffff;
	background-color: transparent;
	background-image: url(/img/menu/hover.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.menu ul li .current, .menu ul li .current:hover,
.menu ul li .onPath, .menu ul li .onPath:hover {
	color: #ffffff !important;
	background-color: transparent;
	background-image: url(/img/menu/current.png);
	background-repeat: repeat-x;
	background-position: center center;
}*/