/* ================================================================ 
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/magic_menu_one.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


#outer {
z-index:60;
width:855px;
left:10px;
height:25px;
position:relative;
background-color:#15224f;
text-decoration:none;
list-style-type:none;
text-decoration:none;
padding:7px 0px 0px 0px;
margin:0 0px;
font-weight:700;
text-decoration:none;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
  background-color:#15224f;	
}

#nav a {
	font-weight: bold;
	color:#e6a228;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: none;
	color:#ffffff;
}

#nav li li a {
	display: block;
	font-weight: bold;
	color: #e6a228;
  background-color:#15224f;	
	padding: 0px;
}

#nav li li a:hover {
/*	padding: 0.2em 5px;*/
/*	border: 5px solid #7d6340;
	border-width: 0 5px;*/
	
}

li {
	float: left;
	position: relative;
/*	width: 8em;*/
/*  padding-left:10px;
  padding-right:10px;*/
	text-align: center;
	cursor: default;
/*	background-color: white;*/
	border: 1px solid #15224f;
	border-width: 0px 9px 2px 9px; 
	  background-color:#15224f;	
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
/*	padding: 0.5em 0 1em 0;*/
/*	border-right: solid 10px blue;*/
	color:#green;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
/*	background-color: yellow;*/
	border: 1px solid #15224f;
	border-width: 4px 2px 1px 2px;
	
 
}

li:hover ul, li.over ul {
	display: block;
}

