/* Copyright 2009 Aussiesrus.com.au
 * Author Theresa Fitzgerald
 */
#menu{
	clear:both;
	display:block;
	width:150px;
	height:15px;
	text-align:left;
	margin-top: -40px;
	margin-bottom: 50px;
	}

a.menu-button-box:link {
	float:left;
	display:block;
	width:130px;
	height:23px;
	margin-left: 5px;
	padding-left:10px;
	padding-top:7px;
	padding-right:10px;
	text-align:left;
	font: bold 100% "Tahoma", "Lucida Sans Unicode", "Trebuchet MS", "Arial", sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	background-color: #046a9d;
	margin-bottom:3px;
	line-height: 1.5em;
	border:0px solid #fff;
	}
	
a.menu-button-box:visited {
	float:left;
	display:block;
	width:130px;
	height:23px;
	margin-left: 5px;
	padding-left:10px;
	padding-top:7px;
	padding-right:10px;
	text-align:left;
	font: bold 100% "Tahoma", "Lucida Sans Unicode", "Trebuchet MS", "Arial", sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	background-color: #046a9d;
	margin-bottom:3px;
	line-height: 1.5em;
	border:0px solid #fff;
	}
	
a.menu-button-box:hover {
	float:left;
	display:block;
	width:130px;
	height:23px;
	margin-left: 5px;
	padding-left:10px;
	padding-top:7px;
	padding-right:10px;
	text-align:left;
	font: bold 100% "Tahoma", "Lucida Sans Unicode", "Trebuchet MS", "Arial", sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	background-color: #4eb4e7;
	margin-bottom:3px;
	line-height: 1.5em;
	border:0px solid #fff;
	}
a.selected:link {
	background-color: #4eb4e7;
	border:0px solid #fff;
}
a.selected:visited {
	background-color: #4eb4e7;
	border:0px solid #fff;
}
