﻿.menu
{
	height: 60px;
	text-align: right;
	line-height: 60px;
	padding-right: 25px;
	vertical-align: middle;
}

.menu-selected
{
	width: 160px;
	height: 60px;
	color: #242424;
	font-weight: bold;
	line-height: 60px;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url('../Images/Structure/NavSelected.jpg');
}

.menu-selected a, .menu-selected a:active, .menu-selected a:visited
{
	color: #242424;
	text-decoration: none;
}

.menu-selected a:hover
{
	color: #242424;
	text-decoration: underline;
}