/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	font-family: Tahoma;
	height: 32px;
	font-size: 13px;
	z-index: 100;
	width:100%;
}
.menu ul li a, .menu ul li a:visited {
	display: block;
	background: url("/images/bright_047.gif") no-repeat right top;
	font-size: 13px;
	overflow: hidden;
	line-height: 32px;
	color: #36393D;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.menu ul li a span, .menu ul li a span:visited {
	display: block;
	text-decoration: none;
	padding: 0 13px 0 13px;
	background: url("/images/bleft_047.gif") no-repeat left top;
	line-height: 32px;
	font-size: 13px;
}
.menu ul li.item_active a{
	background-position: right bottom;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	line-height:32px;
}
.menu ul li.item_active a span{
	background-position: left bottom;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	line-height:32px;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu ul li {
	float: left;
	position: relative;
}
.menu ul li ul {
	display: none;
}
/* specific to non IE browsers */
.menu ul li:hover a {
	background-position: right bottom;
	display: block;
}
.menu ul li:hover a span{
	background-position: left bottom;
	display: block;
	color: #FFFFFF;
}
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 32px;
	left: 0;
}
.menu ul li ul li a.hide {
	background-color:#ffffff;
	background-image:none;
	border-bottom:1px #666666 dotted;
	line-height:25px;
	color:#666666;
	padding-left:3px;
	}
.menu ul li ul li a,.menu ul li ul li a:visited {
	background-color:#ffffff;
	background-image:none;
	border-bottom:1px #666666 dotted;
	line-height:25px;
	color:#666666;
	padding-left:3px;
	}
.menu ul li:hover ul li:hover a.hide {
	background-color:#66b294;
	background-image:none;
	color:#ffffff;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	width:150px;
}
.menu ul li:hover ul li a:hover {
	background-color:#66b294;
	background-image:none;
	color:#ffffff;
}
.menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 150px;
	top: 0;
}
.menu ul li:hover ul li:hover ul.left {
	left: -150px;
}
.title {
	margin-top: 7px;
	margin-left: 10px;
	font-weight: bold;
	color: #D01F3C;
	font-size: 11px;
}
