﻿
.Menu {
	background: transparent url('../Images/MenuBar/MenuBar-Selected.jpg') repeat-x;
	height: 27px;
	font-family: Myriad Pro;
	font-size: 18px;
	color: #003366;
	text-align: center;
}

.Menu .Left {
	background: transparent url('../Images/MenuBar/MenuBar-Left.jpg') no-repeat; 
	width: 8px;
}
.Menu .Spacer {
	background: transparent url('../Images/MenuBar/MenuBar-Link.jpg') repeat-x; 
}
.Menu .Right {
	background: transparent url('../Images/MenuBar/MenuBar-Right.jpg') no-repeat; 
	width: 8px;
} 

.Menu .Link {
	background: transparent url('../Images/MenuBar/MenuBar-Link.jpg') repeat-x; 
}
.Menu .Link a {
	text-decoration: none;
	color: #003366;
}
.Menu .Link a:hover {
	text-decoration: none;
	color: #ff9900;
}

.Menu .Selected { 
	background: transparent url('../Images/MenuBar/MenuBar-Selected.jpg') repeat-x; 
	color: White;
}
.Menu .Selected a {
	text-decoration: none;
	color: White;
}

