/* CSS Document */
.footer{
	float:left;
	background-color:#FFFFFF;
	letter-spacing:1px;
	padding-top:2px;
	margin-top: 0px;
	color:#808080; 
	font-size:10px;
	font-weight:normal;
	text-decoration:none;	
}
.footer a:link, .footer a:active, .footer a:visited{
	color:#808080; font-size:10px; font-weight:normal;
	text-decoration:none;
}
.footer a:hover{
	color:#ffffff;
	text-decoration:none;
}


/*dropdown*/
.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 78px; /*default  width of main box */
position: relative;
height:13px;
text-indent: 5px;
padding: 1px 0;
cursor: hand;
background-color: #333333;
color:#ffffff;
font-family:Arial, Verdana, Helvetica, sans-serif;

}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: fixed;
right: -20px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: fixed;
width: 78px;
left: 0;
border-bottom-width: 0;
display: none;
z-index: 5;
font-weight: normal;
}

.dhtmlselect .dropdown a:link, .dhtmlselect .dropdown a:hover, .dhtmlselect .dropdown a:visited, .dhtmlselect .dropdown a:active{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background: #333333;
border-bottom: 1px solid black;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
color: #ffffff;
}

.dhtmlselect .dropdown a:hover{
background: #999999;
}


