/* ================================================================ 
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/drop_examples.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.
=================================================================== */
/* commom style for all browsers */

.menu5 {
	position:relative; 
	margin:0 padding:0; 
	list-style-type:none;
	text-transform: uppercase;
	font-size: 10px;
	color: #575757;
}
.menu5 ul {
	padding:0; 
	margin:0; 
	list-style-type:none; /* for Firefox */
}
.menu5 li {
	float:left; 
	position:relative;
	margin-right:1px;
}
.menu5 li a, .menu5 li a:visited {
	display:block; 
	text-decoration:none; 
	float:left;
}
.menu5 li a.drop, .menu5 li a.drop:visited {
	font-weight:bold;
}
.menu5 li ul {
	visibility:hidden; 
	position:absolute; 
	top:2.5em; 
	left:0; 
	height:0; 
	overflow:hidden;
}
.menu5 table {
	margin:-1px; 
	border-collapse:collapse; 
	font-size:1em; /* font size for IE5.5 */
}
/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
	text-decoration:underline;
	border:0;
	color:#575757;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
	visibility:visible; 
	height:auto; 
	background:#e7e7e7;  
	-moz-opacity:0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);
	left:0; 
	top:2.5em; 
	overflow:visible;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
	display:block;
	background:transparent; 
	text-decoration:none; 
	height:auto; 
	padding:0.5em; 
	color:#575757;
	font-size:10px;
	padding: 5px;
}
* html .menu5 li a:hover ul li a {
	width:10em; 
	w\idth:9em; /* hack for IE5.5 */
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
	font-weight:bold;
}

.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
	background: #F4f4f4;
}