/* ================================================================ 
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 { 
	width:605px; 
	height:26px; 
	padding: 0 0 0 15px; 
	background:#006633;
	border-bottom: 1px white solid;
	float: left;	}


#menu ul li a, #menu ul li a:visited { 
	display: block; 
	text-decoration:none;  
	padding: 0 18px;  
	background: #006633; 
	color: #FFFFFF;
	margin: 0;
	height: 26px;
	line-height: 26px;
	overflow: auto;
	text-align: center;
	
	
}
#menu ul { padding:0; margin:0; list-style: none; }
#menu ul li { float:left; position:relative; }
#menu ul li ul { display: none; }

/* specific to non IE browsers */
#menu ul li:hover a { color: black; height:26px; background: white; }
#menu ul li:hover ul {display:block; position:absolute; top:26px; left:0; width:105px;}
#menu ul li:hover ul li a.hide { color:#fff;}
#menu ul li:hover ul li:hover a.hide { background: #FD840B; color:#535353;}
#menu ul li:hover ul li ul {display: none;}
#menu ul li:hover ul li a { display:block; width: 114px; text-align: left; padding-left: 18px; color: black; background: white; border-top: 1px solid #006633; }
#menu ul li:hover ul li a:hover { background-image:none; color: black; background: #FCC300; border-top: 1px solid #006633; }
#menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
#menu ul li:hover ul li:hover ul.left { left:-105px; }

#language_selector {
	float: right;
	padding-top: 2px;
	padding-right: 10px;
}
#language_selector a{
	text-decoration: none;
	margin-left: 3px;
}
#language_selector  img {
	height: 20px;
	width: 20px;
}

#footer ul {
	float: right;
	text-align:right;
	padding: 0;
	padding-top: 1px;
	margin:0;	
	list-style-type:none;
}

#footer ul li {
	float: left;
	vertical-align: bottom;
}

#footer ul li a,
#footer ul li span{
	font-size:11px;
	display: block;
	padding: 0px 5px;
	color: white;
	border-left: 1px solid white;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li.active {
	font-weight: bold;
}