﻿/*************/
/*  M E N U  */
/*************/

.menuBar {
	background-color: #EEE;
}

.menu{
	float: left;
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	/*width: 640px;*/
	}
.menu ul{
	/*background:rgb(126,126,126);*/ /* colors menubar area with OUT buttons */
	background: #EEE;
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
	}
.menu li{
	float:left;
	padding:0px;
	}
.menu li a{
	/* background:rgb(126,126,126)*/ /*url("../images/seperator.gif") bottom right no-repeat*/; 
	/*color:#FFFFFF;*/	/* for the menubar buttons */
	color: #000;
	display:block;
	font-weight:normal;
	line-height:30px;
	margin:0px;
	padding:0px 25px;
	text-align:center;
	text-decoration:none;
	}
.menu li a:hover, .menu ul li:hover a{
	background: rgb(176,176,176) url("/images/hover.gif") bottom center no-repeat;
	color:#FFFFFF; /* for the menubar buttons when hover */
	text-decoration:none;
	}
	
.menu li ul{
	background:rgb(126,126,126);
	display:none; /* for the drop down */
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
	}
.menu li:hover ul{
	display:block;
	}
.menu li li {
	background:url('file:///Z|/Websites/hold/melabs-wp/images/sub_sep.gif') bottom left repeat-x;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:225px;
	}
.menu li:hover li a{
	background:none;
	}
.menu li ul a{
	display:block;
	height:30px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
	}
.menu li ul a:hover, .menu li ul li:hover a{
	background:rgb(176,176,176) url('file:///Z|/Websites/hold/melabs-wp/images/hover_sub.gif') center left no-repeat;
	border:0px; /* drop down when hovered */
	color:#ffffff;
	text-decoration:none;
	}
.menu p{
	clear:left;
	}
