/* CSS Document */

.maintext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 19px;
	color: #666666;
	font-variant: normal;
	word-spacing: 0.1em;
	}
	
#dropmenudiv{
position:absolute;
background-color: #EEEBEB;
border:1px solid silver;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:300;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid silver;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #52345B;
}

#dropmenudiv a:hover{
	background-color: #52345B;
	color: #FFFFFF;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}
input {
	padding: 5px;
	background-color: #CCCCCC;

}
a:link {
	color: #333333;
}
a:hover {
	color: #663366;
}
