/* ================================================================ 
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/dd_valid.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 */
#main_menu {position:absolute; top:80px; left:0; width:100%; rembackground:#444}
.menu {font:bold 12px Arial, Helvetica, sans-serif; width:960px; position:relative; margin:0 auto; z-index:100; border-left:1px solid #000; height:18px}
.menu ul li a, .menu ul li a:visited {display:block; padding:0 2px; color:#c0c0c0; rembackground:#444; width:105px; text-align:center; overflow:hidden; height:18px; line-height:18px;}
.menu ul li a:hover {color:#fff}
.menu ul {padding:0; margin:0; list-style-type:none; }
.menu ul li {float:left; border-right:1px solid #000; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {background:#333;}
.menu ul li:hover ul {display:block; position:absolute; top:18px; left:0; width:80px;}
.menu ul li:hover ul li a.hide {background:#444; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#666;}
.menu ul li:hover ul li a {display:block; border-top:1px solid #000; background:#333;}
.menu ul li:hover ul li a:hover {background:#555;}