﻿/* ================================================================ 
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: arial, verdana; font-size:13px; font-weight: bold; width:257px; height: 225px; position:relative; margin:0 auto; background-color: #000000;}
.menu ul li a:visited {display:block; text-decoration:none; color:#fffefe; width:257px; height:25px; text-align:left; text-indent: 50px; line-height:25px;}
.menu ul li a {display:block; text-decoration:none; color:#fffefe; width:257px; height:25px; text-align:left; text-indent: 50px; line-height:25px; background: #000000 url("../images/nav-button.jpg") no-repeat;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {width: 257px; height: 25px; color:#fffefe; background: #000000 url("../images/nav-button-hover.jpg") no-repeat;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:257px; width:257px; text-indent: -50px;}
.menu ul li:hover ul li a.hide {background:#000000; color:#fffefe;}
.menu ul li:hover ul li:hover a.hide {width:257px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background: none url("../images/nav-button-sub.gif") no-repeat; width:230px; height: 25px;}
.menu ul li:hover ul li a:hover {background: none url("../images/nav-button-sub-hover.gif") no-repeat; width:230px; height: 25px;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:251px; top:0;}
.menu ul li:hover ul li:hover ul li a {display:block; width:257px;}
.menu ul li:hover ul li:hover ul li a:hover {color:#fff;}


.menu li.current a {width: 257px; height: 25px; color:#ffffff; background: #000000 url("../images/onCLass.jpg") no-repeat;
