.armyGreenBkgd
{
    BACKGROUND-IMAGE: url(armyGreenPixel.gif);
    background-repeat: repeat-all;
    HEIGHT: 6px;
    font-size: 0pt;
}

.menuBkgd
{
    background-image: url(menupixel.gif);
    background-repeat: repeat-all;
}

.copyright
{
    background-color: #868658;
    color: #1B1557;
    padding-left: 8px;
    align: left;
    vertical-align: middle;
    font-family: Tahoma, Arial;
}

a.breadcrumb, a.breadcrumb:hover, a.breadcrumb:visited, .breadcrumb
{
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-family: Helvetica;
    font-size: 8pt;
}

/* 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: #E3E371;
}

.mm_menubar {
	cursor: pointer;
	cursor: hand;
	height:30;
}

.mm_menuitem {
	cursor: pointer;
	cursor: hand;
	color: #433E5C;
	font-family: 'Helvetica';
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
	border-left: #000000 0px solid;
	border-bottom: #E3E371 1px solid;
	border-top: #E3E371 1px solid;
	border-right: #000000 0px solid;
}

.mm_menuicon {
	cursor: pointer;
	cursor: hand;
	background-color: #E3E371;
	border-left: #E3E371 1px solid;
	border-bottom: #E3E371 1px solid;
	border-top: #000000 0px solid;
	width: 15;
	height: 21;
}

.mm_submenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #E3E371;
	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: #E3E371 1px solid;
	border-left: #000000 0px solid;
	border-top: #E3E371 1px solid;
	border-right: #000000 0px solid;
	background-color: #E3E371;
	height: 0px;
}

.mm_menuitemsel {
	background-color: #E3E371;
	cursor: pointer;
	cursor: hand;
	color: #B9381A;
	font-family: 'Helvetica';
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
}

.mm_menuarrow {
	font-family: webdings;
	font-size: 0pt;
	cursor: pointer;
	cursor: hand;
	border-right: #E3E371 1px solid;
	border-bottom: #E3E371 1px solid;
	border-top: #000000 0px solid;
}

.mm_rootmenuarrow {
	font-family: webdings;
	font-size: 0pt;
	cursor: pointer;
	cursor: hand;
}



