﻿
.menu,
.menu ul,
.menu li,
.menu a {
	margin:0px 0  8px 0;    
	padding: 0;
	border: none;
	outline: none;	
	
}

/* Menu */
.menu 	
{
	
	margin-top:-15px;
    margin-bottom:0px;
	height: 45px;
	width: 100%;
    z-index:80;
/*	margin-top:5px;
	padding-left:0px;
    margin-bottom:0px;    
	height:40px;
	width: 735px;
    z-index:500;
   /* background: #1f2024;
    background: #4c4e5a;*/
    
 /*   background-color: #f0f0f0;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.5,#f0f0f0), color-stop(0.51, #e6e6e6));
	background-image: -moz-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -o-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -ms-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	
	/*border-right: 1px solid rgba(9, 9, 9, 0.125);*/
	
	/* Adding a 1px inset highlight for a more polished efect: */
	
	/*box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
	-moz-box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;*/
    
/*	background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%); 
	
	 background-image:url(../menu/menu_back.png);
	 background-repeat:repeat;*/
	 
	/*background : -webkit-gradient(linear, left top, left bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
    background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));*/
	

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/*.menu ul, li
{
	 background-color: #f0f0f0;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.5,#f0f0f0), color-stop(0.51, #e6e6e6));
	background-image: -moz-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -o-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -ms-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
}*/


.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 40px;
	z-index:80;
/*	border-right: 1px solid rgba(9, 9, 9, 0.125);*/

	
}

/* Links */



.menu li a 
{
	/*color: #5d5d5d;
	display: inline-block;
	font: 20px/1 Lobster,Arial,sans-serif;
	padding: 12px 35px 14px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	z-index:2;
	text-decoration:none !important;
	white-space:nowrap;*/

	
	/*  */
	display: block;
	padding: 0px 10px 0px;	 
	margin: 8.8px 0;
	position: relative;
	line-height: 32px;
	text-decoration: none;
	/*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);*/
	z-index:2;
	text-decoration:none !important;
	white-space:nowrap;
	
	/*background-color: #f0f0f0;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.5,#f0f0f0), color-stop(0.51, #e6e6e6));
	background-image: -moz-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -o-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -ms-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	
	/*border-right: 1px solid rgba(9, 9, 9, 0.125);*/
	/*  border-right: 1px solid rgba(255,255,255,0.1);
	  border-left: 1px solid rgba(255,255,255,0.1);*/
	
	/* border-left: 1px solid #393942;
	 border-right: 1px solid #4f5058;*/


 font-family:'Open Sans', sans-serif, Arial,  Arial Narrow, Arial, Verdana, Lucida Calligraphy, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 12px;
    z-index:80;
	color: #333333; 

-webkit-transition:all 0.5s ease-in; -moz-transition:all 0.5s ease-in; transition:all 0.5s ease-in;
	/*font-family: Verdana, Lucida Calligraphy, Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size: 10px;
    z-index:80;
	color: #888888;
	font-weight:700;
	
	/*text-shadow: 1px 1px 1px rgba(0,0,0,.6);*/

	/*-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;*/
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }


.menu li:hover:after,
.menu li.selected:after,
.menu li:target:after{
	/* This property triggers the CSS3 transition */
	opacity:1;
}

.menu:hover li.selected:after,
.menu:hover li:target:after{
	/* Hides the targeted li when we are hovering on the UL */
	opacity:0;
}

.menu li.selected:hover:after,
.menu li:target:hover:after{
	opacity:1 !important;
}


.menu li:after{

	/* This creates a pseudo element inslide each LI */	
	
	content:'.';
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	opacity:0;
	
	/* Gradients! */
	
/*	background-image:-webkit-gradient(linear, left top, right top, from(rgba(168,168,168,0.5)),color-stop(0.5,rgba(168,168,168,0)), to(rgba(168,168,168,0.5)));
	background-image:-moz-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:-o-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:-ms-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	
	/* Creating borders with box-shadow. Useful, as they don't affect the size of the element. */
	
/*	box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	-moz-box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	-webkit-box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	
	/* This will create a smooth transition for the opacity property */
	
	/*-moz-transition:0.25s all;
	-webkit-transition:0.25s all;
	-o-transition:0.25s all;
	transition:0.25s all;
*/
	
}



.menu:hover li.selected:after,
.menu:hover li:target:after{
	/* Hides the targeted li when we are hovering on the UL */
	opacity:0;
}

.menu li.selected:hover:after,
.menu li:target:hover:after{
	opacity:1 !important;
}



.menu li:hover > a  
{		
	opacity:2;
   color: #ffffff; /*BLACK; */
    background-color:#F8872B;

/*	-moz-transition: all 0.4s ease-in;    
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;    
    transition: all 0.4s ease-in;*/
/*transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s;	*/
-webkit-transition:all 0.5s ease-in; -moz-transition:all 0.5s ease-in; transition:all 0.5s ease-in;
	
	
	
/*	color:#dadada;*/
	/*
	color:Red;	
	background:url(../images/menu.gif);	
    height:30px;
    top:0px;
  */
  
   /* margin-top:0px;*/
   /* text-align:center;*/
	/*background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(31,169,244,1)), to(rgba(0,28,78, 1)) );
    background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31,169,244,1) 0%, rgba(0,28,78, 1) 100%); */
   
	} /*#8fde62*/

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 40px;
	left: 0;
	opacity: 0;	
/*	background: #1f2024;*/
    z-index :80;     
	background-color: #f0f0f0;
     
 

/*1	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;*/

	/*-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;*/
}

.menu li:hover > ul 
{
	 opacity: 1; 	 
	 }

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	/*-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;*/
}

.menu li:hover > ul li {
	height: 25px;
	overflow: visible;
	padding: 0;
	
}

.menu ul li a {
	width: 180px;
	padding: 2px 0 2px  35px;
	margin: 0;
	border: none;
	/*border-bottom: 1px solid #353539;*/
}

.menu ul li:last-child a { border: none; }



.menu li:last-child:after,
.menu li.selected:last-child:after{
/*	box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
	-moz-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
	-webkit-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
	/*border: none;*/
/*border-radius:0 4px 4px 0;*/
}

/* Icons */

.menu a.vision { background: url(../icon/indent1.png) no-repeat 6px center;}
.menu a.cmd { background: url(../icon/indent1.png) no-repeat 6px center; }
.menu a.milestone { background: url(../icon/indent1.png) no-repeat 6px center; }
.menu a.council { background: url(../icon/indent1.png) no-repeat 6px center; }
.menu a.collaboration { background: url(../icon/indent1.png) no-repeat 6px center; }
.menu a.affilation { background: url(../icon/indent1.png) no-repeat 6px center; }

.menu a.prospectus { background: url(../icon/indent1.png) no-repeat 6px center; }
.menu a.faculty { background: url(../icon/indent1.png) no-repeat 6px center; }
.menu a.courses { background: url(../icon/indent1.png) no-repeat 6px center; }
.menu a.registration { background: url(../icon/indent1.png) no-repeat 6px center; }
.menu a.result { background: url(../icon/indent1.png) no-repeat 6px center; }
.menu a.job { background: url(../icon/indent1.png) no-repeat 6px center; }
.menu a.employer { background: url(../icon/indent1.png) no-repeat 6px center; }


.menu a.homeIcon{
	background:url('../menu/home.png') no-repeat center center;
	display: block;
	overflow: hidden;
	padding-left: 12px;
	padding-right: 12px;
	text-indent: -9999px;
	width: 16px;
}
#lastmenu
{
 border-right:none;	
 }
 
 #first_m
 {
  margin-left:250px;	   
 }
