﻿#Navigation a{margin-left: 5px;background: Transparent; text-decoration: none;color: #ffffff; text-align: center; width: 768px;}
.mainnavitem {
    position: relative;
	font-weight: 600;
	width: 139px;
	text-align: center;
	height: 41px;
	color: #ffffff;
	text-decoration: none;
	background: #3E5260 url(images/Nav.gif) no-repeat;
	overflow: visible;
	
}
.mainnavhover
{
    	font-weight: 600;
	width: 139px;
	text-decoration: none;
	color: #ffffff;
	background: #3E5260 url(images/Nav.gif) no-repeat;
}

.mainnavselected
{
    	font-weight: 600;
	width: 139px;
	text-decoration: none;
	color: #ffffff;

	background: #3E5260 url(images/Nav.gif) no-repeat;
}

.Dynamicmainnavitem {
    position: relative;
	font-weight: 600;
	width: 139px;
	text-align: left;
	height: 30px;
	color: #ffffff;
	text-decoration: none;


    background-color: #19374e;
}
.Dynamicmainnavhover
{
	width: 139px;
	text-decoration: none;
	color: #ffffff;
    background-color: #333;
}
             
.Dynamicmainnavselected
{
	width: 139px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 700;
    background-color: #333;
}