/* ================================================================ 
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 */
.center_menu_top {font-family: arial, sans-serif; width:990px; height:30px; position:relative; font-size:12px; z-index:100;}
.center_menu_top ul li a, .center_menu_top ul li a:visited {display:block; text-decoration:none; color:#000;width:125px; height:30px; text-align:left; padding-left:20px; color:#fff;   line-height:30px; font-size:12px; overflow:hidden; font-weight:bold; background:url(../images/icon-menu-black.jpg) no-repeat;}
.center_menu_top ul {padding:0; margin:0; list-style: none;}
.center_menu_top ul li {float:left; position:relative; text-align:left;}
.center_menu_top ul li ul {display: none;}

/* specific to non IE browsers */
.center_menu_top ul li:hover a {color:#fff; background:url(../images/icon-menu-blue.jpg);}
.center_menu_top ul li:hover ul {display:block; position:absolute; top:30px; left:0; width:225px;}
.center_menu_top ul li:hover ul li a.hide {background:#2A2A2A; color:#CCCCCC;}
.center_menu_top ul li:hover ul li:hover a.hide {color:#FFFFFF;}
.center_menu_top ul li:hover ul li ul {display: none;}
.center_menu_top ul li:hover ul li a {display:block; background:#272727; color:#CCCCCC;}
.center_menu_top ul li:hover ul li a:hover {background:#999999; color:#FFFFFF;}
.center_menu_top ul li:hover ul li:hover ul {display:block; position:absolute; left:220px; top:0;}
.center_menu_top ul li:hover ul li:hover ul.left {left:-225px;}
