body {
	color: #FFFFFF
	margin: 0px;
	padding: 0px;
	font: 11px normal Arial, Helvetica, sans-serif;
	background: #000000 url(http://bjs3d.com/Themes/testbed/images/bg.jpg) repeat;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	border-left: 0px solid #212121;
	border-right: 0px solid #212121;
}
/* By default (td, body..) use verdana in black. */
td, th , tr
{
	color: #FFFFFF;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	background: #000000
}
/* Normal, standard links. */
a:link
{
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.dlcounter {
	font-weight: bold;
	font-size: 11px;
	color: #336699;
}
.container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
ul.topnav {
	list-style: none;
	padding: 0 8px;	
	margin: 0;
	float: none;
	width: 100%;
	background: #222;
	font-size: 1.2em;
	background: url(http://bjs3d.com/Themes/testbed/images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 7px 10px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 3px 1px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(http://bjs3d.com/Themes/testbed/images/topnav_hover.jpg) no-repeat center top;
	color: #336699;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(http://bjs3d.com/Themes/testbed/images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute;
	left: 0;
	top: 32px;
	background: #212121;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #000000;
}
ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0;
	border-top: 1px solid #444444;
	border-bottom: 0px solid #FFCC00;
	clear: both;
	width: 170px;
	height: 22px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: url(http://bjs3d.com/Themes/testbed/images/dropdown_linkbg.png) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: url(http://bjs3d.com/Themes/testbed/images/dropdown_linkbg2.png) no-repeat 3px center;
	color: #336699 
	
} 