/* MAIN NAV STYLES
---------------------------------------------------------*/

#act1shell,#act2shell,#act3shell,#act4shell,#act5shell {
	padding: 0;
	border: 0;
}
#act1,#act2,#act3,#act4,#act5 {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
.menuleft {
	position: absolute;
	text-align: left;
	top: 0px;
	left: 0px;
	filter:alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity:1.0;
}
.menuright {
	position: absolute;
	text-align: right;
	top: 0px;
	left: 0px;
	filter:alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity:1.0;
}
.menuoptions {
	z-index: 300;
	width: 150px;
}
.menuoptions a:link, .menuoptions a:visited {
	background: #3E9AD4;
	font-size: 11px;
	line-height:18px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0 3px;
	height: 20px;
	width: 150px;
	voice-family: "\"}\""; /* IE hack */
	voice-family:inherit;  /* IE hack */

}
.menuoptions a:hover {
	text-decoration: none;
	background: #65B8EC;
	color: #FFFFFF;
}
a#mylink:hover, mylink:visited, mylink:link, mylink:active {
	font-weight: none;
}
