/* Default Menu CSS */
/* CSS Document */
.styMainTextSm {
	font-size: 9px;
	font-family: Verdana;
	color: #696969;
}
.styMainText {
	font-size: 10px;
	font-family: Verdana;
	color: #696969;
}
.styOrangeSm {
	font-size: 9px;
	font-family: Verdana;
	color: #FF6000;
}
.styOrangeSmTitle {
	font-size: 9px;
	font-family: Verdana;
	color: #FF6000;
	font-weight: bold;
}
.styOrange {
	font-size: 10px;
	font-family: Verdana;
	color: #FF6000;
}
.styOrangeTitle {
	font-size: 10px;
	font-family: Verdana;
	color: #FF6000;
	font-weight: bold;
}
.styGreyTitleBold {
	font-size: 10px;
	font-family: Verdana;
	color: #696969;
	font-weight: bold;
}
.styGreyTitleSmBold {
	font-size: 9px;
	font-family: Verdana;
	color: #696969;
	font-weight: bold;
}
.styPageTitle {
	font-size: 18px;
	font-family: Verdana;
	color: #FF6000;
}
.styNav {
	font-size: 11px;
	font-family: Verdana;
	color: #FFFFFF;
}
.styNavBold {
	font-size: 12px;
	font-family: Verdana;
	color: #FFFFFF;
	font-weight: bold;
}
.styTitleGreen {
	font-size: 9px;
	font-family: Verdana;
	color: #39A91B;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.noHover:link {
	text-decoration: none;
}
a.noHover:visited {
	text-decoration: none;
}
a.noHover:active {
	text-decoration: none;
}
a.noHover:hover {
	text-decoration: none;
}

.SubmenuTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #414243; FONT-FAMILY: Verdana
}
A.SubMenuItem:link {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #333; FONT-FAMILY: Verdana; TEXT-DECORATION: none
}
A.SubMenuItem:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #333; FONT-FAMILY: Verdana; TEXT-DECORATION: none
}
A.SubMenuItem:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #425490; FONT-FAMILY: Verdana; TEXT-DECORATION: underline
}
.mtDropdownMenu {
	LEFT: -1000px; OVERFLOW: hidden; POSITION: absolute; TOP: -1000px
}
.mtDropdownMenu .content {
	POSITION: absolute
}
.mtDropdownMenu .items {
	BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; Z-INDEX: 2; LEFT: 0px; BORDER-LEFT: #999 1px solid; BORDER-BOTTOM: #999 1px solid; POSITION: relative; TOP: 0px
}
.top .items {
	BORDER-TOP: medium none
}
.mtDropdownMenu .item {
	BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-SIZE: 11px; BORDER-LEFT: medium none; CURSOR: pointer; COLOR:#FFFFFF; BORDER-BOTTOM: medium none; FONT-FAMILY: Verdana; TEXT-DECORATION: none
}
.mtDropdownMenu .background {
	Z-INDEX: 1; FILTER: alpha(opacity=82); LEFT: 0px; POSITION: absolute; TOP: 0px; moz-opacity: .8
}
.mtDropdownMenu .shadowRight {
	Z-INDEX: 3; FILTER: alpha(opacity=40); WIDTH: 2px; POSITION: absolute; TOP: 3px; moz-opacity: .4
}
.mtDropdownMenu .shadowBottom {
	Z-INDEX: 1; FILTER: alpha(opacity=40); LEFT: 3px; POSITION: absolute; HEIGHT: 2px; moz-opacity: .4
}
.mtDropdownMenu .hover {
	BACKGROUND: #CACACA; COLOR: #FFFFFF;
}
.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 10px
}