/* proSilver Style Sheet nav

These style definitions are mainly IE specific 
nav required due to its poor CSS support.
-------------------------------------------------*/

.nav {
/*
background: url(http://www.tbsdtv.com/forum/styles/tbsdtv/imageset/nav_bg.gif);
*/
height: 35px;
margin: 0 20px;
}
.nav_left {
/*
background: url(http://www.tbsdtv.com/forum/styles/tbsdtv/imageset/nav1.png);
_background-image: url(http://www.tbsdtv.com/forum/styles/tbsdtv/imageset/nav.gif);
*/
width: 3px;
float: left;
display: block;
}
.nav_right {
/*
background: url(http://www.tbsdtv.com/forum/styles/tbsdtv/imageset/nav1.png) -3px 0px;
_background-image: url(http://www.tbsdtv.com/forum/styles/tbsdtv/imageset/nav.gif);
*/
width: 3px;
float: right;
display: block;
}
.nav a {
/*
	background:url(http://www.tbsdtv.com/forum/styles/tbsdtv/imageset/nav1.png) no-repeat -17px -35px;
	_background-image: url(http://www.tbsdtv.com/forum/styles/tbsdtv/imageset/nav.gif);
	*/
	width:120px;
	height:33px;
	display:block;
	float:left;
	text-align:center;
	line-height:33px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	
	text-decoration:none;
}
.nav a:visited {
	color:#fff;
}
.nav a:hover {
	background:url(http://www.tbsdtv.com/forum/styles/tbsdtv/imageset/nav.png) -17px 0px;
	_background-image: url(http://www.tbsdtv.com/forum/styles/tbsdtv/imageset/nav.gif);
	color:#A92A2A;
	_color:#A92A2A!important;
	font-weight:bold;
}
.nav_ad {
	background:#ECF7FD;
	padding:6px;
	border-left:1px solid #942525;
	border-right:1px solid #942525;
	border-bottom:1px solid #942525;
}