.footer {
	font-size: 10.5px;
	font-family: Arial;
	color: white;
	text-decoration: none;
}

:hover.footer {
	text-decoration: underline;
	
}

.body {
	font-family: Arial;
	font-size: 12px;
	color: 4e4e4e;
}

.btm {
	font-size: 11px;
	font-family: Arial;
	color: white;
	
}

.kic {
	font-size: 9px;
	font-family: Arial;
	color: navy;
	
}

.menu {
	color: gray;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

:hover.menu {
	text-decoration: underline;
	color: #F69D25;
}

.left {
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.hdr {
	border-bottom:1px solid #C0C0C0; 
	color: #FFA500;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 11px
}


.form {
	
color: #000000; font-family: Arial; font-size: 8pt; border: 1px solid #FF9900; 
               background-color: #FFFFFF}


#dropmenudiv{
background-position: center top; position:absolute;
border:1px solid #000000;
line-height:18px;
z-index:100; font-style:normal; 
font-variant:normal; 
font-weight:bold; 
font-size:10.5px; 
font-family:Arial; 
background-image:url('images/drop-bg.jpg'); 
background-repeat:repeat-y

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
color: orange;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: black;
color: white;
}