@charset "UTF-8";
/* CSS Document */

#globalNav {
}
#globalNav ul li {
	/*margin-right: 1px;*/
	float: left;
	position: relative;
}
#globalNav ul li ul {
	display: none;
	position: absolute;
	top: 88px;
	left: 0;
}
#globalNav ul li ul li {
	float: none;
	font-size: 85%;
	line-height: 0;
	z-index: 999;
}
#globalNav ul li ul li a {
	display: block;
	width: 140px;
	color: #333;
	padding: 10px;
	background: #fff;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7fb0ff;
	border-bottom-color: #7fb0ff;
	border-left-color: #7fb0ff;
}
#globalNav ul li ul li a:hover {
	color: #333;
	background: #dae8ff;
}
