/* ================================================================ 
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 */
div#menucontainer{
	z-index: 3;
	position: relative;
	margin-top: -50px;
}
.menu {
text-align:left; position: relative;height:2.5em; margin:0 padding:0; list-style-type:none; font: 11px verdana, sans-serif;
	left: 312px;
	border-style: none;
}
.menu ul {
padding:0; margin:0; list-style-type:none;
	border-style: none;
}
.menu li { position: relative;
	float: left;
	border-style: none;
}
.menu li a, .menu li a:visited, .menu li a:focus {
display:block; text-decoration:none; color: #666666; line-height:5em;
	padding-right: 5px;
	height: 3px;
	padding-left: 5px;
	position: relative;
	border-style: hidden;
	outline:none;
}
.menu li a.drop, .menu li a.drop:visited, .menu li a.drop:focus {
font-weight:bold;
	border-style: hidden;
	outline:none;
}
.menu li ul {
visibility:hidden; position:absolute; left:0; height:0; overflow:hidden;
	border-style: none;
}
.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 {color: #E37420;
	border-style: none;
}
.menu li:hover ul,
.menu li a:hover ul {
visibility:visible; height:auto; width:13em; background: #fff; left:0; overflow:visible;
	margin-top: 5px;
	display: block;
	top: 29px;
	border-style: none;
}
.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:1.5em; padding:0.5em; width: 15em;color: #666666;
	border-style: none;
}
.menu li:hover ul li a.drop,
.menu li a:hover ul li a.drop {
font-weight:bold;
	z-index: 3;
}
.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: #E37420;
}
.menu li:hover ul li:hover ul,
.menu li a:hover ul li a:hover ul {
visibility:visible; color:#000; height:auto; background: rgba(255,255,255,0.8); 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 {
	color: #E37420;
	border-style: none;
}
