﻿#MainNavigation
{
	text-align: center;
}

#MiddleNavigation, #LeftNavigation
{
	text-align:left;
}

MainNavigation .NavigationSplitter, #MiddleNavigation .NavigationSplitter
{
	display: block;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
}

#LeftNavigation .NavigationSplitter
{
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px 0px 5px 0px;
}

#MainNavigation table, #MiddleNavigation table, #LeftNavigation table
{	
	margin: 0px auto 0px auto;
	border: none;
	background-color: White;
	border-collapse: collapse;
}

#MainNavigation td, #MiddleNavigation td
{
	text-align: center;
	background: none;
	border: none; 
	margin: 0; 
}

 #LeftNavigation td
{
	text-align: left;
	background: none;
	border: none; 
	margin: 0; 
	text-indent: 10px;
}

#MainNavigation a
{
	display: block;
	width: 100%;
	text-decoration: none;
	vertical-align: bottom;
	line-height: 39px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: White;
	background: #002277 url(../Images/Menu/MainMenuRight.gif) right top no-repeat;
	text-transform: uppercase;
}

#MiddleNavigation a
{
	display: block;
	width: 100%;
	text-decoration: none;
	vertical-align: bottom;
	line-height: 35px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: White;
	background: #002277 url(../Images/Menu/MiddleMenuRight.gif) right top no-repeat;
}

#LeftNavigation a
{
	display: block;
	width: 100%;
	text-decoration: none;
	vertical-align: bottom;
	line-height: 26px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: White;
	background: #002277 url(../Images/Menu/LeftMenu.gif) left top no-repeat;
	/*text-transform: uppercase;*/
}
#MainNavigation a:focus, #MiddleNavigation a:focus, #LeftNavigation a:focus
{
	outline: none;
}

#MainNavigation a span
{
	display: block;
	background: url(../Images/Menu/MainMenuLeft.gif) left top no-repeat;
}

#MiddleNavigation a span
{
	display: block;
	background: url(../Images/Menu/MiddleMenuLeft.gif) left top no-repeat;
}

#MainNavigation a:hover, #MainNavigation .active a, 
#MiddleNavigation a:hover, #MiddleNavigation .active a
{
	background-position: right bottom;
	background-color: #ffd81e;
	color: #002277;
}

#LeftNavigation a:hover, #LeftNavigation .active a
{
	background-position: left bottom;
	background-color: #ffd81e;
	color: #002277;
}

#MainNavigation a:hover span, #MainNavigation .active a span, 
#MiddleNavigation a:hover span, #MiddleNavigation .active a span
{
	background-position: left bottom;
}


