/* ================================================================ 
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_slidedown_1.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.
=================================================================== */
@charset "utf-8";
/* CSS Document */
/* NAVIGATION define defaults for IE */
a {color:#000;}
a:visited {color:#111;}
a:hover {color:#222;}
#navcontainer {position:relative; z-index:100; padding-left: 10px}

#outer2 {padding: 0px; text-align:center; margin:0px 0px 15px 0px; width:940px; background:url(../images/back.gif); height:30px; position:relative; z-index:500;}
#outer2 ul {margin:0; float:left; padding:0 0 0 15px; list-style-type:none; height:26px; border-right:1px solid #aaa;}
#outer2 ul li {float:left;}
#outer2 ul li a {font-family:"Tekton Pro", "Trebuchet MS", Verdana; float:left; font-size:12px; text-decoration:none;text-align:center; line-height:26px; display:block; height:30px; padding:0 20px; white-space:nowrap; color:#000; border-left:1px solid #aaa;}
#outer2 ul li a.down {background:url(../images/down.gif) no-repeat right center;}
#outer2 ul li a:hover {color:#fff; background:#689;}

#outer2 ul li#ul_1 a.down:hover {color:#fff; background:#5674b9 url(../images/down_over.gif) no-repeat right center;}

#outer2 ul li a:focus {outline:0;}
#outer2 ul li#li_1.shrink a.down {color:#fff; background:#5674b9 url(../images/down_over.gif) no-repeat right center;;}
#outer2 ul li#li_2.shrink a.down {color:#fff; background:#e7b03b url(../images/down_over.gif) no-repeat right center;;}
#outer2 ul li#li_3.shrink a.down {color:#fff; background:#f78191 url(../images/down_over.gif) no-repeat right center;;}
#outer2 ul li#li_4.shrink a.down {color:#fff; background:#adb24d url(../images/down_over.gif) no-repeat right center;;}
#outer2 ul li#li_5.shrink a.down {color:#fff; background:#e54b01 url(../images/down_over.gif) no-repeat right center;;}
#outer2 ul li#li_6.shrink a.down {color:#fff; background:#0071BC url(../images/down_over.gif) no-repeat right center;;}
#outer2 ul li#li_7.shrink a.down {color:#fff; background:#6D308E url(../images/down_over.gif) no-repeat right center;;}
#outer2 ul li#li_8.shrink a.down {color:#fff; background:#B50242 url(../images/down_over.gif) no-repeat right center;;}

#submenus {width:170px; background:#6a849f; position:absolute; top:0; left:0; z-index:0;}
#submenus div {height:0px; position:absolute; top:30px; left:0; width:170px; overflow:hidden;}
#submenus div#ul_1 {background:#5674b9;}
#submenus div#ul_2 {background:#e7b03b;}
#submenus div#ul_3 {background:#f78191;}
#submenus div#ul_4 {background:#adb24d;}
#submenus div#ul_5 {background:#e54b01;}
#submenus div#ul_6 {background:#0071BC;}
#submenus div#ul_7 {background:#6D308E;}
#submenus div#ul_8 {background:#B50242;}
#submenus div ul {padding:0; margin:0; list-style:none; position:absolute; left:0; bottom:0; height:auto; width:160px;}
#submenus div ul li {float:left; width:160px;}
#submenus div ul li a {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; float:left; font-size:12px; color:#fff; text-decoration:none;text-align:left; line-height:20px; display:block; height:auto; width:160px; padding:0 0 0 10px;}
#submenus div ul li a:hover {color:#fff; text-decoration:underline;}
