@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 {
	font-family: Georgia, "Times New Roman", Times, serif;
	width:950px;
	position:relative;
	font-size:12pt;
	z-index:100;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	height: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	text-align:center;
	color:#fff;
	line-height:14px;
	font-size:12px;
	overflow:hidden;
	background-color: #000;
	margin: 0px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #fff;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.menu ul {
	padding:0;
	list-style: none;
	margin: 0;
}
.menu ul li {
	float:left;
	position:relative;
	margin: 0px;
	padding: 0px;
}
.menu ul li ul {
	display: none;
	margin: 0px;
	padding: 0px;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#FFF;
	background-color: #653662;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:35px;
	left:0;
}
.menu ul li:hover ul li a.hide {
	color:#fff;
	background-color: #653662;
}
.menu ul li:hover ul li:hover a.hide {
	color:#FFF;
	background-color: #653662;
}
.menu ul li:hover ul li ul {
	display: none;
	margin-top: 0px;
}
.menu ul li:hover ul li a {
	display:block;
	color:#FFF;
	background-color: #653662;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu ul li:hover ul li a:hover {
	color:#FFF;
	background-color: #000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #653662;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
