/* drop down menu 1 (showcase) */

#dropDown1 {
	position:absolute;
	left:303px;
	top:93px;
	height:92px;
	width:92px;
	font-size:12px;
	z-index:2;
	/*background-color:red;*/
	overflow:hidden;
}
#slider1{
	background:#aaaaaa;
	
	z-index:2;
	width:92px;
	height:46px;
	display:block;
	overflow:hidden;
}
#dropNav1{
	width:92px;
	height:91px;
	position:relative;
	list-style:none;
	margin-top:0px;
	z-index:3;
	display:block;
}
#dropNav1 li{
	position:relative;
	left:-40px;
	width:92px;
	height:22px;
	background-color:#ffffff;
	text-align:center;
	outline:none;
	margin-bottom:2px;
	display:block;
}
.dMenuT{
	position:relative;
	top:3px;
	color:#151515;
	outline:none;
}
#dropNav1  :link{
	left:-40px;
	/*color:#151515;*/
	width:92px;
	height:22px;
	
}
#dropNav1  a:hover{
	display:block;
	width:92px;
	height:22px;
	background-color:#D2DA2F;
	
	
}

/* drop down menu 2 (services) */
#dropDown2{
	position:absolute;
	left:395px;
	top:93px;
	height:72px;
	width:92px;
	font-size:12px;
	z-index:3;
	overflow:hidden;
	/*background-color:red;*/
}
#slider2{
	background:#aaaaaa;
	z-index:2;
	width:92px;
	height:70px;
	display:block;
	overflow:hidden;
}
#dropNav2{
	position:relative;
	left:-40px;
	list-style:none;
	height:91px;
	width:95px;
	margin-top:0px;
}
#dropNav2 li{
	display:block;
	width:92px;
	height:22px;
	background-color:#ffffff;
	text-align:center;
	margin-bottom:2px;
	
}
#dropNav2  :link{
	display:block;
	/*color:#151515;*/
	width:92px;
	height:22px;
	text-align:center;
}
#dropNav2  a:hover{
	display:block;
	width:92px;
	height:22px;
	background-color:#D2DA2F;
	text-align:center;
}