.navstocktable th {
	background-color: #0D41D7;
	color: white;
	background-image: url(images/blue_fadelong.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
	font-size: 12px;
}
#container .introbox .navstocktable th a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#container .introbox .navstocktable th a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#container .introbox .navstocktable th a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.navstocktable .on {
	background-color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

#container #content .introbox .navstocktableContainer .navstocktable td {
	text-decoration: none;
}

.navstocktable .off {
	background-color: #eee;
	text-transform: uppercase;
	text-decoration: none;
}
.navstocktable .hover {
	background-color: #00CCFF;
	text-transform: uppercase;
	text-decoration: none;
}
.navstocktable .click {
	background-color: #00CCFF;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
.navstocktableImage {
	width: 500px;
	border-collapse: collapse;
	margin: 1em auto;
	text-decoration: none;
}
.navstocktableContainer {
	width: 540px;
	border-collapse: collapse;
}
ul#navstocktable/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */ {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/blue_fadelong.gif) repeat-x left top;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	border-bottom:4px solid #336666;
	border-top:1px solid #C0E2D4;
	text-decoration: none;
}
ul#navstocktable li {
	display:block;
	float:left;
	margin:0;
	pading:0;
	text-decoration: none;
}
ul#navstocktable li a {
	display:block;
	float:left;
	color:#874B46;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("images/bgDIVIDER.gif") no-repeat top right;
}
ul#navstocktable li a:hover {
	background:transparent url("images/bgHOVER.gif") no-repeat top right;
	text-decoration: none;
}
ul#navstocktable li a.current, ul#navstocktable li a.current:hover {
	color:#fff;
	background:transparent url(images/blue_fadelong.gif) no-repeat right top;
	text-decoration: none;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
.stockrow {
	text-align: left;
	padding: 2px 5px;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #7EB7F0;
}
.navstocktable td {
	text-align: left;
	border: 1px solid #78ADF2;
	padding: 5px;
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
border-bottom-style:none;
border-bottom-width:0px;
text-decoration: none;
border:none;
}

