/*header*/

div#header p, div#header h1, div#header ul {
	margin: 0;
	padding: 0;
}

div#logo a, p#mediatemple a {
	margin-top: 10px;
	display: block;
}

div#logo h1 a span, div#logo p, p#mediatemple span {
	display: none;
}

div#header {
	background: #222222;
	height: 110px;
	border-bottom: 8px solid #33425C;

}

div#header-inside, div#footer-inside {
	font-family: Lucida Grande, Arial, Helvetica;
	width: 1000px;
	margin: 0 auto;
}

div#logo h1 a {
	background: url(logo.jpg) no-repeat;
	height: 71px;
	width: 247px;
	float: left;
}

p#mediatemple a {
	float: right;
	height: 20px;
	width: 113px;
	background: url(mediatemple.gif) no-repeat;
}

ul#menu {
	clear: both;
	float: right;
	list-style: none;
	position: relative;
	top: 3px;
}

ul#menu li {
	float: left;
	margin-left: 5px;
	line-height: 1.4;
}

ul#menu li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 85px;
	height: 15px;
	padding: 5px 0;
	display: block;
	background-image: url(tab.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 11px;
}

ul#menu li a:hover, ul#menu li a:active {
	background-position: top left;
}

ul#menu li a.selected {
	background-position: bottom left;
}


