/**
 * Raptor Commerce
 *
 * @category   Raptor
 * @package    Raptor_Supermenu
 * @copyright  Copyright (c) 2009 Raptor Commerce (http://www.raptorcommerce.com)
 */
 
#anav {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#anav li { position:relative; text-align:left; }
#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; }

/************ 0 LEVEL  ***************/
#anav li { float:left; }
#anav li.active a {
	color:#CCC;
}

#anav a {
	float:left;
	color:#F7F7F7;
	font-weight:bold;
	font-size:1.1em;
	padding-top: 19px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 15px;
	background-image: url(../images/nav_divider.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#anav li.over a,
#anav a:hover {
	background-image: url(../images/nav_tab_bg.png);
	color:#333;
	margin-left: 1px;
	background-repeat: repeat-x;
	background-position: 0px bottom;
}

/************ 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:28em;
	top:48px;
	left:-10000px;
	background-color: #fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding-top: 5px;
}

/* 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: #333 !important;
	font-size:1.1em;
	font-weight: bold;
}
#anav ul li a:hover {
	color: #000 !important;
	border: none;
	background-image: url(../images/listbg.jpg);
	background-repeat: no-repeat;
	background-position: 5px 25px;
}
#anav ul span, #anav ul li.last li span {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-image: url(../images/listbg.jpg);
	background-repeat: no-repeat;
	background-position: 5px 25px;
	;
}
#anav li.columns { width:14em; }
#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: #666 !important;
	font-size: 0.95em;
	background-image: url(../images/listbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

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

