@charset "UTF-8";
/* CSS Document */

#menu {padding:0px; margin:0px; list-style-type:none;}
#menu li {float:left; padding:0; margin:0 1px 0 0; text-align:center; position:relative; width:136px; height:3em; z-index:100;}
#menu li dl {position:absolute; top:0; left:0; padding-bottom:5px;}
#menu li a, #menu li a:visited {text-decoration:none;}
#menu li dd {display:none;}
#menu li a:hover {border:0;}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {padding-bottom:10px;}
#menu table {border-collapse:collapse; padding:0px; margin:-1px; font-size:1em;}

#menu dl {width: 136px; margin: 0px; padding: 0px; background:#90bce8;}
#menu dt {margin:0; padding:5px; font-size: 1.1em; color: #fff; border-bottom:1px solid #fff; border-top:1px solid #fff;}

#menu .one {background:#006666; border-top:5px solid #d1eded;}
#menu .two {background:#003366; border-top:5px solid #bcdaf8;}

#menu .one dt { background:#99cccc; }
#menu .two dt { background:#90bce8; }

#menu dd {margin:0; padding:0; color: #fff; font-size: 1em; text-align:left;}
#menu .one dd {border-bottom:1px solid #fff;}
#menu .two dd {border-bottom:1px solid #fff;}
#menu dd.last {border-bottom:1px solid #fff;}

#menu dt a, #menu dt a:visited {display:block; color:#444;}

#menu dd a, #menu dd a:visited {color:#fff; text-decoration:none; display:block; padding:4px 5px; width:126px;}

#menu .one dd a {background:#90bce8; color:#001212;}
#menu .two dd a {background:#99cccc; color:#002525;}

#menu .one dd a:hover {background:#bcdaf8; color:#001212;}
#menu .two dd a:hover {background:#d1eded; color:#002525;}

/* ================================================================ 
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/drop_definition2.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.
=================================================================== */