/* ================================================================ 
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 */

.menu5bg {
	position:absolute;	
	left:0;	
	top:526px;
	z-index:500;	
	height:2.5em; 
	width:100%;
	/*background: url(../App_Themes/Ehrles/images/home/headerbg.png); 
	//background-repeat:repeat-x;*/
}

.menu5 {
	width:880px;
	margin:0 
	padding:0;
	margin-left:auto;
	margin-right:auto;
	font: 12px tahoma, arial, helvetica, sans-serif;
	font-weight:bold;
	height:2.5em; 
}

.menu5 ul {
	padding:0; 
	margin:0; 
	list-style-type:none; /* for Firefox */
}

.menu5 li {
	float:left; 
	position:relative;
}

.menu5 li a, .menu5 li a:visited, .menu5 li a:hover { 
	display:block; 
	text-decoration:underline; 
	width:6em; 
	float:left; 
	padding-right:1em; 
	height:3em; 
	line-height:2.5em; 
	color:#ffffff; 
}

* html .menu5 li a, .menu5 li a:visited, .menu5 li a:hover {
	width:7em; 
	w\idth:6em; /* hack for IE5.5 */
	color:#ffffff;
}

.menu5 li a.drop, .menu5 li a.drop:visited, .menu5 li a.drop:hover {
	font-weight:bold; 
	color:#ffffff;	
}

.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 {
	text-decoration:underline; 
	border:0; color:#fff;

}

.menu5 li a:hover {
	text-decoration:underline; 
	border:0; color:#5F5F5F;

}

.menu5 li:hover ul, .menu5 li a:hover ul {
	visibility:visible; 
	height:auto; 
	width:10em; 
	text-align:left;
	background:#659832; 
	border:1px solid #ffffff;
	left:0; 
	top:2.48em; 
	@top:2.45em;
	overflow:visible;
	width:180px;
	padding:10px;
}

.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.0em; 
	padding:4px; 
	width:13em;
	}
	
* 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;
}
