/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav {padding:0; margin:0; list-style:none; height:31px; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#nav li.top {display:block; float:left; height:31px; background: url(img/main_menu_line.png) 100% 50% no-repeat; }
#nav li a.top_link {display:block; float:left; height:31px; line-height:31px; color:#ffffff; text-decoration:none; cursor:pointer; font-family: arial; font-size: 11px; text-transform: uppercase; font-weight: bold;}
#nav li a.top_link_curr {display:block; float:left; height:31px; line-height:31px; text-decoration:none; cursor:pointer; font-family: arial; font-size: 11px; text-transform: uppercase; font-weight: bold; background: #ffffff url(img/main_menu_line.png) 100% 50% no-repeat;color: #000000;}
#nav li a.top_link span {float:left; display:block; padding:0 20px 0 20px; height:31px; }
#nav li a.top_link_curr span {float:left; display:block; padding:0 20px 0 20px; height:31px; }
#nav li a.top_link span.down {float:left; display:block; padding:0 20px 0 20px; height:31px;}
#nav li a.top_link_curr span.down {float:left; display:block; padding:0 20px 0 20px; height:31px;}

#nav li:hover a.top_link, 
#nav li.iehover a.top_link {color:#fff; cursor:pointer;}
#nav li:hover a.top_link span,
#nav li.iehover a.top_link span {cursor:pointer;}
#nav li:hover a.top_link span.down,
#nav li:hover a.top_link_curr span.down,
#nav li.iehover a.top_link span.down,
#nav li.iehover a.top_link_curr span.down {cursor:pointer; background: #0b8bdc url(img/main_menu_line.png) 100% 50% no-repeat; color: #ffffff;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200; cursor:pointer;}

#nav li:hover ul.sub
{left:0px; top:31px; background: #d7e3eb; padding:0px; border:1px solid #ffffff; border-width: 1px 1px 0px 1px; width:152px; height:auto; z-index:300; cursor:pointer;}
#nav li:hover ul.sub li
{display:block; position:relative; float:left; font-weight:normal; cursor:pointer; border: 1px solid #ffffff; border-width: 0 0 1px 0; width: 152px;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; text-decoration:none; cursor:pointer; padding: 4px 20px 4px 11px;}
#nav li ul.sub li a.fly
{background:#d7e3eb url(img/m_menu_b_arr.gif) 138px 50% no-repeat; cursor:pointer;}
#nav li:hover ul.sub li a:hover
{background: url(img/main_menu_bg.png) 0% 50% repeat-x; background-color: #0d80c9; color:#fff; cursor:pointer;}
#nav li:hover ul.sub li a.fly:hover
{background: url(img/m_menu_w_arr.gif) 100% 50% repeat-x; background-color: #0d80c9; color:#fff; cursor:pointer;}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:152px; top:-1px; padding:0px; border:1px solid #ffffff; border-width: 1px 1px 0px 1px; z-index:400; height:auto; cursor:pointer; width: 152px; background: #d7e3eb;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background: url(img/m_menu_w_arr.gif) 100% 50% repeat-x; background-color: #0d80c9; color:#fff;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#d7e3eb url(img/m_menu_b_arr.gif) 138px 50% no-repeat; color: #0077c2;} 

.m_menu_curr {background: #ff0000;}
