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

.men {width:161px; height:31px; position:relative; margin:0; font-size:0.92em;} 
.men ul li a, .men ul li a:visited {display:block; text-decoration:none; color:#000 !important; width:150px; height:30px; border:1px solid #eee; border-width:1px 1px 0 0; background:#c9c9a7; line-height:29px; font-size:1.2em; padding-left: 10px;}
.men ul {padding:0; margin:0; list-style-type: none;}
.men ul li {float:left; position:relative; padding-left: 0px;}
.men ul li ul {display: none;}

.men table {border-collapse:collapse; border:0; margin:0; padding:0;}
 
.men ul li:hover a,
.men ul li a:hover {background:#b3ab79;}

.men ul li:hover ul,
.men ul li a:hover ul {display:block; position:absolute; top:0; left:161px; width:565px; background: transparent;}

.men ul li:hover ul li,
.men ul li a:hover ul li {float:left;}

.men ul li:hover ul li a,
.men ul li a:hover ul li a {display:block; color:darkred !important; width:42px; float:left; background:#c9c9a7;}

.men ul li:hover ul li a:hover,
.men ul li a:hover ul li a:hover {background:#dfc184; color:#fff !important; font-weight: bold;}

