table table form {
	margin-left: 130px;
	position: absolute;
	top: 220px;
	left: 50%;
	text-align: right;
	width:270px;
	
}

#menu img {
	border-right-width: 4px;
	border-right-style: dashed;
	border-right-color: white;
}

body {
	background: white;
	left: 50%;
	margin-left: -280px;
	position: absolute;
}

#main_div {
	text-align:center;
}

#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#cssdropdown li {
	float: left;
	position: relative;
}

.mainitems {
	height:18px;
}

#menu-collections  {
	display:block;
}
	

.subuls {
	display: none;
	width: 72px;
	position: absolute;
	top:1em;
	background-color: #fff;
	border-top:1px solid #999;
}

.subuls li{
	width: 70px;
	height: 22px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

.subuls li:hover {
	background:#eee;	
}

.subuls img {
	border:0;
}

.subuls li a{
	width:70px;
	font:12px century gothic, helvetica, sans-serif;
	color:#000;
	text-decoration:none;
}

#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 */
	background-color:#fff;
	display: block;
}

