/* menu.css */

@import url("w3c.css");
@media screen {
#menuwrap {
	width: 623px;
	text-align: left;
	height: 28px;
	float: right;
	background: #ebf1ff url(img/menu_gradient.gif) no-repeat left top;
}
}
@media print {
#menuwrap {
	width: 623px;
	text-align: left;
	height: 28px;
	float: right;
	background: #ebf1ff url(none) no-repeat left top;
	display: none;
}
}
#menu {
	height:28px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	width: 100%;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #006600;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}

#menu ul, ul.nobullets, .jsMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu li {
	height:28px;
	margin:0;
	padding:0;
	float:left;
	width: 16%;

}

#menu a {
	display:block;
	line-height:28px;
	border-left:1px solid #006600;
	height:28px;
	text-align:center;
	text-decoration: none;
	font-size: 14px;
}

#menu li a span {
	display:block;
	font-size: 12px;
	height:28px;
	border-left:1px none #ebf1ff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#menu a:hover, #menu a.selected {
	cursor:pointer;
	color: #ebf1ff;
}
/* for drop down menus */
.jsMenu {
	display:none;
	padding:1px;
	background-color:#006600;
	border:1px solid #555;
	text-align: left;
	position: absolute;
	height: auto;
	width: 105px;
	z-index: 2;
}

.jsMenu li {
	border-bottom:1px solid #fff;
	font-family:verdana, sans-serif;
	font-size:10px;
	margin:0px;
	font-weight: bold;
}

.jsMenu li.separator {
	line-height:1px;
	height:1px;
	background-color:#ebf1ff;
	padding:0px;
	margin:0px;
}

.jsMenu li a {
	display:block;
	text-decoration:none;
	color:#fff;
	border:1px solid #ccc;
	padding:1px 2px 2px 6px;
}

.jsMenu a:hover {
	background:#efefef;
	color: #000;
}

/* define id's  */
.t-home, .t-civil, .t-geotech, .t-structural, .t-materials, .contact {
	color:#000000;
}

#home .t-home, #geotechnical .t-geotech, #civileng .t-civil, #structuraleng .t-structural, #materialseng .t-materials {
	color:#ffffff;
}

