/* Hide menu while printing */
@media print{
	ul.dropdown,
	.menu {
		visibility:hidden;
	}
}

/* menu */
ul.dropdown li {
	padding: 5px;
}

/* First Level */
ul.dropdown {
	font: bold 14px/normal Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
	ul.dropdown li {
		background-color: #eeeeee;
		color: #363636;
		padding: 0;
		background: #eeeeee;
		background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	}

	/* Links */
	ul.dropdown a,
	ul.dropdown span {
	 display: block;
	 padding: 5px 10px;
	}
	
	ul.dropdown a:link,
	ul.dropdown a:visited {
		color: #363636;
		text-decoration: none;
	}

	ul.dropdown a:hover,
	ul.dropdown span:hover {
		color: #000;
		background: #cccccc;
		background: -moz-radial-gradient(center 80px 45deg, circle cover, #eeeeee 0%, #cccccc 100%);
		background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(#eeeeee), to(#cccccc));
	}
	
	ul.dropdown a:active {
		color: #fff;
	}

	ul.dropdown li a,
	ul.dropdown *.dir {
		border-style: solid;
		border-width: 1px;
		border-color: #e0e0e0 #9a9a9a #9a9a9a #e0e0e0;
	}
/* End First Level */

/* Second Level */
ul.dropdown ul {
	left: auto;
	right: 0;
	width: 180px;
	margin-top: -1px;
	border-top: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	font: bold 12px/normal Arial, Helvetica, sans-serif;
}

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(../images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

/* Custom menu elements */
#menuTitle { width: 150px; text-align: center; }
#menuTitle a {
	color:#00F;
}
#menuTitle a:hover {
	background:none;
}

#menuProject                  { width: 180px; text-align: center; }
	#menuProjectList            { width: 180px; text-align: left; }
		#menuProjectListActive    { width: 100px; text-align: left; }
		#menuProjectListNotActive { width: 100px; text-align: left; }
		#menuProjectListAll       { width: 100px; text-align: left; }
	#menuSAPProjectList         { width: 180px; text-align: left; }
	#menuBookings               { width: 180px; text-align: left; }
	#menuArchive                { width: 180px; text-align: left; }
#menuManagement               { width: 180px; text-align: center; }
	#menuManagementProcess      { width: 180px; text-align: left; }
	#menuManagementDetails      { width: 180px; text-align: left; }
#menuTime                     { width: 180px; text-align: center; }
	#menuTimeRecording          { width: 180px; text-align: left; }
	#menuTimeMonthlyOverview    { width: 180px; text-align: left; }
	#menuTimeMonthlyOverviewSAP { width: 180px; text-align: left; }
	#menuTimeDispatcher         { width: 180px; text-align: left; }
	#menuTimePreferences        { width: 180px; text-align: left; }
#menuSetup                    { width: 180px; text-align: center; }


#menuEditHours  { width: 180px; text-align: center; }
#menuNewProject { width: 170px; text-align: center; }

.menu {
	width:100%;
	height:29px;
	padding:0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#9a9a9a ;
	background-color: #eeeeee;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
}


