/* ================================================================ 
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, sans-serif; width:180px; position:relative; margin:0; font-size:.7em;  }
.menu ul li a, .menu ul li a:visited {display:block; padding-left:7px; padding-bottom:3.5px; padding-top:3.5px; text-decoration:none; color:white;   text-align:left;background:#3351B2; line-height:19px; }
.menu ul {padding:0; margin:0;list-style-type: none;   }
.menu ul li ul li{padding-left:15px;font-family: verdana, sans-serif; line-height:19px; position:relative; margin:0; font-weight: bold;   background:#5A70B6; color:#cfcfcf; border:0px;}
.menu ul li ul li ul li{padding-left:0px;font-weight:normal; border-top:1px solid white;}
.menu ul li{border-top:1px solid white;}

