/* ================================================================ 
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/dd_valid.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.
=================================================================== */
/* common styling */
.menu_top { width:550px; height:39px; position:relative; font-size:11px; z-index:100;}

.menu_top ul li a, .menu_top ul li a:visited {display:block; text-decoration:none; height:39px; text-align:center; color:#fff; line-height:39px; font-size:12px; overflow:hidden;
	background:url(../../../Images/default/line_nav.gif) right no-repeat;
	padding:0px 22px 0px 22px;
	font-size:12px;
	font-weight:bold;
}

.menu_top ul {padding:0; margin:0; list-style: none;}
.menu_top ul li {float:left; position:relative; line-height:39px;}
.menu_top ul li ul {display: none; height:30px; line-height:30px;}

/* specific to non IE browsers */
.menu_top ul li ul li a  {
	width:110px;
	height:26px;
	line-height:26px;
	text-align:left !important;
	text-transform:none;
}

.menu_top ul li ul li:hover  {color:#fff;}
.menu_top ul li:hover a {color:#FC0; position:relative;}
.menu_top ul li:hover ul {display:block; position:absolute; top:39px; left:0; width:100px; }
.menu_top ul li:hover ul li a.hide {background:#900; color:#fff;}
.menu_top ul li:hover ul li:hover a.hide {background:#900; color:#fff;}
.menu_top ul li:hover ul li ul {display: none;}
.menu_top ul li:hover ul li a {display:block; background:#900; color:#fff; opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */}
.menu_top ul li:hover ul li a:hover {background:#ddd; color:#000;opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */}
.menu_top ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu_top ul li:hover ul li:hover ul.left {left:-105px;}












