@charset "utf-8";
/* CSS Document */
#menu1 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	border: 0px solid #009AE0;
	background-position: left bottom;
	text-align: center;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #009AE0;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #009AE0;
}
#menu1 li {
	position: relative;
	float: left;
	margin-right: 0px;
}
#menu1 li a {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #009AE0;
	color: #F3F3F3;
	text-decoration: none;
	display: block;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 19px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #009AE0;
}

#menu1 li a:hover {
	color: #B6E1FE;
	background-color: #000000;
	text-decoration: blink;
	font-size: medium;
}
#menu1 ul {
	position: absolute;
	z-index: 99999;
	display: none;
	list-style-type: none;
	list-style: none;
	padding: 0;
	background-color: #000000;
	color: #F3F3F3;
	width: auto;
	margin-top: 25;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-left-width: 0px;
	border-left-style: ridge;
	border-left-color: #009AE0;
	padding-top: 5px;
}
#menu1 ul li a {
	background-color: #000000;
	border-bottom-width: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	border-top-width: 0px;
	border-right-width: 0px;
	white-space: nowrap;
	height: 20px;
	padding-top: 0px;
	margin-top: 0px;
}

#menu1 ul li a:hover {
	background-color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #b6e1fe;
	text-decoration: blink;
}
#menu1 li:hover > ul{
display: block;
}
#menu1 li ul li{
position: relative;
}
#menu1 li ul li ul {
	width: 230px;
	right: -220px;
	top: 0;
}
#menu1 li ul li ul a {
	background-color: #000000;
	border-bottom-width: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	border-top-width: 0px;
	border-right-width: 0px;
	white-space: nowrap;
	height: 50px;
	padding-top: 2px;
	margin-top: 2px;
}