/* ================================================================ 
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_wrap {
	border:1px solid #444;
	width:1002px;
	background: #FFA569 url(/_images/li_bg_lb.gif);
	margin-top:8px;
}

.menu5 {
text-align:left; font-family:Arial, sans-serif; position:relative; font-size:0.9em;margin:0 padding:0; list-style-type:none;
padding:0px; margin:0px;width:100%;font-family: arial,helvetica,sanserif;font-size:12px;font-weight:bold;
}
.menu5 ul {
padding:0px; margin:0px; list-style-type:none; /* for Firefox */
}
.menu5 li {
float:left; position:relative;
padding:0px; margin:0px;
background:url(/_images/arrow.gif) no-repeat center;
}
.menu5 li.nobg {
background:none;
}
.menu5 li a, .menu5 li a:visited {
display:block; text-decoration:none; float:left; color:#444; font-family:Arial; text-align:center; border-right: 1px solid #444;height:21px;padding-top:6px;padding-bottom:2px;
}

.menu5 li a#m_home {
width:129px;
}
.menu5 li a#m_dn {
width:129px;
}
.menu5 li a#m_wh {
width:129px;
}
.menu5 li a#m_ssl {
width:129px;
}
.menu5 li a#m_ea {
width:129px;
}
.menu5 li a#m_mt {
width:129px;
}
.menu5 li a#m_baw {
width:135px;
border-right:0px;
}
.menu5 ul#ul_baw {
margin-left:-1px;
}

.menu5 li a.drop, .menu5 li a.drop:visited {
font-weight:bold;
}
.menu5 li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; overflow:hidden;
}
.menu5 table {
height:auto;margin-bottom:-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:none;
background: transparent;
}

/* surrounds whole drop menu - this width must equal width below + 25 */
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; width:150px;height:auto; background:#ffffff; border:1px solid #ffffff; left:0; top:2.4em; overflow:visible;border:1px solid #000;
}
/* surrounds each drop menu item - sets width of drop down menu items */
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; font-weight:normal; color:#000; text-align:left;background:#ffffff; text-decoration:none; height:auto; line-height:1.0em; padding:0.3em; padding-left:5px; width:141px;font-size:12px;border:none;
border-bottom:1px solid #000;
}
* html .menu5 li a:hover ul li a {
width:141px; /* 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 ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:9.5em; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:underline;
}


.toprow {
	width:770px;
	padding:8px 4px;
	border:1px solid #888888;
	background-color:#FFA569;
	color:#FFFFFF;
	font: 0.7em Tahoma, sans-serif;
}
.toprow span {
	padding-left:10px;
	padding-right:10px;
}
.toprow a {
	color:#ffffff;
}

