/* ================================================================ 
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 */
.mymenu {font:14px "Times New Roman", Times, serif;color:#2c0800;width:200px; position:relative; margin:0;  margin:20px 0;z-index:7}
.mymenu ul li a, .mymenu ul li a:visited {display:block; text-decoration:none; color:#2c0800; width:154px; background:url(images/menubarborder.jpg) bottom center no-repeat;; padding: 0.5em;font:14px "Times New Roman", Times, serif;text-transform:uppercase}
.mymenu ul {padding:0; margin:0;list-style-type: none; }
.mymenu ul li {float:left; margin-right:1px; position:relative;}
.mymenu ul li ul {display: none;}

/* specific to non IE browsers */
.mymenu ul li:hover a {background:url(images/menubarhover.png) top left ;color:#c49458;}
.mymenu ul li:hover ul {display:block; position:absolute; top:0; left:155px; background:url(images/submenubg.png);border:1px solid #cea66c;z-index:8;padding:3px 0}
.mymenu ul li:hover ul li {}

.mymenu ul li:hover ul li a.hide {background:white; color:#000;}
.mymenu ul li:hover ul li:hover a.hide {width:150px;}
.mymenu ul li:hover ul li ul {display: none;}
.mymenu ul li:hover ul li a {display:block;color:#c49458; width:150px;z-index:5;line-height:1em;padding: 0.5em 0.5em 0.3em 1em;background:url(images/menubarborder2.png) bottom left no-repeat;text-transform:capitalize}
.mymenu ul li ul li:last-child a {background-image:none;}
.mymenu ul li:hover ul li a:hover {background:#dfc184; color:#000;}
.mymenu ul li:hover ul li:hover ul {display:block; position:absolute; left:171px; top:-4px; color:#000;z-index:6}
.mymenu ul li:hover ul li:hover ul li a {display:block; width:180px; background:url(images/menubarborder2.png) bottom left no-repeat; color:#c49458}
.mymenu ul li:hover ul li:hover ul li a:hover {background:#dfc184; color:#c49458;}

