/* ================================================================ 
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/flyoutt.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 */

/* ie6 png fix */
img { 
behavior: url("iepngfix.htc")
}
body {
	font-family: arial, helvetica, serif;
}
.background
  { 

  background-image: url(images/bg.gif); 
  background-repeat: repeat-x; 
  
  }  
.nav {background-image: url(images/index_11.gif); background-repeat: no-repeat; height:44px; width:135px; list-style: none; color:#3d865f; text-align:right;  font-size: 11px; line-height: 12px;}
.nav ul li a, .nav ul li a:visited {display:block; text-decoration:none; color:#3d865f; width:135px; text-align:right; line-height:12px; font-size:11px;}
.nav ul {padding:0; margin:0;list-style-type: none; }
.nav ul li {float:left; margin-right:1px; position:relative;}
.nav ul li ul {display: none;}

/* specific to non IE browsers */
.nav ul li:hover a {background-image:url(images/index-over_11.gif); width:138px; text-decoration:none;}
.nav ul li:hover ul {display:block; position:absolute; top:1px; left:-130px; width:138px;}
.nav ul li:hover ul li a.hide {background-image: url(images/index_11.gif); background-repeat: no-repeat; color:#3d865f;}
.nav ul li:hover ul li:hover a.hide {width:138px;}
.nav ul li:hover ul li ul {display: none;}
.nav ul li:hover ul li a {display:block; background:#ffffff; color:#3d865f; width:138px; }
.nav ul li:hover ul li a:hover {background:#ffffff; color:#3d865f; text-decoration:underline;}
/*
.nav ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.nav ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
.nav ul li:hover ul li:hover ul li a:hover {background:#ffffff; color:#3d865f;} */

