@charset "utf-8";
.lefttile {
	background-image: url(Assets/temp_r7_c1.jpg);
}
.righttile {
	background-image: url(Assets/temp_r7_c5.jpg);
}
.midtile {
	background-image: url(Assets/temp_r6_c2.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top;
}
#nav {
	float: left;
	width: 400px;;
	text-align: center;
	border-bottom: 2px solid #E1E1E1;
	text-transform: uppercase;
	font-family: 'Arial', verdana, Helvetica, sans-serif;
	position: relative;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav  li {
	display: inline;

}
#nav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	display: block;
	line-height: 1.0em;
	padding: 3px 6.5px;
	float: left;
	font-size: 11px;
}
#nav a:hover, #nav a:focus, #nav a:active {
	color: #000000;
	background: #CCC;
	text-decoration: none;
}
#subnav {
	float: left;
	width: 400px;;
	text-align: center;
	font-family: 'Arial', verdana, Helvetica, sans-serif;
	position: relative;
	}
#subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#subnav  li {
	display: inline;

}
#subnav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	display: block;
	line-height: 1.0em;
	padding: 2px 8px;
	float: left;
	font-size: 11px;
}
	
#subnav a:hover, #nav a:focus, #nav a:active {
	color: #CCCCCC;
	text-decoration: underline;