/**
 *
 * Main Menu Styles
 *
 */

/*body {
	margin: 0;
	padding: 0;
}*/

#displayMenu {
	/*margin-left: 168px;
	margin-top: 61px;*/
	position: absolute;
	left: 0px;
	top: 75px;
}

.mainmenu tr .space {
	font-size: 0pt;
	width: 20px;
}

.mainmenu tr .borderline {
	width: 2px;
}

.mainmenu tr .bordertext {
	background-color: navy;
}

html>body .mainmenu tr .bordertext {
	border-bottom: 1px solid navy;
}

.mainmenu tr .normal {
	cursor: pointer;
	font-size: 8pt;
	text-align: center;
	width: 56px;
	padding: 0px 4px 0px 4px;
}

.mainmenu .text .normal {
	color: white;
	background-color: #cf6a56;
	border: 1px solid white;
	height: 24px;
}

.mainmenu tr .active {
	cursor: pointer;
	font-size: 8pt;
	text-align: center;
	width: 56px;
	padding: 0px 4px 0px 4px;
}

.mainmenu .text .active {
	color: white;
	background-color: #e8b5ab;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid #e8b5ab;
	height: 24px;
}


/**
 *
 * Drop Menu
 *
 */

.dropmenu {
	background-color: gray; /* needed for IE */
	font-family: verdana, arial, helvetica, tahoma, trebuchet, sans-serif;
	font-size: 8pt;
	position: absolute;
	visibility: hidden;
	width: 180px;
	z-index: 100;
}

.dropmenu ul {
	font-size: 8pt;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dropmenu ul li {
	padding: 1px;
}

.dropmenu ul li a {
	display: block;
	text-decoration: none;
	padding: 2px;
	width: 172px;
}

/* Drop Menu Normal */

.dropmenu .normal {
	background-color: #e8b5ab;
	border: 1px solid white;
	padding-top: 2px;
}

.dropmenu .normal a {
	background-color: transparent;
	color: black;
}

.dropmenu .normal a:hover {
	background-color: #cf6a56;
	color: black;
}

/* Request */

#item2.normal {
	background-color: #cf6a56;
}

#item2.active {
	background-color: #e8b5ab;
	border-bottom: 1px solid #e8b5ab;
}

#menu2 ul {
	background-color: #e8b5ab;
}

/*#menu2 ul li a {
	color: black;
}*/

/*#menu2 ul li a:hover {
	background-color: #9CB5DC;
}*/

/* Industry */

#item3.normal {
	background-color: #959494;
}

#item3.active {
	background-color: #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}

#menu3 ul {
	background-color: #c1c1c1;
}

#menu3 ul li a {
	color: black;
}

#menu3 ul li a:hover {
	background-color: #959494;
}

/* Oil Gas */

#item4.normal {
	background-color: #ecce05;
}

#item4.active {
	background-color: #fce96a;
	border-bottom: 1px solid #fce96a;
}

#menu4 ul {
	background-color: #fce96a;
}

#menu4 ul li a {
	color: black;
}

#menu4 ul li a:hover {
	background-color: #ecce05;
}

/* Marine */

#item5.normal {
	background-color: #2e3985;
}

#item5.active {
	background-color: #5d6dd4;
	border-bottom: 1px solid #5d6dd4;
}

#menu5 ul {
	background-color: #5d6dd4;
}

#menu5 ul li a {
	color: white;
}

#menu5 ul li a:hover {
	background-color: #2e3985;
}
