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

.terexsub, .terexsub ul{ 
	font: 9pt 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 #cccccc;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
}
.terexsub li{
	
}
.terexsub li a{
	display: block;
	white-space:nowrap;
	color: #000000;
	background-color: #eeeeee;
	text-decoration: none;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	padding: 3px 4px;
	cursor:pointer;
	width:200px;
}

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

.terexsub li a:hover{
	color: #db0029;

}
.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: 9pt Arial, Helvetica, sans-serif;
	list-style-type: none;
	border-bottom: 0px solid #cccccc;
	/*background: #eeeeee;*/
	line-height:24px;
	height:24px;
}

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

.terexmenu li a{
	font-size:9pt;
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding:0px;
	padding-right:20px; 
	padding-left:20px; 
	
	color: black;
	/*background: #eeeeee;*/
	white-space:nowrap;
	font-weight:bold;
	cursor:pointer;
}
.terexmenu li ul li a{
	background: #eeeeee;
}

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

.terexmenu li a:hover{

	color:#db0029;
}

.terexmenu a.selected{

	color:#db0029; 
}

.terexmenu a.active{

	color:#db0029; 
}
