
/* ********************** navbar navigation styles ********************** */
table#navbar{
	height: 23px;
	}
table#navbar td {
	font: normal 11px 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: capitalize;
	}
table#navbar td a {
	font: normal 11px 'Lucida Grande', Arial, Helvetica, sans-serif;
	display: block;
	width: inherit;
	height: inherit;
	text-decoration: none;
	color: #ffffff;
	}
#navbar td a:link, #navbar td a:visited {
	background-color:#000000;
	color: #ffffff;
	width: inherit;
	height: inherit;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-align: center;
	vertical-align: top;
	}
#navbar td a:hover {
	background-color: #264981;
	color: #fff;
	width: inherit;
	height: inherit;
	border-bottom: 5px solid #264981;
	}
#navbar td#line{
	width:2px;
	background-color: #fff;
}


#navbar #ActiveItem a:link, #navbar #ActiveItem a:visited, #navbar #ActiveItem a:hover, #navbar #ActiveItem a:active {
	background-color: #999;
	color: #000;
	width: inherit;
	height: inherit;
	border-bottom: 5px solid #000;
}

