/* CSS Document */
#dropmenudiv{
position:absolute;
border-bottom: 2px dotted #FFD203;
padding: 1px 0;
font:normal 11px tahoma ;
line-height:20px;
z-index:100;
background-color: #212429;
display: block;
text-indent: 5px;
color:#FFFFFF;
overflow:hidden;
width:100%;
z-index:10;
}
#dropmenudiv iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 2px dotted #FFD203;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
background-color: #212429;
overflow:hidden;
}

#dropmenudiv a:hover{ /*hover background color*/
color:#FFD203;
background-color: #212429;
z-index:10;

}