/* ================================================================ 
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/flyout_horizontal.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 */
.container {width:880px; background:#323232 url(../images/navimg.gif ) right no-repeat;}
.menu { width:210px; height:209px; position:relative; margin-left:55px;  text-decoration:none; color:#eee; font-size:14px; font-weight:bold; }
.menu .pad{ position:relative; top:-14px;}	
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#fff; width:210px; height:40px; border-top:#666 solid 1px;
 border-bottom:#666 solid 1px;  background:transparent; line-height:40px;  padding-left:5px;}
.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#323232; color:#666; }
.menu ul li:hover ul {display:block; position:absolute; top:0; left:215px; width:670px; background:transparent; }
.menu ul li:hover ul li {float:left; border-right:1px solid #666; }
.menu ul li:hover ul li a {display:block; background:transparent  url(../images/opaque.png); text-align:center; color:#222; width:100px; float:left; font-size:11px;}
.menu ul li:hover ul li a:hover {background:#555; color:#fff;}

