/* @override http://krafttelerobotics.com/css/industries.css */

img {
	border: 2px solid #fff;
}

#main tbody tr td table tbody tr td table tbody tr td {
	padding-top: 20px;
}




#player p {
	text-align: center;
	margin: -10px 0 0 0;
	padding: 0;
}

	
.caption {
	color: #333;
}

/* @group misc */

div.float_right {
	float: right;
}

div.clear {
	clear: both;
}

.w400 {
	width: 400px;
}


.fright {
	float: right;
}



/* @end */

/* @group menu
 */

ul.menu {
	position: relative;
	padding: 10px 20px;
	width:720px;
	height: 32px;
	z-index: 1;
	margin-left: 0;
}

.menu li {
	float: left;
	list-style: none;
	width: 10em;
	margin: .2em;
	z-index: 1;
	min-width: 10em;
}

.menu a {
	background: url(../images/nav_grad_sec.png);
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #333;
	height: 18px;
	display: block;
	padding: .3em .5em;
	color: #fff;
	text-decoration: none;
	z-index: 1;
}

.menu a:hover {
	z-index: 1;	
	color: #fff;
	background-position: 0 -5px;
	border-bottom: 1px solid #888;
}

.menu a.active {
	background: url(../news/images/h2grad.png) repeat-x 0 -20px;
	z-index: 1;
	border-bottom: 1px solid #888;
	border-top: 1px solid #b0b0b0;
	border-left: 1px solid #aaa;
	border-right: 1px solid #888;
	color: #333;
}

.menu a.active:hover {
	background:url(../news/images/h2grad.png) repeat-x 0 -10px ;
	border-bottom: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #bbb;
	color: #333;
}

/* @end */



