﻿body {
	padding: 0;
	background: #1d4ca4 url('images/bg.jpg') repeat-x;
		font: 18px "Arial"; 
}

#logo {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 31px;
	background: url(images/logobar.png) repeat-x;
	z-index: 1;
}

a.leftmenu {
	position: absolute;
	left:50px;
	top: 31px;
	background: url(images/menuleft.png) no-repeat;
	z-index: 1;
	width: 33px;
	height: 38px;
}

ul#logobar {
	padding: 0;
	list-style: none;
	float: right;
	margin: 0px -1px 0 0;
}

a#logotext {
	width: 459px;
	float: left;
	height: 31px;
	background: url(images/logotext.png);
}

#menu {
	height: 38px;
	top: 41px;
	width: 1500px;
	background: url(images/menurepeat.png) repeat;
	margin-left: 83px;
	float: left;
}

ul#menutext {
	list-style: none;
	margin: 6px 0 0 20px;
	padding: 0;
}

ul#menutext li {
	float: left;
	margin-right: 20px;
}

ul#menutext a {
	color: #000000;
	text-decoration: none;
	border-style: none;
}

ul#menutext a:hover {
	color: #cc0000;
}

ul#menutext a.select {
	color: #000000;
	font-weight: bold;
}