.mainmenu {
	 position:absolute;
	 z-index:100;
	 left:840px;
}

#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 150px;
}

#cssdropdown li {
	float: left;
	position: relative;
}

.mainitems{
	background-color: #23b1a5;
}

.mainitems a{
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
	color:#ffffff;
	width:200px;
}

.subuls{
	display: none;
	position: absolute;
	top: 15px;
	left: 0;
	background-color: #23b1a5;
}

.subuls li{
	width: 100%;
	padding-top: 1px;
	padding-bottom:1px;
}

.subuls li a{
	text-decoration: none;
}

.subuls li a:hover{
	color: #b5121b;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
