﻿/* -------------------
menu.css
MENU CONTROL STYLES
-------------------- */

#menuholder {clear:both; width:964px; height:auto; padding: 0; margin: 0 auto;}

.preload1 {background: url("images/menu/menu-bg-arrow.gif");}
.preload2 {background: url("images/menu/menu-bg-hover-arrow.gif");}

#menu {padding:0; margin:0; list-style:none; width:964px; height:35px; background:#FAFAFA url("images/menu/menu-bg.gif") repeat-x; position:relative; z-index:200; font-family:verdana, arial, sans-serif;}
#menu li.top {display:block; float:left;}
#menu li a.top_link {display:block; float:left; height:35px; line-height:33px; color:#f6f6f6; text-decoration:none; font-size:11px; font-weight:bold; letter-spacing:0px; padding:0 0 0 4px; cursor:pointer;background: url("images/menu/menu-bg-arrow.gif");}
#menu li a.top_link span {float:left; display:block; padding:0 20px 0 10px; height:35px; background: url("images/menu/menu-bg.gif") right top no-repeat;}
#menu li a.top_link span.down {float:left; display:block; padding:0 25px 0 15px; height:35px; background: url("images/menu/menu-bg-arrow.gif") no-repeat right top;}

#menu li:hover a.top_link,
#menu a.top_link:hover
{color:#fff; background: url("images/menu/menu-bg-hover.gif") no-repeat;}
#menu li:hover a.top_link span, 
#menu a.top_link:hover span
{background:url("images/menu/menu-bg-hover.gif") no-repeat right top;}
#menu li:hover a.top_link span.down,
#menu a.top_link:hover span.down
{background:url("images/menu/menu-bg-hover-arrow.gif") no-repeat right top; padding-bottom:3px;}

#menu table {border-collapse:collapse; padding:0; margin:0; position:absolute; left:0; top:0;}

#menu li:hover {position:relative; z-index:200;}
#menu a:hover {position:relative; white-space:normal; z-index:200;}

#menu :hover ul.sub
{left:1px; top:36px; background: #191B1D; padding:5px; border:1px solid #881010; white-space:nowrap; width:190px; height:auto; z-index:300;}
#menu :hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:190px; font-weight:normal;}
#menu :hover ul.sub li a
{display:block; font-size:12px; height:18px; width:188px; line-height:18px; text-indent:5px; color:#ffffff; text-decoration:none; border:1px solid #191B1D;}
#menu li ul.sub li a.fly
{background:#191B1D url("images/menu/arrow.gif") 140px 6px no-repeat;}
#menu :hover ul.sub li a:hover 
{background:#881010; color:#fff; border-color:#fff;}
#menu :hover ul.sub li a.fly:hover
{background:#881010 url("images/menu/arrow_over.gif") 140px 6px no-repeat; color:#fff;}

#menu li b {display:block; font-size:12px; height:18px; width:148px; line-height:18px; margin-bottom:3px; text-indent:6px; color:#C85050; cursor:default;}

#menu a:hover a:hover ul,
#menu a:hover a:hover a:hover ul,
#menu a:hover a:hover a:hover a:hover ul,
#menu a:hover a:hover a:hover a:hover a:hover ul
{left:89px; top:-4px; background: #191B1D; padding:3px; border:1px solid #191B1D; white-space:nowrap; width:150px; z-index:400; height:auto;}

#menu ul, 
#menu a:hover ul ul,
#menu a:hover a:hover ul ul,
#menu a:hover a:hover a:hover ul ul,
#menu a:hover a:hover a:hover a: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 > ul
{left:90px; top:-4px; background: #191B1D; padding:3px; border:1px solid #191B1D; white-space:nowrap; width:150px; z-index:400; height:auto;}
#menu 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
{background:#881010 url(arrow_over.gif) 140px 6px no-repeat; color:#fff; border-color:#fff;} 
#menu li:hover li:hover > li a.fly
{background:#191B1D url(arrow.gif) 140px 6px no-repeat; color:#000; border-color:#191B1D;}
