input, select, textarea{
	border:1px solid #007E8D;
	font-family: Arial;
	color: #000000;
	font-size: 11px;
	background: #F1F0EC;
}

#footer{
	clear:both;
	background: url(img/footer.jpg) center top no-repeat;
	height:29px;
}

#cssdropdown, #cssdropdown ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#cssdropdown li {
	position: relative;
}
.mainitems{
	margin-left: 0px;
	margin-right: 0px; 
	text-decoration: none;
}
.mainitems a{
	margin-left: 0px;
	margin-right: 0px; 
	text-decoration: none;
}
.mainitems a:hover {
	margin-left: 0px;
	margin-right: 0px; 
}

.subuls{
	display: none;
	position: absolute;
	top: 0px;
	left: 190px;
	font-size: 11px;
    background: url(images/mnu_bg.gif) left bottom repeat;
    width: 150px;
	z-index: 2;
	text-decoration: none;
}

.subuls a:link, .subuls a:active, .subuls a:visited{
	font-size: 12px;
	padding-left:15px;
	color: #34471F;
	line-height: 18px;
	text-decoration: none;
}
.subuls a:hover{
	font-size: 12px;
	padding-left:15px;
	color: #34471F;
	line-height: 18px;
	text-decoration: underline;
}
#cssdropdown li:hover ul, li.over ul { 
	display: block;
}
