/* ================================================================ 
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/flyout_horizontal.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 {
	font-family: arial, sans-serif; 
	background: url("../images/bottomlogo.jpg") left top no-repeat;
	width:204px; 
	height:155px;
	position:relative; 
	margin:0; 
	font-size:11px;
	font-weight: bold;
}

.nav {
	position: absolute;
	top: 60px;
	left: 32px;
}

.nav ul li a, .nav ul li a:visited {
	display:block; 
	text-decoration:none; 
	color: #a5f757; 
	/*background: transparent  url(../images/opaque.png); */
	width:135px; 
	height:16px;
	line-height:15px;
	/*padding-left:32px;*/
}

.nav ul {padding:0; margin:0;list-style-type: none;}
.nav ul li {float:left; position:relative;}
.nav ul li ul {display: none;}

/* specific to non IE browsers */
.nav ul li:hover a {color:#fff; /*background:#b3ab79;*/}
.nav ul li:hover ul {display:block; position:absolute; top:0; left:135px; width:135px; background:transparent;}
.nav ul li:hover ul li {float:left;}
.nav ul li:hover ul li a {display:block; background:transparent  url(../images/opaque.png); color:#000; padding-left: 10px; width:140px; float:left;}
.nav ul li:hover ul li a:hover {color:#000; background:#c0c0c0; }
