@charset "utf-8";
.acilirmenu {
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	float: left;
	position: relative;
	height: 45px;
	width: 15%;
}
#menu ul li a {
	height: 45px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-left: 5px;
	line-height: 40px;
}
#menu ul li a:hover {
	height: 45px;
	display: block;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-left: 5px;
	line-height: 40px;
	border: medium none #CCC;
}
#menu ul li ul {
	position: absolute;
	left: 0px;
	top: 40px;
	display: none;
	visibility: visible;
}
#menu ul li ul li a {
	font-size: 14px;
	color: #000;
	border: thin none #FFF;
}

#menu ul li:hover ul {
	display: block;
	color: #FFF;
	background-color: #03124B;
	font-size: 14px;
}
#menu ul li ul li a:hover {
	font-size: 14px;
	color: #FFF;
	height: 45px;
	background-color: #030E38;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	
}
