@charset "utf-8";
/* CSS Document */

#menu {
	float: left;
	position: relative;
	width: 650px;
	text-align: center;
	padding-bottom: 5px;
	z-index: 300;
	margin-left: 76px;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-top-width: 1px;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	position: relative;
	float: left;
	width: 130px;
	z-index: 302;
}
#menu ul ul {
	position: absolute;
	left: 0px;
	display: none;
}
#menu ul ul ul {
	top: 0px;
	left: -100px;
}
#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul { display: none; }
#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul { display: block; }
#menu ul ul ul li { text-align: left; }
#menu a {
	display: block;
	font: normal 10px verdana, tahoma, arial, sans-serif;
	margin: 0;
	color: #FE0001;
	background: #0E1B1F;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: none;
	border-right: 1px solid #8898A6;
	border-bottom: 1px solid #8898A6;
	border-left: 1px solid #8898A6;
}
#menu a:hover {
	color:#070D10;
	background:#2F464E;
}
/*--A horizontális menü vége--*/
#Fmenu {
	text-align: center;
	width: 150px;
	background-color: #CBEDF9;
	z-index: 500;
	float: left;
	margin-right: 10px;
}
#Fmenu strong {
	background-color: #FFFFFF;
	display: block;
	width: auto;
	height: auto;
	padding: 3px;
}
#Fmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-color: #FFFFFF;
}
#Fmenu a {
	display: block;
	color: #0033CC;
	text-decoration: none;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #CCFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b1edf9;
	border-right-color: #b1e2f3;
	border-bottom-color: #B1E2F3;
	border-left-color: #B1EDF9;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	z-index: 500;
}
#Fmenu a:hover {
	color: #B94EA0;
	background-color: #FAD3E5;
	z-index: 500;
}
#Fmenu li {
	position: relative;
	padding: 0;
	background-color: #66FFFF;
	z-index: 500;
}
#Fmenu ul li ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 150px;
	display: none;
	z-index: 500;
}
#Fmenu ul li:hover ul {
	display: block;
	z-index: 500;
}
