#MainNavagation
{
	clear: right;
	margin-top: 10px
}

#MainNavagation a, #MainNavagation a:active, #MainNavagation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EEEEEE;
	background-image: url(images/Nav/Item_Background_green.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 30px;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	float: left;
	line-height: 30px;
	position: relative;
	letter-spacing: .1em;
}
#MainNavagation a.FirstLink {
	background-image: url(images/Nav/FirstLeft_Background_green.gif);
	text-align: right;
	width: 75px;
	background-repeat: no-repeat;
	background-position: right;
}
#MainNavagation a.LastLink {
	background-image: url(images/Nav/LastRight_Background_green.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	width: 112px;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#MainNavagation a:hover {
	background-image: url(images/Nav/Item_Background.gif);
}
#MainNavagation a.FirstLink:hover {
	background-image: url(images/Nav/FirstLeft_Background.gif);
}
#MainNavagation a.LastLink:hover {
	background-image: url(images/Nav/LastRight_Background.gif);
}
