/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/skeleton.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav, 
#nav ul {
	margin:0;
	list-style:none;
	position:relative;
	z-index:200;
	width: 955px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#nav {
	height:30px;
	background-image: url(../images/balk.jpg);
	background-repeat: no-repeat;
	padding-top: 1;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#nav li {float:left; padding:0 20px 0 10px;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:#990000; height:30px; padding-right:5px; line-height:30px; text-decoration:none; white-space:nowrap;}
#nav li li a {height:30px; line-height:30px; float:none;}

#nav li:hover {position:relative; z-index:300;}
#nav a:hover {position:relative; z-index:300; text-decoration:underline; color:#CC0000;}

#nav :hover ul {left:0; top:22px;}
/* another hack for IE5.5 and IE6 */
#nav a:hover ul {left:-10px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	display: inline;
	text-align: left;
}
h2 {
	font-family: "Trebuchet MS", verdana, arial;
	font-size: 16px;
	color: #990000;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

