#main-menu {	color: #006d91;
	line-height: 1;
}

#main-menu ul {
	padding: 0;
	margin: 0;
}

#main-menu li {
	float: left;
	position: relative;
	display: block;
	margin-right: 5px;
}
#main-menu span.left-corner {	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	line-height: 12px;
	font-size: 12px;
	overflow: hidden;
	background: url('images/corners.gif') left top no-repeat;
}
#main-menu .right-corner {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 15px;
	line-height: 12px;
	font-size: 12px;
	overflow: hidden;
	background: url('images/corners.gif') right top no-repeat;
}

#main-menu span.active {	display: block;
	background: #ffffff;
	padding: 12px 17px 9px 17px;
}
#main-menu a {
	display: block;
	background: url('images/bg.gif') left bottom repeat-x #a4ecf2;
	padding: 12px 17px 9px 17px;
	color: #006d91;
	text-decoration: none;
}
#main-menu a:hover {
	background: #ffffff;
}
#main-menu a.active {
	background: #ffffff;
}

/* Hacks for IE 6 or older */
* html #main-menu .right-corner {
	left: -15px;
	margin-left: 100%;
}