#mainmenu ul {
	display: inline;
	list-style-type: none;
}
#mainmenu ul li {
	list-style-type: none;
	display: inline;
}
.mainmenulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	background-repeat: no-repeat;
	white-space: nowrap;
	text-align: left;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #FFFFFF;
}
.mainmenulink:hover {
	text-decoration: none;
	background-color: #464646;
	color: #FF9900;
}
.mainmenulinkselected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	background-repeat: no-repeat;
	white-space: nowrap;
	text-align: left;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #464646;
	color: #FF9900;
}
.mainmenulinkselected:hover {
	text-decoration: none;
}
#menu {
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	clear: both;
	overflow: hidden;
}
#menuoptions {
	background-color: #3A55A2;
	background-image: url(../images/menugradient.gif);
	background-repeat: repeat-x;
	width: auto;
	overflow: hidden;
	height: 40px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#tickerdynamiccontainer {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	padding: 5px;
	float: right;
	margin-top: 7px;
	width: 586px;
	margin-right: 20px;
	display: inline;
}
#tickerdynamiccontainer a {
	color: #3A56A2;
	text-decoration: none;
}
#tickerdynamiccontainer a:hover {
	color: #000000;
	text-decoration: underline;
}



#ticker {
	background-image: url(../images/ticker-repeat.gif);
	background-repeat: repeat-x;
	height: 51px;
	width: auto;
	overflow: hidden;
}
#tickertext {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	top: 12px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-top: 12px;
	padding-right: 5px;
	padding-left: 10px;
}

