form {
	margin: 0px;

}

.navbutton {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom:10px;

	height: 28px;
	color: #757575;
	font-weight: bold ;
	font-size: 9px;
	font-family: Verdana;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	text-transform: uppercase
}

.navbutton a {
    color: #757575;
    text-decoration: none;
}
 
.navbuttonover {
    padding-left: 15px;
	padding-right:15px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 28px;

	color: #355E88;
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	text-transform: uppercase;
	background-color: #C1B193;
}

.navbuttonover a {
    
color: #ffffff;

    text-decoration: none;

}

#dropmenudiv{
	border-left:1px solid #C1B193; border-right:1px solid #C1B193; border-top:1px solid #C1B193; border-bottom:0px solid #C1B193; position:absolute;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: ;
	line-height:18px;
	z-index:100
}

#dropmenudiv a{
	
	display: block;
	text-indent: 6px;
	border-bottom: 1px solid #C1B193;
	text-decoration: none;
	color: #000000;
}

#dropmenudiv a:hover{
	background-color: #C1B193;
	color: #ffffff;
}
a {
	color: #000099;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

