.navstocktable {
	width: 560px;
	border-collapse: collapse;
	font-family: verdana, arial, sans-serif;
	margin: 1em auto;
	text-transform: uppercase;
	font-size: 14px;
	border: thin groove #7EB7F0;
}

.navstocktable th {
	background-color: #3978D5;
	color: white;
	background-image: url(images/blue_fade.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	text-transform: uppercase;
}
.navstocktable .on {
	background-color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

#container #content .introbox .navstocktableContainer .navstocktable td {

}

.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;
}
.navstocktableContainer {
	width: 590px;
	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:11px;
	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;
}
ul#navstocktable li {
	display:block;
	float:left;
	margin:0;
	pading:0;
}
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;
}
ul#navstocktable li a.current, ul#navstocktable li a.current:hover {
	color:#fff;
	background:transparent url(images/blue_fadelong.gif) no-repeat right top;
}
/* ^^^^^^^^ 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: center;
	border: 1px solid #78ADF2;
	font-size: 11px;
}
img
{
	border:none;
	text-decoration: none;
}

