/* ================================================================ 
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:#fff;}
a:visited {color:#fff;}
a:hover {color:#fff; text-decoration:underline;}
#container {position:relative; z-index:100; width:894px;}

#outer {padding:0px; margin:0px; width:894px; height:46px; position:relative; z-index:500;}
#outer ul {margin:0 auto; padding:0; list-style-type:none; height:46px;}
#outer ul li {float:left;}
#outer ul li a {float:left;display:block; height:46px; padding:0px; white-space:nowrap; margin-left:0px;}
#outer ul li a.down {/*background:url(down.gif) no-repeat right center;*/}
#outer ul li a:hover {}

#outer ul li #ul_1 a.down:hover {}

#outer ul li a:focus {}
#outer ul li#li_1.clicked a.down {/*color:#fff; background:#ef8e41 url(down_over.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_3.clicked a.down {/*color:#fff; background:#f78191 url(down_over.gif) no-repeat right center;*/}
#outer ul li#li_4.clicked a.down {/*color:#fff; background:#f78191 url(down_over.gif) no-repeat right center;*/}

#submenus {width:894px; position:absolute; top:16px; left:0px; z-index:0; height:30px;}
#submenus ul {margin:0 auto; padding:0; list-style-type:none; height:30px; position:absolute; top:0px; left:0; width:894px;}
#submenus ul#ul_1 {background-image:url(images/img_sub_menu_about.jpg); background-repeat:no-repeat; padding-top:5px; padding-left:18px;}
#submenus ul#ul_2 {background-image:url(images/img_sub_menu_clients.jpg); background-repeat:no-repeat; padding-top:5px; padding-left:18px;}
#submenus ul#ul_3 {background-image:url(images/img_sub_menu_candidates.jpg); background-repeat:no-repeat; padding-top:5px; padding-left:18px;}

#submenus ul li {float:left;}
#submenus ul li a {font-family:Arial, Helvetica, sans-serif; float:left; font-size:11px; color:#fff; text-decoration:none;text-align:right; display:block; height:30px; padding:4px 22px 0px 0px; white-space:nowrap; font-weight:normal;}
#submenus ul li a:hover {color:#fff; text-decoration:underline;}
