/* ================================================================ 
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 */
/*
#main_nav {
	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: 50px;
	left: 25px;
	*/
	padding: 10px 0 0;
	width: 198px;
	height: 208px;
	display: block;
	background-color: #3B410F;
	
}

.nav ul li a, .nav ul li a:visited {
	display:block; 
	text-decoration:none; 
	color: #fff; 
	background: transparent url("../images/sageata-mouse-off.png") no-repeat 10px center;
	width:163px; 
	height:21px;
	line-height:20px;
	padding: 0px 0 0 35px;
}

.nav ul {padding:0; margin:0;list-style-type: none;}
.nav ul li {float:left; position:relative; border-bottom:1px solid #fff;}
.nav ul li ul {display: none;}

/* specific to non IE browsers */
.nav ul li:hover a {color:#fff; background:#9FC230 url("../images/sageata-mouse-off.png") no-repeat 10px center;}
.nav ul li:hover ul {display:block; position:absolute; top:0; left:193px; width:193px; background:transparent;}
.nav ul li:hover ul li {float:left;}
.nav ul li:hover ul li a {display:block; background:#9FC230;/* transparent url("../images/opaque.png"); */color:#000; padding-left: 10px; width:350px; float:left;}
.nav ul li:hover ul li a:hover {color:#000; background:#c0c0c0; }
