@charset "utf-8";
/* CSS Document */

body {
	background-color: #003399;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;

}

#nav{
	position:absolute;
	right:0px;
	background-color: #003399;
	width:246px;
	height:100%;
}



.style2 {color: #002980}
.style3 {color: #00297F}


.style4 {
	color: #00749A;
	font-size: x-small;
}

#nav ul li a{
	height:30px;
	padding:5px;
	color:#FFF;
	text-decoration:none;
	display:block;
	background-image:url(http://www.whitakersgroup.co.uk/media/blue/nav_norm.jpg);
	padding-right:15px;
}
#nav ul li a:hover{
	background-image:url(http://www.whitakersgroup.co.uk/media/shared/nav_hot.jpg);
	color:#003399;
}
