a {
	color: #333;}
#nav {
	height: 56px;
	width: 974px;
	line-height: 56px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	margin: 0px;
	padding-left: 0px;
	background-image: url(images/navback.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-weight: bold;
}
#nav li {
	float: left;
	position: relative;
	list-style: none;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	height: 54px;
	background-image: url(images/backbox.png);
	background-repeat: repeat-y;
	background-position: center;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
    font-size:11px;
}
#nav a:hover {
	color: #fff;
	background-image: url(images/butback.png);
	background-repeat: repeat-x;
	height: 54px;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
	/*background-image: url(images/butback.png);*/
	background-repeat: repeat-x;
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #FFF;
}

#nav ul a {
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 40px;
	height: 40px;
}
#nav ul a:hover {
	color: #FED130 !important;
	line-height: 40px;
	padding: 0px;
	margin: 0px;
	height: 40px;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	width: 190px;
	position: absolute;
	top: 56px;
	left: 0;
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/submainbackground.png);
	background-repeat: repeat-y;
	background-position: center center;
	border: thin solid #FED030;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	height: 40px;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: 0px;
	height: auto;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
#content h1{

}

