/* ================================================================ 
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, sans-serif; width:106px; height:401px; position:relative; margin:0; font-size:14px; margin:0;} /* Height in FF*/
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#fff; width:160px; height:25px; text-align:center; border:1px solid #fff; border-width:1px 1px 0 0; background:#666633; line-height:25px; font-size:14px;}
.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 a.firstlevelsub{background-image: url('menuimages/right-jim.gif'); background-repeat:no-repeat; background-position: 150px 7px;  } /*First level indicator for the second level*/
.menu ul li:hover a.firstlevelsub{ background-image: url('menuimages/right-jim-roll.gif'); background-repeat:no-repeat; background-position: 150px 7px;}

.menu ul li a.firstlevelsub_double{background-image: url('menuimages/right-jim.gif'); background-repeat:no-repeat; background-position: 150px 12px; line-height:17px; height:35px;} /*Double height - First level indicator for the second level*/
.menu ul li:hover a.firstlevelsub_double{ background-image: url('menuimages/right-jim-roll.gif'); background-repeat:no-repeat; background-position: 150px 12px; line-height:17px; height:35px;}

.menu ul li:hover a {color:#fff; background:#999966;} /*Hover First Level*/

.menu ul li:hover ul {display:block; position:absolute; top:0; left:161px; width:150px;} /*Second Level - Start and total width*/

.menu ul li:hover ul li a.secondlevelsub {background:#666633; color:#fff; background-image: url('menuimages/right-jim.gif'); background-repeat:no-repeat; background-position: 140px 5px;  }/*second level hover for 3rd level */
.menu ul li:hover ul li:hover a.secondlevelsub {width:150px;  background-image: url('menuimages/right-jim-roll.gif'); background-repeat:no-repeat; background-position: 140px 5px;}/*2nd level hover for 3rd level*/
.menu ul li:hover ul li ul {display: none;}/*Unknown*/

.menu ul li:hover ul li a {display:block; background:#666633; color:#FFF; width:150px; height:20px; line-height:20px} /*Second Level Background*/
.menu ul li:hover ul li a:hover {background:#999966; color:#FFF;} /*second Level - Hover*/


.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#fff;} /*3rd level*/
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#666633; color:#fff; height:20px; line-height:20px} /*3rd level normal - width*/
.menu ul li:hover ul li:hover ul li a:hover {background:#999966; color:#fff; } /*3rd level hover*/
