@charset "utf-8";

.nav_bar {
	padding: 0px;
	float: left;
	height: 53px;
	width: 595px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.ticker_line {
	margin: 0px;
	clear: both;
	float: left;
	height: 19px;
	width: 555px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
	color: #D6292B;
	font-weight: bold;
}

.nav_button {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 28px;
	width: auto;
	cursor: pointer;
}
.nav_button h1 {
	position: absolute;
	z-index: 2;
	left: -1000px;
}

#menu_infores {
	margin: 0px;
	width: 205px;
	position: absolute;
	z-index: 150;
	left: 300px;
	top: 174px;
	background-image: url(/assets/images/menu_shadow.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	height: auto;
	display: none;
}
.menu_row {
	margin: 0px;
	clear: both;
	float: left;
	height: 15px;
	width: 195px;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #33B6E4;
	border-right-color: #33B6E4;
	border-bottom-color: #008AD2;
	border-left-color: #008AD2;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu_row:hover {
	background-color: #E8F5FD;
}

.menu_row a:link {
	color: #333333;
	text-decoration: none;
	float: left;
	height: auto;
	width: auto;
}
.menu_row a:visited {
	color: #333333;
	text-decoration: none;
	float: left;
	height: auto;
	width: auto;
}
.menu_row a:hover {
	color: #E52324;
	text-decoration: none;
	float: left;
	height: auto;
	width: auto;
}
.menu_row a:active {
	color: #333333;
	text-decoration: none;
	float: left;
	height: auto;
	width: auto;
}

.menu_group {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008AD2;
	background-image: url(/assets/images/menu_bg.png);
	background-repeat: repeat;
	background-position: left top;
}
