
#pullitdown {	
	margin: 0;
	padding: 0;
	z-index: 30;
}



#pullitdown li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
    
}

#pullitdown li a {
	display: block;
	text-decoration: none;
	text-align: center;
}

#pullitdown img {
  display: block;
}



#pullitdown div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #414AAD; 
	border: 2px solid #5970B2;
	font-size: 13px; 
	font-weight: normal; 
	font-family:  arial; 
	font-style: normal;
}


     
.menutext {
    font-size: 11px; 
		font-weight: bold; 
		font-family:  verdana; 
		font-style: normal;
}


#pullitdown div a	{
		position: relative;
		display: block;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		z-index: 99;
		margin: 0; 
		padding: 5px 10px; 
		background: #B2FFA8; 
		color: #000;
}

#pullitdown div a:hover {
	background: #FFFFFF;
	color: red;
}
