#terextopmenu{
	position:absolute;
	top:105px;
	
	margin-left:30px;
	
}

.terexsub, .terexsub ul{ 
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	color:#000000;
	border: 1px solid #db0029;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
}
.terexsub li{
	
}
.terexsub li a{
	display: block;
	white-space:nowrap;
	color: #ffffff;
	background-color: #db0029;
	text-decoration: none;
	padding: 0px;
	border-bottom: 1px solid #db0029;
	padding: 3px 4px;
	cursor:pointer;
	width:200px;
}

* html .terexsub li a{ /*IE6 CSS hack*/
	display: inline-block;
	cursor:pointer;
}

.terexsub li a:hover{
	background-color: #ffffff;
	color: #000000;

}
.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
.terexmenu ul{
	width:100%;
	overflow:hidden;
	margin: 0;
	padding: 0;
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: none;
	border-bottom: 0px solid #db0029;
	background: #db0029;
	line-height:24px;
	height:24px;
}

.terexmenu li{
	display: inline;
	margin: 0;
	white-space:nowrap;
}

.terexmenu li a{
	font-size:10pt;
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding:0px;
	padding-right:20px; 
	padding-left:20px; 
	border-right: 1px solid white; 
	color: white;
	background: #db0029
	white-space:nowrap;
	font-weight:bold;
	cursor:pointer;
}

.terexmenu li a:visited{
	color: white;
	background-color:#db0029;
}

.terexmenu li a:hover{
	background: #FFFFFF;
	color:#000000;
}

.terexmenu a.selected{
	background: #ffffff;
	color:#000000; 
}
