/* ================================================================ 
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 {
	position:absolute;
	left:335px;
	top:22px;
	padding:0 0 0 20px;
	width:626px; 
	height:42px;  
	z-index:100;
    background:#4980ca url(../images/menu-bg.jpg) no-repeat left center;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {
	float:left;
	position:relative;
	padding:0 1px 0 0;
    background:url(../images/menu-separator.png) no-repeat right center;
}
.menu ul li.last {background:none;}
.menu ul li.last2 {background:none;}
.fir {
  margin-left:15px;
}
.menu ul li.last2 a {padding-left:4px; padding-right:4px; padding-top:3px;}
.menu ul li ul {display: none;}
.menu ul li a {
	float:left;
	display:block; 
	padding:0 9px;
	height:42px;  
	line-height:42px; 
	text-decoration:none; 
	color:#000;
	text-align:center;
	color:#fff; 
	font-size:0.7em;
	overflow:hidden;
}
.menu ul li a:hover {
    background:#b70d04 url(../images/menu-hover-bg.png) repeat-x left top;
}

/* specific to non IE browsers */
.menu ul li a.active, 
.menu ul li:hover a {
	color:#fff; 
    background:#b70d04 url(../images/menu-hover-bg.png) repeat-x left top;
}

.menu ul li.last2:hover a {
	color:#fff; 
    background:none;
}


.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:42px; 
	left:0; 
	padding:6px 10px 10px 10px;
	width:125px;
	background-color:#b70d04;
}
.menu ul li:hover ul li {
	background:none;
	padding-right:0;
}
.menu ul li:hover ul li a {
	display:block; 
	padding:0;
	width:125px; 
	height:26px;
	line-height:26px;
	font-size:11px;
	color:#fff;
	background:#b70d04;
	text-align:left;
	border-bottom:1px solid #ee1d13;
}
.menu ul li:hover ul li a:hover {text-decoration:underline;}
.menu ul li:hover ul li.last a {border-bottom:none;}

