.menu {
	width:90%;
	height:30px;
	font-size:0.85em;
	padding: 0 auto 0 auto;
	margin: 0 0 0 208px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

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

.menu ul ul {
	width:150px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.menu li {
	float:left;
	width:auto;
	position:relative;
	margin: 0;
	padding: 0;
}

.menu ul ul li, * html .menu li {
	border: 0;	
}

.menu ul ul li {
	padding: 0 0 0 10px;
}

/** IE opacity */
* html .menu ul ul li, * html .menu ul ul ul li {
	filter:Alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;
}

.menu ul ul.first li {
	padding: 0 0 0 0;
}

.menu li a.center {
	text-align: left;
}

.menu a, .menu a:visited {
	display:block;
	text-decoration:none; 
	color: #fff;  
	width:auto; 
	height:30px; 
	background: transparent; 
	padding: 0 10px 0 10px;
	line-height:30px;
	margin: 0 0 0 0;
	text-transform: uppercase;
} 

* html .menu a, * html .menu a:visited {
	width:35px;
	w\idth:35px;
}

* html .menu ul li a.center:hover  {
	background: transparent; 
	border-bottom: #cccccc;
}

.menu ul ul a.drop:hover {
	background:transparent;
	border-bottom: #cccccc;
}

.menu ul ul :hover > a.drop {
	background: url("../images/layout/alpha.png"); 
	color: #000;
}

.menu ul ul ul a, .menu ul ul ul a:visited {
	display: block;
	background: url("../images/layout/alpha.png"); 
	color:#002391;
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	margin: 0 0 0 20px;
	width:90px;
	text-transform: none;
}

.menu ul ul ul :hover > a {
	background: #000; 
}

.menu table {
	border-collapse:collapse; 
	border:0; 
	position:absolute; 
	left:0; 
	bottom:-1px;
}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	bottom:30px;
	left: -30px; 
	width:150px;
}

* html .menu ul ul {
	bottom:30px;
}

.menu ul ul ul{
	left:90px; 
	bottom:0;
	width:90px;
}

.menu ul ul ul.left {
	left:-90px;
}

.menu ul ul a, .menu ul ul a:visited {
	background: url("../images/layout/alpha.png"); 
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:150px;
	text-transform: none;
}

* html .menu ul ul a {
	width:150px;
	w\idth:150px; /* ie hack */
}


.menu ul ul a.blank, .menu ul ul a.blank:hover {
	background: url("../images/layout/alpha.png"); 	
}

.menu ul ul a.drop:hover {
	background: #ffffff;
}

.menu :hover > a {
	color:#f4ca00;
	background: transparent; 	
}

.menu ul ul a:hover  {
	color: #000;
	border-bottom: #cccccc;
	background: #ffffff;
	/*
	filter:Alpha(opacity=100); 
	-moz-opacity: 100; 
	opacity: 100;
	*/
}

.menu ul :hover ul{
	visibility:visible;
	height:auto;
}

.menu ul :hover ul ul{
	display:none;
}

.menu ul :hover ul :hover ul ul{
	display:none;
}

.menu ul :hover ul :hover ul{ 
	display:block;
	bottom:0;
}

.menu ul :hover ul :hover ul :hover ul { 
	display:block;
	bottom:0;
}