
body{
	behavior:url("http://www.delta-engineering.com/scripts/csshover.htc");
}
li a {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	text-decoration: none;
}
.drop-down-menu {
	padding-left:13px;
	float: left;
}
.drop-down-menu ul {
	height: 17px;
	float: left;
	margin: 0px;
	padding:0px;
	list-style: none;
	font-size: 12px;
}
.drop-down-menu li {
	float: left;
	padding: 0px;
	position: relative;
	z-index: 1000;
}
.drop-down-menu li.rightlink {
	background:none;
}
.drop-down-menu li:hover {
	z-index:2000;
}
.drop-down-menu li a {
	display: block;
	line-height: 13px;
	overflow: hidden;
	font-weight:bold;
	float: left;
	cursor:pointer;
}
.drop-down-menu li:hover .sub,.drop-down-menu li.rightlink:hover .sub  {
	display:block;
}
.sub a{
	display:block;
	width:100%;
}
.drop-down-menu li .sub {
	display: none;
	position: absolute;
	
	top: 30px;
	left: 20px;
	
	width: 213px;
}
.drop-down-menu li.rightlink .sub {
	display: none;
	position: absolute;
	
	left:-94px;
	top: 30px;
	
	width: 200px;
}
.drop-down-menu li ul {
	background: url(../images/global/navigation/submenu-bg.png) repeat-y;
	
	width: 230px;
	
	height: auto;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	list-style: none;
	font-size: 12px;
}
.drop-down-menu li:hover li {
	width: 190px;
	padding: 0px;
	background: none !important;
}
.drop-down-menu li:hover li a {
	color: #cccccc;
	background: none !important;
	line-height: normal;
	
	width: 230px;
	
	padding: 6px 6px 6px;
}
.drop-down-menu li:hover li a:hover {
	color: #000000;
	text-decoration: none;
	line-height: normal;
}
.drop-down-menu li li a:hover {
	
	width: 182px;
	
	background: #ffffff !important;
	text-decoration: none;
	line-height: normal;
	
	padding: 6px 6px 6px;
	
	opacity:0.4;
	filter:alpha(opacity=40);
	
}
.drop-down-menu .submenu-bottom {
	
	background: url(../images/global/navigation/submenu-bottom-orig.png) no-repeat;
	
	width: 259px;
	height: 25px;
	overflow: hidden;
	clear: both;
}
