/* @(#) $Id: menu.css,v 1.4 2004/07/06 09:47:46 tom Exp $ */



.MenuEntry, .MenuEntryActive, .MenuEntryDisabled, .MenuEntryL3, .MenuEntryActiveL3
{
        font-family:  tahoma,  Helvetica, Arial, Verdana, sans-serif;
        font-size: 10px;
        font-weight: bold;
        vertical-align: middle;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
		cursor: pointer;
		border-top: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		width: 110px;
}

A.MenuEntry, A.MenuEntryActive, A.MenuEntryDisabled, A.MenuEntryL3, A.MenuEntryActiveL3 
, a.AMenuEntry
{
	font-family:  tahoma,  Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

a.AMenuEntry { color: #ffffff; }

.MenuEntry
{
	color: #ffffff;
	background-color: #a0a0a0;
}

.MenuEntryActive
{
     color: #ffae00;
	 background-color: #6c6c6c;
}

.MenuEntryL3
{
	color: #ffffff;
	background-color: #6c6c6c;
}

.MenuEntryActiveL3
{
     color: #ffae00; 
	 background-color: #4e4e4e;
}


.MenuEntryDisabled 
{

}


.MenuContainer 
{
	margin-top: 0px;
	border-bottom: 1px solid #ffffff;
}


.Separator 
{
	border: 0px;
	padding: 0px;
	background-color: #ffffff;
	height: 1px;
	line-height: 1px;
}

.TopMenuContainer, .BottomMenuContainer
{
	height: 32px;
	text-align: center;
	vertical-align: middle;
	/* width: 450px; */
}

.BottomMenuInterior
{
	text-align: center;
	vertical-align: middle;
}

.TopMenuEntry, .TopMenuEntryActive
{

        font-family:  tahoma,  Helvetica, Arial, Verdana, sans-serif;
        font-size: 11px;
		font-weight: bold;
        text-align: center;
        vertical-align: middle;
		border-left: 1px solid #ffffff;
		padding-left: 5px;
		padding-right: 5px;
		width: 65px;
		height: 32px;
	cursor: hand;
	cursor: pointer;
}

.TopMenuEntry
{
        color: #ffffff;
	    background-color: #4282c8;
		background-image: url(img/l/menu_bg.gif);
}

.TopMenuEntryActive 
{
        background-color: #ffae00;
		background-image: url(img/l/menu_active_bg.gif);
		color: #004588;
}


.BottomMenuEntry, .BottomMenuEntryActive
{
		cursor: pointer;
        font-family:  tahoma,  Helvetica, Arial, Verdana, sans-serif;
        font-size: 11px;
		font-weight: bold;
        text-align: center;
        vertical-align: middle;
		padding-left: 8px;
		padding-right: 8px;
	    background-color: transparent;
		height: 35;
}

.BottomMenuEntry
{
        color: #ffffff;
		text-decoration: none;
}

.BottomMenuEntryActive 
{
		color: #ffffff;
		text-decoration: underline;
}


/*
.Submenu, .SubmenuActive
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #00488e;
	text-decoration: none;
}

.SubmenuActive 
{
	color: #40a2ff;
}

A.Submenu:hover 
{
	color: #00488e;
}

A.SubmenuActive:hover 
{
	color: #40a2ff;
}
*/

.SubPath, .SubPathActive, .SubPathSelected
{
	font-family: verdana, tahoma, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #7a7a7a;
	vertical-align: middle;
	
}
.SubPathActive
{
	text-decoration: underline;
	cursor: pointer;
}

.SubPathSelected
{
	color: #6a6a8a;
	cursor: pointer;
	text-decoration: underline;
}




/* Site Map Link */

a.SiteMapLinkLevel1, .SiteMapLinkLevel1
{
	font-family: verdana, tahoma, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #4B8FC7;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

a.SiteMapLinkLevel1:hover
{
	text-decoration: underline;
}

a.SiteMapLinkLevel2, .SiteMapLinkLevel2
{
	font-family: verdana, tahoma, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #1368a4;
	text-decoration: none;
	white-space: nowrap;
}

a.SiteMapLinkLevel2:hover
{
	text-decoration: underline;
}

a.SiteMapLinkLevel3, .SiteMapLinkLevel3
{
	font-family: verdana, tahoma, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #003b6b;
	text-decoration: none;
	white-space: nowrap;
}

a.SiteMapLinkLevel3:hover
{
	text-decoration: underline;
}

