﻿#parka
{
	width:792px;/*the width of the navigation bar*/
	margin:0 auto;
	text-align:center;
	/*height:550px;*/
	background-color:#F1EEE5;
}

#masthead
{
	height:158px;/*the height of the logo.jpg*/
	margin-left: 20px;
	background:url(../img/logo.jpg) no-repeat top left;
}

#nav
{	
	height:30px;/*the height of the memu.jpg*/
	margin-left: 20px;
	padding:7px 0 9px;
	background:url(../img/menu.jpg) no-repeat -8px 0;
}

#nav span
{
	font-size:14px;
	font-family:Arial;
	color:#000;
	font-weight:bold;
}

#nav a:link,#nav a:visited
{
	font-size:14px;
	font-family:Arial;
	line-height:28px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#nav a:hover,#nav a:active
{
	color:#333;
}

#navlist
{
	width:100%;
	height:100%;
}

.navcell
{
	float:left;
	height:100%;
}

.navmenu
{
	position:relative;
	width:100%;
	text-align:left;
}

.itemtop
{
	text-align:left;
	line-height:28px;
	cursor:pointer;
	display:inline-block;
	border:1px solid Transparent;
	border:0px;
	border-bottom:none;
	padding:0 15px;
	overflow:visible;
	z-index:10001;
}

.hover .navitem
{
	display:block;
}

.hover .itemtop
{
	border-bottom:none;
	background-color:#F9E5BD;
}

.navitem
{
	top:29px;
	left:0;
	margin-top:-1px;
	position:absolute;
	z-index:101;
	background:#F9E5BD;
	display:none;
	overflow:visible;
}

.navitem ul
{
	text-align:left;
	
	_padding-top:10px;
}

.navitem ul li
{
	white-space:nowrap;
}

#nav .navitem ul li a:link,#nav .navitem ul li a:visited
{
	font-size:11px;
	font-family:Verdana;
	color:#403f3f;
	font-weight:normal;
	line-height:200%;
	padding:0 15px;
	display:block;
	
	_line-height:8px;
}

#nav .navitem ul li a:hover,#nav .navitem ul li a:active
{
	color:#f00;
}

#hull
{
	width:750px;
	margin:0 auto;
}

#foot
{
	font-size:11px;
	font-family:Arial;
	color: #787878;
	height:55px;
	border-top:1px solid #CEC08B;
	text-align:center;
	background-color:#fff;
}
#foot p
{
	margin:0px;
}

a { 
	color: #808080;
	background-color: inherit;
}

a:hover {
	color: #BF3E17;
	background-color: inherit;
}

h1 {
	font: 160% Arial, Sans-Serif;
	font-weight: bold;
	padding: 3px 0 0 0;
	margin: 0;
}