/**
 * Raptor Commerce
 *
 * @category   Raptor
 * @package    Raptor_Supermenu
 * @copyright  Copyright (c) 2009 Raptor Commerce (http://www.raptorcommerce.com)
 */
 
.border-left-menu { background:url(../images/border_left_menu.gif) 0 0 repeat-y #3D8197;}
.border-right-menu { background:url(../images/border_right_menu.gif) right 0 repeat-y;}
.border-top-menu { background:url(../images/border_top_menu.gif) 0 top repeat-x;}
.border-bot-menu { background:url(../images/border_bot_menu.gif) 0 bottom repeat-x;}

.left-top-menu { background:url(../images/left_top_menu.gif) 0 0 no-repeat;}
.right-top-menu { background:url(../images/right_top_menu.gif) right 0 no-repeat;}
.left-bot-menu { background:url(../images/left_bot_menu.gif) 0 bottom no-repeat;}
.right-bot-menu { background:url(../images/right_bot_menu.gif) right bottom no-repeat; width:100%;}
.indent-menu { padding:12px 12px 4px 10px;}
 
#anav { font-size:13px; margin:0 auto; padding:0 16px; width:918px; min-height:28px; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#anav li { position:relative; text-align: center; }
#anav li.over { z-index:999; }
#anav a,
#anav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#anav span { display:block; cursor:pointer; white-space:nowrap; }
#anav li ul span {white-space:normal; }
#nav li li.parent {}
/************ 0 LEVEL  ***************/
#anav li { float:left; }
#anav li.active a { color:#FFFFFF; }
#anav a { float:left; background:url(../images/devider_menu.gif) left 6px no-repeat; padding:2px 14px 11px 18px; color:#FFFFFF; font-weight:bold;}
#anav li.over a,
#anav a:hover { }

/************ 1ST LEVEL ************/
#anav ul li,
#anav ul li.active { float:left; padding-bottom:1px; }
/*#anav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#anav ul li.last { padding-bottom:0; }

#anav ul a,
#anav ul a:hover { float:none; padding:0; background:none; }
#anav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#anav ul { position:absolute; width:20em; top:25px; left:-10000px; border:1px solid #ffffff; background-color: #42869e;}

/* Show menu */
#anav li.over > ul { left:0; }
#anav li.over > ul li.over > ul { left:100px; }
/* #anav li.over ul ul { left:-10000px; } */

/* #anav ul li a { background:#0A263D; } */
/* #anav ul li a:hover { background:#d5e4eb; } */
#anav ul li a { color: #FFFFFF !important; }
#anav ul li a:hover { color: #A7C6DD !important; }
#anav ul span, #anav ul li.last li span { padding:3px 15px 4px 15px;}
#anav li.columns { width:10em; }
#anav li.columns ul { width: auto; }
#anav li li li li span { padding:0 0 0 12px; }


/************ 3RD+ LEVEL ************/
#anav ul ul { border: 0px; left:0; position: relative; top:0; background: none; }
#anav ul ul li { float: none; width:auto; }
#anav ul ul ul { margin-left: 10px; }
#anav ul ul ul li a { color: #FFFFFF !important; font-size: 0.95em; }

/** ie6 hack */
#anav li.over ul.shown-sub { left:0; }
#anav li.over li li ul.shown-sub { left:100px; }
