/* ================================================================ 
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.
=================================================================== */



#menu {margin-left:20px; list-style:none; height:38px; position:relative; z-index:500; font-family:Arial}
#menu li.top {display:block; float:left; height:38px;border-right:1px #ddd;border-right:1px solid #DADADA}
#menu li a.top_link {display:block;text-align:left; float:left; height:35px; line-height:33px; color:#716A54; text-decoration:none; font-size:15px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
#menu li a.top_link span {float:left;text-align:left; display:block; padding:0 24px 0 12px; height:35px;background:url(../images/template_images/down.gif) no-repeat 96% 50%; }
#menu li a.top_link span.down {float:left; display:block; padding:0 23px 0 12px; height:35px; }

#menu li:hover a.top_link {color:#fff; background:#A61115}
#menu li:hover a.top_link span {background:url(../images/template_images/selected.gif) no-repeat right middle;}
#menu li:hover a.top_link span.down {background:url(../images/template_images/selected.gif) no-repeat 96% 50%;}

/* Default list styling */

#menu li:hover {position:relative; z-index:200;}

#menu li:hover ul.sub
{left:1px; top:38px;font-family:Verdana; background: #efefef; float:left; padding:0 3px 3px 3px; border:1px solid #dedede; white-space:nowrap; width:190px; height:auto; z-index:300;}
#menu li:hover ul.sub li
{display:block; height:21px;border-top:1px solid #ddd; position:relative; text-align:left; float:left; width:190px; font-weight:normal;}
#menu li:hover ul.sub li a
{display:block; font-size:12px; height:18px;float:left; width:190px; line-height:18px; text-indent:5px; color:#000; text-decoration:none;border:1px solid #efefef;}
#menu li ul.sub li a.fly
{background:#efefef url(../images/template_images/arrow.gif) 170px 6px no-repeat;}
#menu li:hover ul.sub li a:hover 
{background:#A61115; color:#fff; border-color:#fff;}
#menu li:hover ul.sub li a.fly:hover
{background:#A61115 url(../images/template_images/arrow_over.gif) 170px 6px no-repeat; color:#fff;}


#menu li:hover li:hover ul,
#menu li:hover li:hover li:hover ul,
#menu li:hover li:hover li:hover li:hover ul,
#menu li:hover li:hover li:hover li:hover li:hover ul
{left:190px; top:2px; background: #efefef; padding:0px 2px 1px 1px ; border:1px solid #dedede; white-space:nowrap; width:190px; z-index:400; height:auto;}

#menu ul, 
#menu li:hover ul ul,
#menu li:hover li:hover ul ul,
#menu li:hover li:hover li:hover ul ul,
#menu 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;}

#menu li:hover li:hover a.fly,
#menu li:hover li:hover li:hover a.fly,
#menu li:hover li:hover li:hover li:hover a.fly,
#menu li:hover li:hover li:hover li:hover li:hover a.fly
{background:#A61115 url(../images/template_images/arrow_over.gif) 170px 6px no-repeat; color:#fff; border-color:#fff;} 

#menu li:hover li:hover li a.fly,
#menu li:hover li:hover li:hover li a.fly,
#menu li:hover li:hover li:hover li:hover li a.fly
{background:#efefef url(../images/template_images/arrow.gif) 170px 6px no-repeat; color:#000; border-color:#efefef;} 

