/* ================================================================ 
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 */

.menu {
	text-align:left;
	font-family: verdana, sans-serif;
	position:relative;
	font-size:0.9em;
	height:2.2em;
	margin:0;
	padding:0;
	list-style-type:none;
	z-index: 100000;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none; /* for Firefox */
	border: 1px solid #00F;
}
.menu li {
	float:left;
	position:relative;
}
.menu li a,
.menu li a:visited {
	display:block;
	text-decoration:none;
	color:#666;
	float:left;
	/*padding-right:1em;*/
	margin: 1px;
	/*width:6em;*/
	/*height:3em;*/
	height: 19px;
	width: 105px;
	line-height:1.5em;
	text-align: center;
}
* html .menu li a,
.menu li a:visited {
	/*width:7em;*/
	/*w\idth:6em; /* hack for IE5.5 */
}
.menu li a.drop,
.menu li a.drop:visited {
	font-weight:bold;
}
.menu li ul {
	visibility:hidden;
	position:absolute;
	top:1.5em;
	left:0;
	height:0;
	width: 150px;
	overflow:hidden;
}
.menu 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 */
.menu li:hover a,
.menu li a:hover {
	text-decoration:underline;
	border:0;
	color:#FFF;
	background-image: url(images/fd_menu.gif);
	background-repeat: repeat-y;
}
.menu li:hover ul,
.menu li a:hover ul {
	visibility:visible;
	height:auto;
	/*width:10em;*/
	background:#fff;
	border:1px solid #ddd;
	left:0;
	top:1.7em;
	overflow:visible;
	padding: 3px;
}
.menu li:hover ul li a,
.menu li a:hover ul li a {
	display: block;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	height: auto;
	line-height: 0.5em;
	padding: 0.5em;
	min-width:9em;
	color: #666;
	white-space: nowrap;
	z-index: 1;
}
* html .menu li a:hover ul li a {
	/*width:105px;*/
	/*width:10em;*/
	/*w\idth:9em; /* hack for IE5.5 */
}
.menu li:hover ul li a.drop,
.menu li a:hover ul li a.drop {
	font-weight:bold;
}
.menu li:hover ul li ul,
.menu li a:hover ul li a ul {
	visibility:hidden;
	position:absolute;
	top:0;
	/*left:9.5em;*/
	height:0;
	overflow:hidden;
}
.menu li:hover ul li a:hover,
.menu li a:hover ul li a:hover {
	color: #999;
	text-decoration:underline;
}
.menu li:hover ul li:hover ul,
.menu li a:hover ul li a:hover ul {
	visibility:visible;
	color:#000;
	border:1px solid #ddd;
	height:auto;
	background:#fff;
	/*width:9.5em;*/
} 
.menu li:hover ul li:hover ul.left,
.menu li a:hover ul li a:hover ul.left {
	/*left:-9.3em;*/
}
.menu li:hover ul li:hover ul li a,
.menu li a:hover ul li a:hover ul li a {
	display:block;
	height:auto;
}
.menu li:hover ul li:hover ul li:hover a,
.menu li a:hover ul li a:hover ul li a:hover {
	text-decoration:underline;
}
