/* ================================================================ 
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 */
a {color:#222;}
a:visited {color:#111;}
a:hover {color:#000;}
#container {position:relative; z-index:100; background-color:#FFFFFF; height:56px;}

#outer {padding:0; text-align:center; margin:0; width:970px; background:url(../images/menu/line/blank_bw.gif); height:36px; position:relative; z-index:500;}
#outer ul {margin:0 auto; padding:0; list-style-type:none; height:36px; }
#outer ul li {float:left;}
#outer ul li a {font-family:arial, verdana, sans-serif; float:left; font-size:14px; font-weight: bold; text-decoration:none;text-align:center; line-height:28px; display:block; height:24px; padding:0 30px; white-space:nowrap; color:#ddd; margin-left:-1px;}
#outer ul li a.down {background:url(down.gif) no-repeat right center;}
#outer ul li a:hover {color:#fff; height:36px; background:url(../images/menu/line/blank_over_bw.gif);}

#outer ul li#ul_1 a.down:hover {color:#fff; background:#ef8e41 url(down_over.gif) no-repeat right center;}

#outer ul li a:focus {outline:0;}
/* #outer ul li#li_1.clicked a.down {color:#fff; background:#ef8e41 url(down_over.gif) no-repeat right center;} */
#outer ul li#li_1.clicked a.down {color:#fff; height:36px; background:url(../images/menu/line/blank_over_bw.gif) no-repeat right center;}
/*  #outer ul li#li_2.clicked a.down {color:#fff; background:#e7b03b url(down_over.gif) no-repeat right center;}  */
#outer ul li#li_2.clicked a.down {color:#fff; height:36px; background:url(../images/menu/line/blank_over_bw.gif) no-repeat right center;}
#outer ul li#li_3.clicked a.down {color:#fff; background:url(../images/menu/line/blank_over_bw.gif) no-repeat right center;}
#outer ul li#li_4.clicked a.down {color:#fff; background:#adb24d url(down_over.gif) no-repeat right center;}

#submenus {width:950px; background:#fff; position:absolute; top:0; left:0; z-index:0; height:20px;  font-weight:bold;}
#submenus ul {margin:0 auto; padding:0; list-style-type:none; height:20px; position:absolute; top:0; left:0; width:950px;}
#submenus ul#ul_1 {background:#fff;}
#submenus ul#ul_2 {background:#fff;}
#submenus ul#ul_3 {background:#fff;}
#submenus ul#ul_4 {background:#fff;}
#submenus ul li {float:left;}
#submenus ul li a {font-family:arial, verdana, sans-serif; float:left; font-size:12px; color:#888; text-decoration:none;text-align:center; line-height:26px; display:block; height:20px; padding:0 14px 0 10px; white-space:nowrap; background: url(/images/diamond2a.gif) no-repeat right center;}
#submenus ul li a:hover {color:#000; text-decoration:underline; font-weight:bold;}
