﻿ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#navmenu a {
	font-weight: bold;
	color: white;
	font-size: 8pt;
}
#navmenu a {
	text-decoration: none;
	width:100%;
}
#navmenu li li a {
	display: block;
	font-weight: normal;
	color: black;
	width:100%;
	/*padding: 0.2em 10px;*/
}
#navmenu li li a:hover {
	/*padding: 0.2em 5px;*/
	color: #b22601;
	text-decoration:underline;
	width:100%;
}
li {
	float: left;
	position: relative; /*width: 10em;*/;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
padding-right:5px;
	cursor: default;
	background-color: #b22601;
	width: 12%;
	
	vertical-align: top;
}
li.top {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	/*padding-left: 15px;*/
	padding-top: 5px;
	cursor: default;
	background-color: #b22601;
	border-right: 1px dotted #fc9401;
/*border-width: 1px 0;*/	height: 31px;
	width: 12%;
	vertical-align: top;
}
li ul {
	vertical-align: top;
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	font-weight: normal;
	background-color: #fc9401;
	padding: 0px;
	padding-right: 6px;
	border-bottom: solid 2px #b22601;
	border-left: solid 2px #b22601;
	border-right: solid 2px #b22601;
	width: auto;
}
li > ul {
	top: 40px;
	left: 0px;
	width:94%;
}
li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	width:100%;
}
li:hover ul, li.over ul {
	display: block;
}
ul.not {
	position: absolute;
	top: 29px;
	right: 15px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
ul.not li.news {
	float: left;
	clear: none;
	margin-left: 3px;
	list-style: none;
	background: none;
	width: 35px;
}
ul.not li.contact {
	float: left;
	clear: none;
	margin-left: 3px;
	list-style: none;
	background: none;
	width: 58px;
}
ul.not li.privacy {
	float: left;
	clear: none;
	margin-left: 3px;
	list-style: none;
	background: none;
	width: 42px;
}
ul.not li.legal {
	float: left;
	clear: none;
	margin-left: 3px;
	list-style: none;
	background: none;
	width: 20px;
}
ul.foot li {
	background: none;
	width: auto;
}


