/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this scriptt and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_dropline_6.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* define defaults for IE */
#container {position:relative; z-index:100;}

#outer {padding:0; text-align:center; margin:0; width:100%; height:25px; position:relative; z-index:500;}
#outer td { border-right: 1px solid #999999;  border-top: 1px solid #999999;}
#outer ul {margin:0 auto; padding:0; list-style-type:none; height:25px;}
#outer ul li { border-bottom: 1px solid #999999; float:left; height: 24px; width: 100%;}
#outer ul li#active_menu {float:left; height: 24px; width: 100%;}
#outer ul li a {background-color: #660000; display:block; text-align: center; float:left; width: 100%; text-decoration:none; text-align:center; line-height:22px; display:block; height:24px; white-space:nowrap; color:#DDACB3;}
#outer ul li#no_active a {background-color: #D7D0C0; text-align: center; float:left; width: 100%; text-decoration:none; text-align:center; line-height:22px; display:block; height:24px; white-space:nowrap; color:#000000;}
#outer ul li#no_active a:hover {color:#000000; background-color:#D7D0C0;}
#outer ul li.active_menu a {background-color: #D7D0C0; text-align: center; float:left; width: 100%; text-decoration:none; text-align:center; line-height:22px; display:block; height:24px; white-space:nowrap; color:#000000;}
#outer ul li.active_menu a:hover {color:#000000; background-color:#D7D0C0;}
#outer ul li a.down { }
#outer ul li a:hover {color:#000000; background-color:#999999;}

#outer ul li#ul_1 a.down:hover {color:#000000; background-color:#c39099}

#outer ul li a:focus {outline:0;}
#outer ul li.clicked a.down {color:#000000; background-color: #999999;}

#submenus {width:100%; background-color:#999999; position:absolute; top:0; left:0; z-index:0; height:25px;}
#submenus td { border-right: 1px solid #C0C0C0;}
#submenus ul {margin:0 auto; padding:0; display:block; background-color:#999999; list-style-type:none; height:25px; position:absolute; top:0; left:0; width:100%;}
#submenus ul.active_submenu {margin:0 auto; padding:0; display:block; background-color:#D7D0C0; list-style-type:none; height:25px; position:absolute; top:0; left:0; width:100%;}

#submenus ul li {float:left; height: 25px; display:block; width: 100%;}
#submenus ul li a {float:left; color:#000000; width: 100%; text-decoration:none; text-align:center; line-height:25px; display:block; height:25px; white-space:nowrap;}
#submenus ul li.active a {background-color: #ebd180; color:#000000; width: 100%; text-decoration:none; text-align:center; line-height:25px; display:block; height:25px; white-space:nowrap;}
#submenus ul li a:hover {color:#000000; text-decoration:none; display: block; height: 25px; background-color: #ebd180; }