/* ================================================================ 
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/flyout5.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
font-size: 11pt;
padding:0;
margin:0;
list-style-type:none;
background:#fff;
}

.menu ul ul {
margin-left: 16px;
font-size: 9pt;
}


/* style the links */
.menu a, .menu a:visited {
font-family: Trebuchet MS, Arial;
text-decoration:none;
height:20px;
line-height:20px;
color:#b00058;
}
/* style the link hover */
.menu a:hover {
color:#b00058; 
background:#b6e1e4;
}


