/* ================================================================ 
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.
=================================================================== */
/* define defaults for IE */
#container {position:relative; z-index:100;}

#outer {padding:0; text-align:center; margin:0; width:750px; background:url(back.gif); height:26px; position:relative; z-index:500;}
#outer ul {margin:0; float:left; padding:0 0 0 100px; list-style-type:none; height:26px; border-right:1px solid #aaa;}
#outer ul li {float:left;}
#outer ul li a {font-family:verdana, arial, sans-serif; float:left; font-size:10px; text-decoration:none;text-align:center; line-height:22px; display:block; height:26px; padding:0 20px; white-space:nowrap; color:#000; border-left:1px solid #aaa;}
#outer ul li a.down {background:url(down.gif) no-repeat right center;}
#outer ul li a:hover {color:#fff; background:#EAE585;}

#outer ul li#ul_1 a.down:hover {color:#fff; background:#EAE585 url(down_over.gif) no-repeat right center;}

#outer ul li a:focus {outline:0;}
#outer ul li#li_1.shrink a.down {color:#fff; background:#CECEB7 url(down_over.gif) no-repeat right center;;}
#outer ul li#li_2.shrink a.down {color:#fff; background:#A4A48F url(down_over.gif) no-repeat right center;;}
#outer ul li#li_3.shrink a.down {color:#fff; background:#898975 url(down_over.gif) no-repeat right center;;}

#submenus {width:150px; background:#6a849f; position:absolute; top:0; left:0; z-index:0;}
#submenus div {height:0px; position:absolute; top:25px; left:0; width:150px; overflow:hidden;}
#submenus div#ul_1 {background:#CECEB7;}
#submenus div#ul_2 {background:#A4A48F;}
#submenus div#ul_3 {background:#898975;}
#submenus div ul {padding:0; margin:0; list-style:none; position:absolute; left:0; bottom:0; height:auto; width:150px;}
#submenus div ul li {float:left; width:150px;}
#submenus div ul li a {font-family:verdana, arial, sans-serif; float:left; font-size:10px; color:#fff; text-decoration:none;text-align:left; line-height:20px; display:block; height:auto; width:140px; padding:0 0 0 10px;}
#submenus div ul li a:hover {color:#fff; text-decoration:underline;}

