/* Drop downs */
.dd {
	position: absolute;
	visibility: hidden;
	text-align: left;
	display: none;
	background-color: #fff;
	background-image: url('images/bg-dd.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
	border: 2px solid #C0141B;
	border-top: 0px;
	padding: 10px 0px 10px 0px;
}

.dd ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 300px;
}

.dd li {
	text-align: left;
	margin: 0px;
}

.dd li a {
	font-family: arial, sans-serif;
	font-size: 13px;
	display: block;
	padding: 2px 30px 9px 15px;
	color: #a60010;
	text-decoration: none;
	height: 1%;
}

.dd li a:hover {
	color: #000;
	text-decoration: underline;
}

.dd li a:visited {
	color: #777;
}
