/* ================================================================
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: arial, sans-serif; width:800px;left:25px; height:40px; position:relative; font-size:11px; z-index:100; margin:0 auto;}*/
#menu ul li a,.menu ul li a:visited {
	padding-right: 15px;
	display: block;
	text-decoration: none;
	margin-left: 10px;
	height: 27px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	overflow: hidden;
    padding-left: 0px;

}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu ul li {
	float: left;
	position: relative;
	left: 0px;
    margin-bottom: 0px;
}

#menu ul li ul {
	display: none;
    padding-bottom: 10px;
    padding-top: 10px;
    background: #C8C9CA; filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}
#menu ul li ul li a {
    padding-right: 5px;
    display: block;
    text-decoration: none;
    margin-left: 0px;
    font-family: Arial;
    font-weight: normal;
    /*overflow: hidden;*/
    padding-left: 15px;
    width: 150px;
    text-align: left;
    height: auto !important;
    line-height: 16px;
}

/* specific to non IE browsers */
#menu ul li a:hover {
	text-decoration: none;
}

#menu ul li:hover ul {
	display: block;
	position: absolute;
	color: #990066;
	background: rgba(200, 201, 202);

	top: 27px;
	left: -3px;
}

#menu ul li:hover ul li a.hide {
	background: rgba(200, 201, 202);

	color: #990066;
}

#menu ul li:hover ul li:hover a.hide {
	background: rgba(200, 201, 202);

	color: #990066;
}

#menu ul li:hover ul li ul {
	display: none;
}

#menu ul li:hover ul li a {
	display: block;
	background: rgba(200, 201, 202);

	color: #990066;
	font-family: verdana, arial;
	font-size: 10px;
}

#menu ul li:hover ul li a:hover {
	background: rgba(200, 201, 202);

	color: #990066;
    font-weight: bold;
	text-decoration: 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;
}