#dropmenudiv{
	Z-INDEX: 1000;
	LEFT: 0px;
	VISIBILITY: hidden;
	POSITION: absolute;
	TOP: 0px;
	clear: both;
	overflow: visible;
	width: 120px;
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 8pt;
}

#dropmenudiv a{
	WIDTH: 120px;
	HEIGHT: 100%;
	TEXT-DECORATION: none;
	clear: both;
	overflow: visible;
	font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
	background:#006699;
	color:white;
	clear: both;
	overflow: visible;
}

.dropmenudiv{
    float:left;
	position:relative;
	left:0px;
	width: 120px;
	background-color:#ebebeb;
	z-Index:1;
	display: block;
	clear: both;
	overflow: visible;
}
.dropmenudiv a {
	margin: 1px;
	cursor: pointer;
	padding: 6px;
	text-decoration: none;
	height: 100%;
	width: 120px;
	color: #035096;
	display: block;
	clear: both;
	overflow: visible;
}
.dropmenudiv a:hover{
	background:#006699;
	color:white;
	display: block;
	width: 120px;
	clear: both;
	overflow: visible;
}
.textul{
	position:relative;
	color: #ffffff;
	background-color: #f58220;
	font-weight: bold;
	padding: 5px;
	z-Index:10;
	width: 120px;
	height:100%;
	clear: both;
	overflow: visible;
}
.gradientul{
	position:relative;
	top:0px;
	left:0px;
	width: 120px;
	background-color:blue;
	height:100%;
	z-Index:9;
	clear: both;
	overflow: visible;
	FILTER: alpha( style=1,opacity=0,finishOpacity=100,startX=100,finishX=0,startY=100,finishY=100)
}
.contra{
	background-color:black;
	border:1px inset #229922;
	height:100%;
	width: 120px;
	z-Index:8;
	top:0px;	
	left:0px;
	margin:2px;
	display: block;
	position:relative;
	clear: both;
	overflow: visible;
}
.ico{
	border:none;
	float:left;
	clear: both;
	overflow: visible;
}

