.bkgd
{
    BACKGROUND-IMAGE: url(/Portals/0/Skins/NAVL/bkgd.gif);
    REPEAT: repeat-y;
}

.redBkgd
{
    BACKGROUND-IMAGE: url(/Portals/0/Skins/NAVL/redBkgd.gif);
    REPEAT: repeat-y;
}

.breadcrumb
{
	font-size: 9pt;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
}

a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active, a.breadcrumb:hover
{
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
}

.footer
{
	color: #448FB4;
	font-family: Arial;
	font-size: 8pt;
}

a.footer:link, a.footer:visited, a.footer:active, a.footer:hover
{
	font-size: 8pt;
	color: #448FB4;
	text-decoration: underline;
	font-family: Arial;
}

/* Main Menu */

.mm_container {
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;  
	background-color: #EF4A42;
}

.mm_menubar {
	cursor: pointer; 
	cursor: hand; 
	height: 22px;
}

.mm_menuitem {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial; 
	font-size: 9pt;
    font-weight: bold;
    font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #EF4A42 1px solid; 
	border-top: #EF4A42 1px solid; 
	border-right: #000000 0px solid;
}

.mm_menuicon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EF4A42;
	border-left: #EF4A42 1px solid; 
	border-bottom: #EF4A42 1px solid; 
	border-top: #EF4A42 1px solid; 
}

.mm_submenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #EF4A42;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #EF4A42 1px solid; 
	border-left: #000000 0px solid; 
	border-top: #EF4A42 1px solid; 
	border-right: #000000 0px solid;
}

.mm_menubreak {
	border-bottom: #EF4A42 1px solid; 
	border-left: #000000 0px solid; 
	border-top: #EF4A42 1px solid;  
	border-right: #000000 0px solid; 
	background-color: #EF4A42; 
	height: 1px;
}

.mm_menuitemsel {
	background-color: #448FB4; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: bold;
	font-style: normal;
}

.mm_menuarrow {
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #EF4A42 1px solid; 
	border-bottom: #EF4A42 1px solid; 
	border-top: #000000 0px solid;
}

.mm_rootmenuarrow {
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand;
}

