@charset "utf-8";
/* CSS Document */

body {
	background-color: #F1F2F2;
}

#splashcontainer {
	margin-left: 63px;
	width: 937px;
	position: relative;
	top: -20px;
}

#mainoptions .option {
	float: left;
}

#mainoptions img {
	border: 1px solid #797b7f;
}

#mainoptions .optionspacer {
	float: left;
	width: 16px;
}

html>body #mainoptions .optionspacer {
	float: left;
	width: 16px;
}

#smalloptions {
	clear: both;
	padding-top: 30px;
}

#smalloptions ul {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #797b7f;
}

#smalloptions ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#smalloptions ul li a {
	background-color: #DDD;
	display: block;
	padding: 5px;
	padding-left: 20px;
	font-size: 14px;
	height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #797b7f;
	background-image: url(/UK/images/rightarrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 50%;
}

#smalloptions ul li a:hover {
	background-color: #CCCCCC;
	text-decoration: underline;
}

/* Begin housekeeping navigation styles */
/* Use td selectors to modify appearance of background */
/* Use a selectors to modify appearance of text (links) */
a.hkSelected {
	left: 115px;
}


a.hkUnselected {
	left: 115px;
}


a:visited.hkSelected {
	left: 115px;
}


a:visited.hkUnselected {
	left: 115px;
}


a:hover.hkSelected {
	left: 115px;
}


a:hover.hkUnselected {
	left: 115px;
}


a.hkUnselected {
	left: 115px;
}
/* End housekeeping navigation styles */