/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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/osl-3.0.php  Open Software License (OSL 3.0)
 */
 
 
 

 
 /***************VERTICAL**********************/
/*****ALL*****/

#vertical-nav  {
	background:url(../images/menu_vert_bg.gif) no-repeat top left;
	text-align: left;
	width: 189px;
	padding-top: 10px;

}

#vertical-nav_ip  {
	background:url(../images/menu_vert_bg2.gif) no-repeat top left;
	text-align: left;
	width: 189px;
	padding-top: 10px;

}

#vertical-nav .finali{
	height: 15px;
	background:url(../images/menu_vert_bgf.gif) no-repeat top left;
}	

#vertical-nav_ip .finali{
	height: 15px;
	background:url(../images/menu_vert_bgf.gif) no-repeat top left;
}	


#vertical-nav ul {
    list-style-type: none; /* get rid of the bullets */
    padding-left: 15px;             /* no padding */
    margin:0;              /* no margin for IE either */
	padding-bottom: 0px; /* lines */
	
}
#vertical-nav_ip ul {
    list-style-type: none; /* get rid of the bullets */
    padding-left: 15px;             /* no padding */
    margin:0;              /* no margin for IE either */
	padding-bottom: 0px; /* lines */
	
}

#vertical-nav ul li {
    margin: 0;
    padding-right: 10px;

    display:block;
  
}
#vertical-nav_ip ul li {
    margin: 0;
    padding-right: 10px;

    display:block;
  
}

#vertical-nav ul ul li a,#vertical-nav ul li{
	
  
}
#vertical-nav ul li a {
	font-size: 17px;
    display: block;
    padding: 3px 0px 3px 0px;
    text-decoration: none;
            
	
	/* 
	border-bottom: 1px dotted #8D9091;
	border-top: 0px dotted #8D9091;
	margin-bottom:-1px;
	margin-top:-1px;
    */
}

#vertical-nav_ip ul li a {
	font-size: 17px;
    display: block;
    padding: 3px 0px 3px 0px;
    text-decoration: none;
            
	
	/* 
	border-bottom: 1px dotted #8D9091;
	border-top: 0px dotted #8D9091;
	margin-bottom:-1px;
	margin-top:-1px;
    */
}

#vertical-nav ul li .open, #vertical-nav .activesubsub, #vertical-nav .subopen {
    text-decoration: none;
    color:#000000
}



#vertical-nav a {
  color:#8D9091;
}
#vertical-nav a:hover,#vertical-nav a:active {
  color:#000000;
}

#vertical-nav ul li ul li a {
    border-bottom-width: 0px;
	font-size: 12px;
}

#vertical-nav ul li ul li {
    margin-bottom:0px;
    margin-top:0px;
} 

#vertical-nav_ip a {
  color:#8D9091;
}
#vertical-nav_ip a:hover,#vertical-nav a:active {
  color:#000000;
}

#vertical-nav_ip ul li ul li a {
    border-bottom-width: 0px;
	font-size: 12px;
}

#vertical-nav_ip ul li ul li {
    margin-bottom:0px;
    margin-top:0px;
} 
 
 
/************************************************************************************************************/
 
 #menu {
		
        width: 590px;
		height: 40px;
		position: relative;
		background:url(../images/menu_bg.gif) no-repeat top;
		padding-bottom: 15px;
		
        
}
 
 #navi {
		
		font-family: Georgia;
      
 }

#navi li {
		
        display: inline;

}

#navi a:link, #navi a:visited {
		float: left;
        font-size: 15px;
        padding: 4px 26px 6px 26px;
        text-decoration: none;
        color: #8D9091;
		/*border-left: 1px dotted #8D9091; */
		
		
		
}

#navi a:link.active, #navi a:visited.active, #navi a:hover {
        color: #000;
        
}