﻿#navigation
{
	color: #546982;
	font-size: 90%;
	float: right;
	padding: 58px 7px 0px 0px;
}
#navigation a
{
	color: #546982;
	text-decoration: none;
}


#navigation ul
{
	border-right: 1px solid #dddddd;
}

#navigation li
{
	background: #fff url(../images/NavigationTab.png) repeat-x top center;
	border-left: 1px solid #bbbbbb;
	display: inline;
	padding: 0px 15px 0px 15px;
}


#navigation li:hover
{
	cursor: pointer;
	background: #fff url(../images/NavigationTabHover.png) repeat-x top center;
}



#navigation li.Selected
{
	background: #000 url(../images/NavigationTabSelected.png) repeat-x top center;
	border-left: 1px solid #bbbbbb;
	padding: 0px 15px 0px 15px;
}
