
#info {height:450px;}
 
/* ================================================================ 
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.
=================================================================== */
#menu {list-style-type:none; margin:50px 0 0 80px; padding:0;}
#menu li {float:left; padding:0; margin:0 1px 0 0;  width:150px; 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:0; margin:-1px; font-size:1em;}
#menu dl {width: 150px; margin: 0; padding: 0; }
#menu dt {margin:0; padding: 30px 5px 5px 20px; font-size: 12px; color: #fff; font-weight:bold; }
 
#menu .one {}
 
#menu .one dt {background: #000; color:#FFF;}
 
#menu dd {margin:0; padding:0; color: #fff; font-size: 10px; text-align:left;}
#menu .one dd {border-bottom:1px solid #aaa;}
#menu dd.last {border-bottom:1px solid #fff;}
 
#menu dt a, #menu dt a:visited {display:block; color:#FFF}
 
#menu dd a, #menu dd a:visited {color:#fff; text-decoration:none; display:block; padding:4px 5px 4px 20px; width:125px;}
 
#menu .one dd a {
/*background:#212121;*/
background-image:url(menu_bg.png);
color:#FFF; font-weight:bold;}
 
#menu .one dd a:hover {
background: #C70001;
color:#000;font-weight:bold;}
 
