/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this [for .menu only, ben w.] stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:100%; 
	height:30px; 
	position:relative; 
	font-family:arial, sans-serif;
	background:#0099FF;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
}
.menu li {
	float:left;
	position:relative;
}
.menu a, .menu a:visited {
	display:inline;
	font-size:15px;
	border:1px solid #FFF;
	border-width:1px 0 1px 1px; 
	border-top:1px solid #0099FF;
	background:#0099FF; 
	padding-left:10px; 
	line-height:29px; 
	font-weight:bold;
	float: left;
	padding: 0 6px;
	text-align: left;
	color: #FFF;
	text-decoration: none;
}

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#0066FF;
}
.menu ul ul a.drop:hover {
	background:#000099;
}
.menu ul ul :hover > a.drop {
	background:#000099;
}
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#0099FF;
}
.menu ul ul ul a:hover {
	background:#000099;
}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0; 
}

.menu ul ul ul{
	left:149px; 
	top:-0px;
}
.menu ul ul ul.left {
	left:-149px;
}
.menu ul ul a, .menu ul ul a:visited {
	background:#0066FF; 
	color:#FFF; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:128px;
	border-width:0 1px 1px 1px;
}
.menu a:hover, .menu ul ul a:hover{
	color:#33FF99; 
	background:#000099;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#33FF99; 
	background:#000099;
}

.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible; 
}
.menu ul :hover ul ul{
	visibility:hidden;
}
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}

#nav {
	margin: 0;
	padding: 0;
	background: #0000FF;
	list-style-type: none;
	float: left;
	font-weight: bold;
	width: 100%;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	margin: 0 1px 0 0;
	display: inline;
	font: small/1.4 "Lucida Grande", Tamoha, sans-serif;
	font-weight: bold;
}
#nav a {
	float: left;
	padding: 0 6px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	line-height: 1.8; 
	border-right: 1px solid #FFF;
}
#nav #nav_con a {
	border: none;
}
#nav a:hover {
	background: #0000FF;
	color: #33FF99;
}
#nav li.current a {
	background: #0000FF;
	color: #33FF99;
	font-weight: bold;
}

body {
	color : #000033;
	background : rgb(247,247,247);
	margin-left : 5%;
	margin-right : 5%;
	font-family : helvetica, verdana, sans-serif;
}
