.menuStudentAltLogin{
	width:220px !important;
}

#jMenu {
	display:table;
	background-color:#322f32;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#504d50', endColorstr='#322f32');
	background: -webkit-gradient(linear, left top, left bottom, from(#504d50), to(#322f32));
	background: -moz-linear-gradient(top,  #504d50,  #322f32);
	
	width:100%;
	margin:0;
	padding:0;
	border: solid 1px #504d50;
	border-radius:3px;
}

/********************/
/** premier niveau **/
/********************/
#jMenu li {
	display:table-cell;
	padding: 0 0px;
	margin:0;
	text-align: left;
/* 	float:left; */
}
	#jMenu li a {
		padding:10px 20px;
		display:block;
		background-color: transparent;
		color:#fff;
		text-transform:uppercase;
		cursor:pointer;
		font-size:17px;
		font-weight:600;
		white-space: nowrap;
		text-shadow: 1px 1px 1px #000;
		letter-spacing:.05em;
	}
	
	#jMenu li a.fNiv{
		//text-align: center;
	}
	
/* Force top nav menu drop down lists to appear over all content*/
ul#jMenu li ul{
	
}
/*******************/
/** second niveau **/
/*******************/
#jMenu li ul {
	display:none;
	position:absolute;
	padding:0;
	margin:0;
	/*margin-left:2px;*/
	z-index: 999 !important;
/* 	top:175px !important; */
	-moz-box-shadow: 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px #000;
	box-shadow: 2px 2px 2px #000;
}
	#jMenu li ul li {
		background-color:#322f32;
		display:block;
		border:1px solid #666;
		border-top: none;
		padding:0;
	}
	#jMenu li ul li.arrow {
		background:#322f32 url('arrow_down.png') no-repeat center center;
		height:6px;
		padding:0;
		border-top:1px solid #666;
		border-bottom:none;
		padding-bottom:10px
	}
		#jMenu li ul li a {
			font-size:13px;
			text-transform:none;
			padding:7px 18px;
			display:block;
            font-weight:normal;
/* 			letter-spacing:.07em; */
			/*border-top:1px solid transparent;
			border-bottom:1px solid transparent;*/
		}
		#jMenu li ul li a.isParent {
			background:#3A3A3A url('arrow_right.png') no-repeat right center;
		}
			#jMenu li ul li a:hover {
				background-color:#423f42;
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#605d60', endColorstr='#423f42');
				background: -webkit-gradient(linear, left top, left bottom, from(#605d60), to(#322f32));
				background: -moz-linear-gradient(top,  #605d60,  #423f42);
				/*background-color:#514c52;
				border-top:1px solid #322f32;
				border-bottom:1px solid #322f32;
				*/
			}