body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background-color: #59b9e3;
	color: #005696;
}

.page_content {
	padding: 10px;
}

.productlist-right {
	color: #fff;
}

.productlist-right a:link,
.productlist-right a:active,
.productlist-right a:visited {
	color: #fff;
	text-decoration: none;
}

a:link,
a:active,
a:visited {
	color: #005696;
	text-decoration: underline;
}


.menu_dropdown {
	position: absolute;
	top: 44px;
	left: 8px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 180px;
	background-color: #005696;
	
	display: none;
}

.menu_dropdown div {
	width: 180px;
}

.menu_dropdown a {
	display: block;
	padding: 3px 5px;
}

.menu_dropdown a:link,
.menu_dropdown a:active,
.menu_dropdown a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #005696;
}

.menu_dropdown a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #4989b8;
}

.footer {
	background-color: #005696;
	padding: 10px;
}


.footer a:link,
.footer a:visited,
.footer a:active {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}