/**
 * Raptor Commerce
 *
 * @category   Raptor
 * @package    Raptor_Supermenu
 * @copyright  Copyright (c) 2009 Raptor Commerce (http://www.raptorcommerce.com)
 */
 
#anav {
text-align: right;
color: #666666;
padding-right: 0;
padding-top: 5px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
margin:0 auto;
min-height:28px;
text-shadow:0 0 0 #FFF;
width:918px;
}

/************ 0 LEVEL  ***************/
#anav li {
float:left;
position:relative;
text-align: left;
}

#anav li.over {
z-index:999;
}

#anav span {
cursor:pointer;
display:block;
white-space:nowrap;
}

#anav li ul span {
white-space:normal;
}

#anav li.active a {
color:#18324E;
}

#anav a {
color:#18324E;
float:left;
font-weight:700;
padding:5px 12px 6px 8px;
}

#anav li.over a,#anav a:hover {
color:#036;
}

/************ 1ST LEVEL ************/
#anav ul li,#anav ul li.active {
float:left;
padding-bottom:1px;
}

#anav ul a,#anav ul a:hover {
background:none;
float:none;
padding:0;
}

/* #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: #18324E !important;
font-weight:400 !important;
font-weight: bold;

}

/************ 2ND LEVEL ************/
#anav ul {
text-align: right;
border-left-color: #e6e6e6;
border-bottom-color: #e6e6e6;
border-right-color: #e6e6e6;
border-top-color: #e6e6e6;
border-left-style: none;
border-bottom-style: none;
border-right-style: ridge;
border-top-style: none;
margin-bottom: 50px;
width: auto;
background:url('../images/menu_backGround.gif') 0 bottom;
/*background-color:#18324E;
border: #3DDEFF 2px solid;*/

font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
height: auto;
left:-10000px;
position:absolute;
top:25px;
visibility:visible;
}

#anav ul li a:hover {
color: #cc6600 !important;
}

#anav ul span,#anav ul li.last li span {

padding:3px 15px 4px;

}
#anav li ul span
{
font-weight:bolder;
}
#anav li.columns ul {
width:auto;
}

#anav li li li li span {
padding:0 0 0 12px;
background:url('../images/arrowblack.png') no-repeat;
font-weight:normal;
}

/************ 3RD+ LEVEL ************/
#anav ul ul {
background:none;
border:0;
left:0;
position:relative;
top:0;
}

#anav ul ul li {
float:none;
width:auto;
}

#anav ul ul ul {
margin-left:10px;
}

#anav ul ul ul li a {
color:#333 !important;

font-size:0.95em;
}

#anav li.over > ul,#anav li.over ul.shown-sub {
left:0;
}

#anav li.over > ul li.over > ul,#anav li.over li li ul.shown-sub {
left:100px;
}
