/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
 
/*@import url('my_menu_changes.css');*/
 
 
#anav { /*padding-left:38px;*/ font-size:12px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; }

/a************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#anav li { position:relative; text-align:left;  top:-3px;    #top:0; display:none;}
#anav li.over { z-index:999;  background-image:url(../images/sep.jpg);  height:31px;  background-repeat:no-repeat;display:none;}
#anav a,
#anav a:hover { display:block; text-decoration:none;  font-size:12px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif;  background-image:url(../images/sep.jpg); height:17px; #height:20px; background-repeat:no-repeat;}
#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:#ffffff; background-image:none;}
#anav li.active {   background-image:url(../images/active.jpg);   height:27px; #height:35px;  background-repeat:repeat-x;}
#anav a { float:left; padding:5px 12px 6px 12px;  #padding:5px 12px 6px 12px;  font-weight:bold; font-size:12px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif;  }
#anav li.over a,
#anav a:hover { color:#d96708; font-size:12px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; }

/************ 1ST LEVEL ************/
#anav ul li,

/*#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:fixed; width:76.6em; top:140px; #top:139px; left:-10000px;  border:1px solid #899ba5; margin-left:252px; 

#margin-left:248px;

background-image:url(../images/sub_menu_bg.jpg); 
background-color:#FFFFFF;
height:115px;
background-repeat:no-repeat;

}
.static_menu{

/*background-image:url(../images/sub_menu_bg.jpg); */
background-color:#FFFFFF;
background-repeat:no-repeat;
border:1px solid #899ba5;
height:125px;
width:918px;

}

.cat_color{
color:rgb(235, 44, 143);
font-size: 12px;
text-align:left;
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
 text-transform: uppercase;
}
.lowerdiv{


background-image:url(../images/sub_menu_bg.jpg); 
background-color:#FFFFFF;
width:76.6em; 
height:115px;
background-repeat:no-repeat;
 border:1px solid #899ba5;
 position:absolute;
 left:240px;top:140px;
 z-index:3;
}

.anav1 a{
 font-size:12px; color:#454545; font-family:Arial, Helvetica, sans-serif;
}
.anav1 a:hover {   font-size:12px; color:#ed1588; font-family:Arial, Helvetica, sans-serif;  }


/************ 1ST LEVEL ************/
#submenucontainer li,
#submenucontainer li.active { float:left; padding-bottom:1px; list-style:none; }
/*#anav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#submenucontainer ul li.last { padding-bottom:0; }

#submenucontainer ul a,
#submenucontainer ul a:hover { float:none; padding:0; background:none; }
#submenucontainer ul li a { font-weight:normal !important; }

/* Show menu */
#submenucontainer li.over > ul { left:0; }
#submenucontainer 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: #454545 !important; }
#anav ul li a:hover { color: #f21889 !important; }
#anav ul span, #anav ul li.last li span { padding:3px 0px 4px 0px;}
#submenucontainer li.columns { width:180px; #width:120px; padding-left:30px; }
#submenucontainer li.columns ul { width:180px; }
#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; }
.test {width:130px;}
