@charset "utf-8";
/* CSS Document */

#menu {
	background-image:url(../images/menu-bg.gif);
	background-repeat:repeat-x;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	height:162px;
	width:959px;
}
#menu ul {
	list-style-type:none; /* removes styling of the Unordered List */
	width:960px;
	position:relative;
	top:12px;
}
#menu ul li {
	background-image:url(../images/btn-bg.png);
	padding-top:15px;
	width:160px;
	height:35px;
	text-align:center;
	float:left;
}
#menu ul .selected {
	background-image:url(../images/btn-bg-selected.png);
}
#menu img {
	position:relative;
	left:21px;
	top:15px;
}
#menu h5 {
	float:right;
	position:relative;
	top:45px;
	right:32px;
}
#menu ul li a {
	color:#646464; /* Applies colour to the text */
	text-decoration:none;
}
#menu ul li a:hover {
	text-decoration:underline;
}
