/**
 * 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)
 */

#nav { padding:0 20px; font-size:1.1em; height:35px; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; float:left;}
#nav a { display:block; text-decoration:none; float:left; padding:8px 12px 10px 8px; color:#ffffff; font-weight:bold;}
#nav a:hover { display:block;  text-decoration:none; color:#801ca0;}
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }



/*******************Menu Vertical*************************/
#side-nav-container {
background:#8dc411; 
width:200px;
height:970px;
margin-bottom:10px;
}

#side-nav{
	position: relative;
	margin-left: auto;
	margin-right: auto;		
	padding:10px 3px 10px 5px;
	text-align: left;
	width:95%;	
	margin-bottom:1.3em;
	font-weight:bold;	
}
	
#side-nav a{	
	line-height:15px;
}

#side-nav-2 {	
	padding:0;
    margin:0 auto;		
}

#side-nav  ul{	
    position:relative;
	padding:0;
    margin:0 auto;
	list-style: none;
	text-align:left;
	background-color:#333333;
	width:100%;
	display:block;
	float:left;
}

#side-nav  li{
	position:relative;
    padding:0;
    margin:0 auto;
	list-style: none;
	text-align:left;
	background: url(../images/nav_ahover_bg.jpg) top repeat-x #802c8d;
	width:100%;
	display:block;
	float:left;	
}

#side-nav  li a{
	text-decoration:none;
	color:#ffffff;
	border-bottom:1px solid #060606 ;/*#359027*/
	border-right:1px solid #060606 ;/*#359027*/
	display:block;
	vertical-align: middle;
	height:10px;
	padding:8px;
}

#side-nav  li a:hover{
	color:#fff;
	background: url(../images/nav_ahover_mor_bg.jpg) top repeat-x #c85ed8;
	display:block;	
}

#side-nav  ul li a:hover{
	background: url(../images/nav_gris_hover.jpg) top repeat-x #c85ed8; 
	color:#801ca0;
}

#side-nav  ul li {	
	text-align:left;
	display:block;
	float:left;	
	list-style: none;
}

#side-nav  ul li a{	
	background: url(../images/nav_gris.jpg) top repeat-x ; 
	color:#801ca0;
	height:10px;
}

/*******************Menu Vertical*************************/	
