* {
	margin: 0;
}
html, body {
	/*overflow: auto;
	overflow-x: hidden;*/
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 991px;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */	
}
#footer, .push
{	
	clear:both;
	height: 40px; /* .push must be the same height as #footer */
	width: 991px;
}

.dropdown_box {
	background: white;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

.dropdown_link:first-child {
	border-top: none;
}

.dropdown_link {
	border-color: silver;
	border-style: solid none none none;
	border-width: 1px;
	color: black;
	background: white;
	cursor: pointer;
	padding: 2px;
}

.dropdown_link:hover {
	color: white;
	background: #7F7FFF;
}


