/* ================================================================ 
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 */
.menu { font-family:Verdana, Arial, Helvetica, sans-serif; width:141px; position:relative; font-size:12px; text-align:center; }
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active {display:block; background-color:#000;  padding:4px 0px 0px 0px; text-decoration:none; color:#fff; width:141px; height:31px; line-height:18px; font-size:12px; font-weight:bold;}

/*.menu ul li.lastItem a:link, .menu ul li.lastItem  a:visited, .menu ul li.lastItem  a:active {display:block;  padding:4px 0px 0px 0px; text-decoration:none; color:#fff; width:141px; height:31px; line-height:18px; font-size:12px;}*/


.menu ul {padding:0; margin:0;list-style-type: none;  }
.menu ul li {float:left; position:relative;  border-bottom:1px solid #b28e2e;  border-left:1px solid #b28e2e;  border-right:1px solid #b28e2e; border-top:1px solid #b28e2e;}
.menu ul li.lastItem {float:left; position:relative; border-bottom:1px solid #b28e2e; border-left:1px solid #b28e2e;  border-right:1px solid #b28e2e;}
.menu ul li ul {display: none;}


/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background-color:#b28e2e;  padding:4px 0px 0px 0px;  text-decoration:none; font-size:12px;  font-weight:bold;}

/* marker */
.menu ul li.marker a {color:#fff; background-color:#b28e2e; text-decoration:none; font-size:12px;  font-weight:bold;}

.menu ul li:hover ul {display:block; position:absolute; top:0; left:142px; width:200px; text-decoration:none;  border:1px solid #fff;}
.menu ul li:hover ul li{border-right:none; border-left:none;}
.menu ul li:hover ul li a.hide { color:#fff; text-decoration:none;}
.menu ul li:hover ul li:hover a.hide {width:200px; text-decoration:none; }


.menu ul li:hover ul li ul {display: none; text-decoration:none; width:200px; border:1px solid #fff;}
.menu ul li:hover ul li a {display:block; background-color:#000; color:#fff; width:200px; text-decoration:none; height:20px;  font-size:9px; }
.menu ul li:hover ul li a:hover {background-color:#b28e2e; color:#fff; text-decoration:none;  font-size:9px; height:20px;}


.menu ul li:hover ul li:hover ul {display:block; position:absolute; width:150px; left:200px; top:0; color:#fff; text-decoration:none;}
.menu ul li:hover ul li:hover ul li a {display:block; width:150px; background-color:#000; color:#fff; text-decoration:none;  height:20px;}
.menu ul li:hover ul li:hover ul li a:hover {background-color:#b28e2e; color:#fff; text-decoration:none;  height:20px;}


