/* CSS Document */
/* ######### Style for Drop Down Menu ######### */
/*.chromestyle:after{ Add margin between menu and rest of content in Firefox
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
*/
.dropmenudiv{
	position:absolute;
	font:normal 12px Arial, Helvetica, sans-serif;
	display:block;
	z-index:100;
	margin:0px;
	background-color: red;
	width: 500px;
	height:400px;
	visibility: hidden;
	padding: 0px;
	/* Test Style 
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
	padding: 5px 0 5px;
	text-decoration: none;
	font-weight: lighter;
	color: black;
}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #824749;
	color: white;
}
.chromestyle {
	width:auto;
	display:block;
	}
.chromestyle ul {
	margin:0px;
	padding:0px;
	}
/*.chromestyle ul li{	
	list-style:none;
}*/
.chromestyle ul li{
	display:block;
	float:left;
	border-right:#fff thin 1px;
	font-size:11px;
	cursor:pointer;
	background:#eaeaea;
	}
.chromestyle ul li a{
	text-decoration: none;
	color:#999999;
	line-height:30px;
	display:block;
	padding:0 20px 0 20px;
	margin:0px;
}
.chromestyle ul li a:hover,
.chromestyle ul li a.selected {
	margin:0px;
	background-color:red;
}
.chromestyle {
	margin:0px;
	padding:0px;
	width: auto !important;
}

#HorlaImgBanner {
	height:202px;
	overflow:hidden;
	}
#HorlaImg {
	margin-bottom:5px;
	position:absolute;
	z-index:10;
	}
#HorlaImgDesc {
	position:absolute; 
	z-index:20; 
	height:70px; 
	overflow:hidden;
	background-color:#3A3A47;
	width:485px;
	margin-top:140px;
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
	}
#HorlaImgText{
	position:absolute; 
	z-index:30; 
	height:70px; 
	margin-top:140px;
	padding:10px;
	color:#fff;
	width:460px;
	font-size:13px;
	text-align:right;
	}