
#topMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#topMenu h2 a, .noChild {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 0em 0.9em 0.4em 0.8em;
}

#topMenu h2, .hnotSelected {
	border-right: 1px white solid;
}

#topMenu ul ul a, #topMenu ul ul h2 {
	font: 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
	/* white-space:nowrap; */
	color: #000;
	background: #eee;
	text-decoration: none;
}


#topMenu ul ul a:visited{
	color:#000;
}

#topMenu ul ul a:hover {
	color: #a00;
	background: #ddd;
}

#topMenu ul ul a:active{
	color:#060;
	background:#ccc;
}

#topMenu li {
	position: relative;
	cursor: pointer;
}

#topMenu ul ul {
	position: absolute;
	z-index: 500;
	margin-left: 4px;
	top:auto;
}

#topMenu ul ul li {
	width: 12em;
}

#topMenu ul ul ul {
	position: absolute;
	top: 0;
	z-index: 500;
	left: 97%;
}

div#topMenu ul ul,
div#topMenu ul li:hover ul ul,
div#topMenu ul ul li:hover ul ul
{display: none;}

div#topMenu ul li:hover ul,
div#topMenu ul ul li:hover ul,
div#topMenu ul ul ul li:hover ul
{display: block;}

#sideMenuContainer ul {
	margin: 0;
	padding: 1em 0 0em 0;
	cursor: pointer;
	list-style-type: none;
}

#sideMenuContainer ul li{
	display: block;
	width: 179px;
	font-weight: bold;
	min-height:28px;
	height: auto;
}

/*\*/
* html #sideMenuContainer ul li {
height: 28px;
}
/**/

.sideSelected {
	margin-left: 1em;
width: 144px;
height: 38px;
background: url(../pics/greenSideBg.gif) no-repeat top left;
}

.sideSelected_red {
margin-left: 1em;
width: 144px;
height: 38px;
background: url(../pics/redSideBg.gif) no-repeat top left;
}

.sideSelected_blue {
	margin-left: 1em;
width: 144px;
height: 38px;
background: url(../pics/blueSideBg.gif) no-repeat top left;
}

.sideSelected_yel {
	margin-left: 1em;
width: 144px;
height: 38px;
background: url(../pics/yelSideBg.gif) no-repeat top left;
}

.hSelected_red {
	background: #9D0B0E;
}

.hSelected_red a,
.hSelected_blue a,
.hSelected_yel a,
.hSelected_green a{
	color: white;
}

.hSelected_blue {
	background: #33689B;
}

.hSelected_yel {
	background: #FECD06;
}

.hSelected_green {
	background: #98CB00;
}

.hSelected a{
	color: black;
}

.notSelected {
margin-left: 1em;
width: 144px;
height: 35px;
background: url(../pics/graySideBg.gif) no-repeat top left;
}

.notSelected p,
.sideSelected_red p,
.sideSelected_blue p,
.sideSelected_yel p,
.sideSelected p {
text-align:center;
padding: 1em 0 0 0em;
}

/* .notSelected p,
.sideSelected_red p,
.sideSelected_blue p,
.sideSelected p {
padding: 1em 0 0 1.2em;
} */

#logos {
width: 144px;
text-align: center;
}

#logos img {
padding-top: 1em;
vertical-align:bottom;
}

