/* ================================================================ 
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 {
	text-align:left; 
	color: #ffffff;
	font-family: Arial;
	font-size: 16px;
	position:relative; 
	height:1.5em; 
	margin:0;
	padding:0; 
	list-style-type:none;
	z-index:1;
}
.menu5 ul {
padding:0; margin:0; list-style-type:none;z-index:1;/* for Firefox */
}
.menu5 li {
float:left; position:relative;color: #ffffff;z-index:1;
}
.menu5 li a, .menu5 li a:visited {
display:block; text-decoration:none; width:3em; color:#000; float:left; height:1em; line-height:1em; color:#fff; z-index:1;
}
* html .menu5 li a, .menu5 li a:visited {
width:5em; wi/dth:5em; /* hack for IE5.5 */
}
.menu5 li a.drop, .menu5 li a.drop:visited {
}
.menu5 li ul {
visibility:hidden; position:absolute; top:0.5em; left:0; height:0; overflow:hidden; z-index:1;
}
.menu5 table {
margin:-1px; border-collapse:collapse; font-size:1em; 	z-index:1;/* font size for IE5.5 */
}

/* first 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;z-index:1;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; width:8em; background:#fff; border:1px solid #ddd; left:0; top:1.0em; overflow:visible; z-index:1;

}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:1.5em; padding:0.5em; width:9em;z-index:1;
}
* html .menu5 li a:hover ul li a {
font-size: 16px;
color: #ffffff;

width:9em; wid/th:6em; /* hack for IE5.5 */
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:7.5em; height:0; overflow:hidden;z-index:1;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:underline;z-index:1;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; color:#000; border:1px solid #ddd; height:auto; background:#fff; width:7.5em;z-index:1;
} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-7.3em;z-index:1;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto;z-index:1;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;z-index:1;
}

