@charset "UTF-8";
/* CSS Document */

/* ================================================================ 
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 */
.navcontainer {font-family: arial, sans-serif; width:143px; height:150px; position:relative; margin:0; font-size:11px; margin:50px 0;}
ul.nav li a,  ul.nav li a:visited {display:block; text-decoration:none; color:#FFF; width:143px; height: auto; padding:3px;text-align:left; border:1px solid #fff; border-width:1px 1px 0 0; background:#C71C1E; line-height:19px; font-size:11px;}
/*ul {padding:3; margin:0;list-style-type: none; }*/
ul.nav li {float:left; margin-right:1px; position:relative;}
ul.nav li ul.nav {display: none;}

/* specific to non IE browsers */
ul.nav li:hover a {color:#fff; background:#b3ab79;}
ul.nav li:hover ul.nav {display:block; position:absolute; padding:inherit; top:0; left:150px; width:143px;}
ul.nav li:hover ul.nav li a.hide {background:#dfc184; color:#000;}
ul.nav li:hover ul.nav li:hover a.hide {width:143px;}
ul.nav li:hover ul.nav li ul.nav {display: none;}
ul.nav li:hover ul.nav li a {display:block; background:#b3ab79; padding:3px; color:#000; width:143px;}
ul.nav li:hover ul.nav li a:hover {background:#dfc184; color:#000;}
ul.nav li:hover ul.nav li:hover ul.nav {display:block; position:absolute; padding:3px; left:150px; top:0; color:#000;}
ul.nav li:hover ul.nav li:hover ul.nav li a {display:block; width:143px; padding:3px; background:#dfc184; color:#000;}
ul.nav li:hover ul.nav li:hover ul.nav li a:hover {background:#bd8d5e; color:#fff;}
