﻿.HeadNavigationContainer .TopMenuGroup
{    
	height:45px;
}
.HeadNavigationContainer .TopMenuItem,
.HeadNavigationContainer .TopMenuItemHover
{
	font-family:Times New Roman;
	width:141px;
    line-height : 14px;
    color:#ffffff;
    font-weight:bolder;
    text-decoration:none;
    text-transform:uppercase;
    font-size:1.2em;
    cursor:default;
    overflow:hidden;
    background:url(images/templates/NavigationBG.jpg) top left no-repeat;
}
.HeadNavigationContainer .TopMenuItem td,
.HeadNavigationContainer .TopMenuItemHover td
{
	vertical-align:bottom;
}

.HeadNavigationContainer .TopMenuItemHover 
{
	color:#eeeeee;
}
.HeadNavigationContainer .MenuGroup 
{
	
}
.MenuItemDown,
.MenuGroup,
.MenuItemHover 
{
	background:#992020;
	cursor:default;
	border-width:0px;
	color:#ffffff;font-size:10px;
	width:141px;
	line-height:1.2em;
	
}
.MenuItemHover 
{
	background-color: #2A49B7;
}


.FootNavigationContainer .TopMenuGroup 
{
	
}

.FootNavigationContainer .TopMenuItem,
.FootNavigationContainer .TopMenuItemHover,
.FootNavigationContainer a
{
	display:inline;
    color:#37518E;
    text-decoration:none;
    font-size:.9em;
    cursor:default;
    padding:4px 14px 2px 0px;
}

.FootNavigationContainer .TopMenuItemHover,
.FootNavigationContainer a:hover
{
	color:#888888;
	text-decoration:underline;
}

