@charset "utf-8";
/* CSS Document */

/* ================================================================ 
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-wrapper {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	background-image: url(../images/navigation.jpg);
}
.menu {
	font-family: arial, sans-serif;
	height:38px;
	position:relative;
	font-size:12px;
	z-index:100;
	padding-top: 20px;
	font-weight: bold;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	height:32px;
	text-align:center;
	color:#fff;
	font-size:12px;
	overflow:hidden;
	width: 85px;
	padding-top: 8px;
}
.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 {
	color: #943D45;
	background-image: url(../images/bg_trans_2.png);
	background-repeat: repeat;

}
.menu ul li:hover ul {
	display:block;
	position:absolute;
}
.menu ul li:hover ul li a.hide {
	color:#FFFFFF;
}
.menu ul li:hover ul li:hover a.hide {
	color:#EAB010;
	font-weight: bold;
}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
	background-image: url(../images/bg_trans_2.png);
	background-repeat: repeat;
	font-weight: bold;
	color: #666666;
	text-align: center;
	height: 24px;
	font-size: 11px;
}

.menu ul li:hover ul li a:hover {
	color:#FFFFFF;
	font-weight: bold;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:60px;
	top:0;
}
.menu ul li:hover ul li:hover ul.left {
	left:-60px;
}
