/**
 * 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.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */


.nav-bar {
	background:#707070;
    }
#nav { margin:0; padding:0; float:left; }




/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
    list-style:none;
    position:relative;
    text-align:left;
    }
#nav li.over { z-index:99; }
#nav li.active { z-index:100; } /* to prevent the li separator from showing through on mouseover on li */
#nav a, #nav a:hover {
    display:block;
    text-decoration:none;
    }
#nav span { display:block; /*cursor:pointer;*/ }
#nav a {line-height:1.3em; }


/************ 1ST LEVEL  ***************/
#nav li {
    float:left;
    }
#nav li.active {
    margin-left:-1px;
    color:#fff;
    font-weight:bold;
    }
#nav li.active em {
    display:block;
    position:absolute;
    top:0;
    right:-1px;
    width:3px;
    height:27px;
    }
#nav a {
    float:left;
    padding:0 14px;
    color:#fff;
    line-height:32px;
    }
#nav li.over a { 
	color:#FFFFFF; 
	background:#007EC8; 
	}


/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {
    float:none;
    height:auto;
    background:none;
    margin:0;
    }
#nav ul a, #nav ul a:hover {
	width:200px;	
    float:none;
    padding:0;
    background:none;
    line-height:1.3em;
    }
#nav ul li.over a,
#nav ul li.over a:hover
#nav ul a,
#nav li.active li { font-weight:normal; }


/************ 2ND LEVEL ************/
#nav ul {
	margin-left:0; /*MODIFICA LUGLIO 09*/
	padding-left:0; /*MODIFICA LUGLIO 09*/
    position: absolute;
    top:35px;
    left:-10000px;
    margin-top:-7px;
    padding-bottom:3px;
    padding-top:1px;
}

#nav ul ul  {
    border-top:none;
}

/* Show menu */
#nav li.over ul { left:-1px; }
#nav li.over ul ul { left:-10000px; }
#nav li.over ul li.over ul { left:100px; }

#nav ul li {
    background:url("http://www.sjiu.it/_default/img/nav2_li_bg.png") repeat-y;
    padding:0 2px;
    }
#nav ul li a:hover {
	color:#FFFFFF;
    background:#868889;
    }
#nav li.over ul a,
#nav ul li.active a,
#nav ul li a,
#nav ul li a:hover { color:#FFFFFF;}
#nav ul span, #nav ul li.last li span {
    padding:5px 15px;
    background:url("http://www.sjiu.it/_default/img/nav2_link_bg.gif") repeat-x 0 100%;
    }
#nav ul li.last span, #nav ul li.last li.last span {
    background:none;
    }
#nav ul li.last {
    background:url("http://www.sjiu.it/_default/img/nav2_last_li_bg.png") no-repeat 0 100%;
    padding-bottom:3px;
    }
#nav ul li.parent a,
#nav ul ul li.parent a {
    background-image:url("http://www.sjiu.it/_default/img/nav2_parent_arrow.gif");
    background-position:right bottom;
    background-repeat:no-repeat;
    }

/************ 3RD+ LEVEL ************/

/* Cursors */
#nav li.parent a,
#nav li.parent li.parent a,
#nav li.parent li.parent li.parent a { cursor:default; }

#nav li.parent li a,
#nav li.parent li.parent li a,
#nav li.parent li.parent li.parent li a { cursor:pointer; }

/* Show menu */
#nav ul ul ul { left:-10000px; }
#nav li.over ul li.over ul ul { left:-10000px;}
#nav li.over ul li.over ul li.over ul { left:100px; }

#nav ul ul {
    background:url("http://www.sjiu.it/_default/img/nav3_bg.png") no-repeat;
    padding-top:2px;
    left:50px;
    top:13px;
}
#nav ul li.parent li a {
    background-image:none;
    }

#nav ul li.parent li li a {
    background-image:none;
    }

#nav ul ul li.parent a {
    background-image:url("http://www.sjiu.it/_default/img/nav2_parent_arrow.gif");
    background-position:right bottom;
    background-repeat:no-repeat;
    }

.nav-bar:after {
    content:".";
    display:block;
    clear:both;
    height:0;
    font-size:0;
    line-height:0em;
    overflow:hidden;
    }


/* Fix for the IE fix bug */

#nav iframe {
position: absolute;
left: 0px;
top: -1px;
z-index: -1;
background:red;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}