﻿#navigation ul, #footer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation li
{
	float: left;
	line-height: 40px;
	font-size: 12px;
	border-right: solid 1px #fff;
}
#navigation li a
{
	display: block;
	padding: 0 10px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#navigation li a:hover
{
	text-decoration: underline;
}
#navigation .AspNet-Menu-Selected
{
	background: #1c9dad !important;
}

/* footer menu */
#footer li
{
	font-size: 11px;
	line-height: 1.5em;
}
#footer li a
{
	color: #fff;
}
