.footer, a.footer, a.footer:link, a.footer:active, a.footer:hover, a.footer:visited
{
	font-size: 8pt;
	font-family: 'Arial';
	color: #ffffff;
	text-decoration: none;
}

.breadcrumb, a.breadcrumb, a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:hover, a.breadcrumb:visited
{
	font-size: 11pt;
	font-family: 'Times New Roman';
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}

/* 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: #003399;
}

.mm_menubar {
	cursor: pointer; 
	cursor: hand; 
	height:28;
}

.mm_menuitem {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: 'Times New Roman'; 
	font-size: 12pt;
        font-weight: bold;
        font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #003399 1px solid; 
	border-top: #003399 1px solid; 
	border-right: #000000 0px solid;
}

.mm_menuicon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #003399;
	border-left: #003399 1px solid; 
	border-bottom: #003399 1px solid; 
	border-top: #000000 0px solid; 
}

.mm_submenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #003399;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.mm_menubreak {
	border-bottom: #003399 1px solid; 
	border-left: #000000 0px solid; 
	border-top: #003399 1px solid;  
	border-right: #000000 0px solid; 
	background-color: #003399; 
	height: 1px;
}

.mm_menuitemsel {
	background-color: #003399; 
	cursor: pointer; 
	cursor: hand; 
	color: #F0D342; 
	font-family: 'Times New Roman'; 
	font-size: 12pt; 
        font-weight: bold;
	font-style: normal;
}

.mm_menuarrow {
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #003399 1px solid; 
	border-bottom: #003399 1px solid; 
	border-top: #000000 0px solid;
}

.mm_rootmenuarrow {
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Sub Menu */

.mm_container2 {
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;  
	background-color: #F18642;
}

.mm_menubar2 {
	cursor: pointer; 
	cursor: hand; 
	height:21;
}

.mm_menuitem2 {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Helvetica, Arial; 
	font-size: 8pt;
        font-weight: bold;
        font-style: normal; 
	text-decoration: underline;
	border-left: #000000 0px solid; 
	border-bottom: #F18642 1px solid; 
	border-top: #F18642 1px solid; 
	border-right: #000000 0px solid;
}

.mm_menuicon2 {
	cursor: pointer; 
	cursor: hand; 
	background-color: #F18642;
	border-left: #F18642 1px solid; 
	border-bottom: #F18642 1px solid; 
	border-top: #000000 0px solid; 
	width: 15; 
	height: 21;
}

.mm_submenu2 {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #F18642;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.mm_menubreak2 {
	border-bottom: #F18642 1px solid; 
	border-left: #000000 0px solid; 
	border-top: #F18642 1px solid;  
	border-right: #000000 0px solid; 
	background-color: #F18642; 
	height: 1px;
}

.mm_menuitemsel2 {
	background-color: #F18642; 
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Helvetica, Arial; 
	font-size: 8pt; 
        font-weight: bold;
	font-style: normal;
        text-decoration: underline;
}

.mm_menuarrow2 {
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #F18642 1px solid; 
	border-bottom: #F18642 1px solid; 
	border-top: #000000 0px solid;
}

.mm_rootmenuarrow2 {
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand;
}

