
/* ---------------------------------------------------------------------------------*/
/* Menu styles */
/* ---------------------------------------------------------------------------------*/
a.on:link, a.on:active, a.on:visited, a.on:hover {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.off:link, a.off:active, a.off:visited, a.off:hover {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.search {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
.frmSearch {
	border: 0.1em solid;
	color: #000000;
	background-color:#FFFFFF;
	background-image: url('../img/bgform.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	font-family: arial;
	font-size: 8pt;
	width: 200px; 
}
.mnuSubOn a:link, .mnuSubOn a:hover, .mnuSubOn a:visited, .mnuSubOn a:active {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.mnuInduSub a:link, .mnuInduSub a:hover, .mnuInduSub a:visited, .mnuInduSub a:active {
	font-size: 8pt;
	font-weight: bold;
	color: #006EC7;
	text-decoration: none;
}

.mnuMediSub a:link, .mnuMediSub a:hover, .mnuMediSub a:visited, .mnuMediSub a:active {
	font-size: 8pt;
	font-weight: bold;
	color: #0099AB;
	text-decoration: none;
}

.mnuIndu, .mnuInduPlus, .mnuInduHome, .mnuMedi, .mnuMediPlus, .mnuMediHome, .mnuOn,
.mnuOnHome, .mnuOnMin {
	border-bottom: 1px solid black;
	height: 23px;
	empty-cells: show;
	padding-left: 20px;
	width: 239px;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.mnuInduSub, .mnuMediSub, .mnuSubOn {
	height: 23px;
	empty-cells: show;
	padding-left: 20px;
	width: 239px;
}

.mnuIndu {
	background: #006EC7 url(../img/arrInduMnu.gif) no-repeat 5px 50%;
}

.mnuInduPlus {
	background: #006EC7 url(../img/arrInduMnuPLus.gif) no-repeat 5px 50%;
	cursor: pointer;
	border-bottom: none;
}

.mnuInduHome {
	background: #006EC7;
}

.mnuInduSub {
	background: url(../img/arrMnuBlue.gif) no-repeat 5px 50%;
}

.mnuMedi {
	background: #0099AB url(../img/arrMediMnu.gif) no-repeat 5px 50%;
}

.mnuMediPlus {
	background: #0099AB url(../img/arrMediMnuPLus.gif) no-repeat 5px 50%;
	cursor: pointer;
	border-bottom: none;
}

.mnuMediHome {
	background: #0099AB;
}

.mnuMediSub {
	background:  url(../img/arrMnuGreen.gif) no-repeat 5px 50%;
}

.mnuOn {
	background: #000000 url(../../img/arrMnuOnBlack.gif) no-repeat 5px 50%;
}

.mnuOnHome {
	background: #000000;
}

.mnuOnMin {
	background: #000000 url(../img/arrMnuMin.gif) no-repeat 5px 50%;
	cursor: pointer;
	border-bottom: none;
}

.mnuSub {
	background: url(../img/arrMnuMin.gif) no-repeat 5px 50%;
}

.mnuSubOn {
	background: url(../img/arrMnuBlack.gif) no-repeat 5px 50%;
}

.subhide {
	background-color: #000000;
}

.subhide div {
	background-color: #E5E5E5;
}
a.menuIndu, a.menuIndu:link, a.menuIndu:hover, a.menuIndu:visited, a.menuIndu:active {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menuMedi, a.menuMedi:link, a.menuMedi:hover, a.menuMedi:visited, a.menuMedi:active {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
