/* navigation css */

#navigation {
	position: relative;
	width :790px;
	margin: 0;
	background: #436BA7 url(http://www.scopecity.com/images/lev0_bg1.gif) repeat-x 0 -1px;

	z-index: 99;
}

#navigation dl {
	display: inline;
}

#navigation dd {
	padding: 0px;
	margin: 0px;
	float: left;
}

#navigation a {
 font: 8pt Verdana, Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 text-decoration: none;
 text-indent: 2px;
 display: block;
	float: right;
 width: 78px;
}
 
#navigation a:hover {
	margin: 0px;
 background: #436BA7 url(http://www.scopecity.com/images/lev0_bg2.gif) repeat-x 0 -1px;
 color: #FFFFFF;
}

#navigation dl dl {
	position: absolute;
	top: 25px;
	float: left;
	width: 180px;
	background: #e0f0ff;
	border: 1px solid #436BA7;
	display: none;
}

#navigation dl dl a {
	color: #003399;
	background: none; /* navigation icon */

	margin: 0px 0px 0px 4px;
	text-indent: 2px;
	width: 178px !important; /* FF */
	width: 180px; /* IE */
	font-weight: normal;
}

#navigation dl dl a:hover {
	margin: 0px 0px 0px 4px;
	background: #436BA7;
}

.no_arrow a {
 background: none !important;
}
 
.no_arrow a:hover {
 background: #61AA2D !important;
}

td.off {
 background: #436BA7 url(http://www.scopecity.com/images/lev0_bg1.gif) repeat-x 0 -1px;
}

td.on {
 background: #436BA7 url(http://www.scopecity.com/images/lev0_bg2.gif) repeat-x 0 -1px;
}
/* /navigation css */