﻿/* ================================================================ 
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:#000;}
a:visited {color:#111;}
a:hover {color:#222;}
#container {position:relative; z-index:100;}

#outer {padding:0; text-align:center; margin:0; width:681px; background:url(/images/TopMenuBarBg.gif); height:33px; position:relative; z-index:500;}
#outer ul {margin:0 auto; padding:0; list-style-type:none; height:33px; }
#outer ul li {float:left}
#outer ul li a {font-family:돋움; float:left; font-size:14px; font-weight:bold; text-decoration:none;text-align:center;display:block; height:25px; padding-top:8px; padding-left: 26px; padding-right:26px; white-space:nowrap; color:#FFF; margin-left:0px;}
#outer ul li a.down {}
#outer ul li a:hover {color:#fff; background:#689; }

#outer ul li#ul_1 a.down:hover {color:#fff; background:#ef8e41 url(/images/jquery/hover_menu/down_over.gif) no-repeat bottom center ;}

#outer ul li a:focus {outline:0;}
#outer ul li#li_1.clicked a.down {color:#fff; background:#0f64bb url(/images/jquery/hover_menu/down_over.gif) no-repeat bottom center;}
#outer ul li#li_2.clicked a.down {color:#fff; background:#0f64bb url(/images/jquery/hover_menu/down_over.gif) no-repeat bottom center;}
#outer ul li#li_3.clicked a.down {color:#fff; background:#0f64bb url(/images/jquery/hover_menu/down_over.gif) no-repeat bottom center;}
#outer ul li#li_4.clicked a.down {color:#fff; background:#0f64bb url(/images/jquery/hover_menu/down_over.gif) no-repeat bottom center;}
#outer ul li#li_5.clicked a.down {color:#fff; background: #0f64bb url(/images/jquery/hover_menu/down_over.gif) no-repeat bottom center;}
#outer ul li#li_6.clicked a.down {color:#fff; background: #0f64bb url(/images/jquery/hover_menu/down_over.gif) no-repeat bottom center;}

/*#outer ul li#li_1.clicked a.down {color:#fff; background:#C33 url(/images/jquery/hover_menu/down_over.gif) no-repeat bottom center;}
#outer ul li#li_2.clicked a.down {color:#fff; background:#ef8e41 url(/images/jquery/hover_menu/down_over.gif) no-repeat bottom center;}
#outer ul li#li_3.clicked a.down {color:#fff; background:#e7b03b url(/images/jquery/hover_menu/down_over.gif) no-repeat bottom center;}
#outer ul li#li_4.clicked a.down {color:#fff; background:#adb24d url(/images/jquery/hover_menu/down_over.gif) no-repeat bottom center;}
#outer ul li#li_5.clicked a.down {color:#fff; background: #581ca1 url(/images/jquery/hover_menu/down_over.gif) no-repeat bottom center;}
#outer ul li#li_6.clicked a.down {color:#fff; background: #689 url(/images/jquery/hover_menu/down_over.gif) no-repeat bottom center;}*/

#submenus {width:681px; background:#6a849f; position:absolute; top:3px; left:0; z-index:0; height:25px; padding-top:4px ; }
#submenus ul {margin:0 auto; padding:0; list-style-type:none; height:20px; position:absolute; top:0; left:0; width:681px; padding-top:5px}
#submenus ul#ul_1 {background:#0f64bb;}
#submenus ul#ul_2 {background:#0f64bb;}
#submenus ul#ul_3 {background:#0f64bb;}
#submenus ul#ul_4 {background:#0f64bb;}
#submenus ul#ul_5 {background:#0f64bb;}
#submenus ul#ul_6 {background:#0f64bb;}
#submenus ul li {float:left; padding-left:10px}
#submenus ul li a {font-family:돋음; float:left; font-size:11px; letter-spacing:-1px; color:#fff; text-decoration:none;text-align:center; line-height:16px; display:block; height:20px; padding:0 5px 0 5px; white-space:nowrap; background: url(/images/jquery/hover_menu/diamond2.gif) no-repeat 
left center;}
#submenus ul li a:hover {color:#fff; text-decoration:underline;}
