/* CSS Document */
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 777px;
	float: left;
	clear: both;
	height: 30px;
}
#navbar ul li {
	float: left;
	width: 155px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	background-image: url(../images/navbar_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
#navbar ul a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px;
	width: 155px;
	text-align: center;
	background-image: url(../images/navbar_02.gif);
	height: 30px;
	line-height: 2.3em;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
}
#navbar ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/navbar_01.gif);
}
#navbar {
	background-repeat: repeat-x;
	height: 29px;
	width: 774px;
	background-position: center center;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DCDCDC;
}
#company #navbar .company a:hover {
	color: #006F93;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
#navbar ul a.selected {

	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px;
	width: 155px;
	text-align: center;
	background-image: url(../images/navbar_01.gif);
	height: 30px;
	line-height: 2.3em;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
}
#subnav #zacks p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#container #subnav #zacks p.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}
