3@charset "utf-8";
/* CSS Document */

/*trns list
-----------------------------------------------*/
#trn_ul{
	margin: 0px;
	padding: 0px;
}
#trn_ul li{
	list-style: none;
	display: inline;
	font-size: 11px;
	color: #069;
	line-height: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#trn_ul li a{
	color: #069;
	text-decoration: none;
	font-size:11px;
}
#trn_ul li a:hover, #trn_ul li a.active{
	color: #c00;
	text-decoration: none;
	font-size:11px;
}


/*tourns mnu drpdwn
----------------------------------------------- */
/*#header_h .tourns_h {
	background: url(../images/tourns2.gif) no-repeat;
	margin:0;
	height: 26px;
	padding: 0 0 0 286px;
	width: 504px;
	position:relative;
	float:left;
	clear:both;
}*/
#tourns {
	background: url(http://www.cajunchess.com/images/chess_tournaments_tab.png) no-repeat;
	margin:0;
	height: 17px;
	padding: 0 0 0 0px;
	width: 222px;
	border-top: 2px solid brown;
	position:relative;
	float:left;
	clear:both;
}
#tourns ul {
padding: 0;
margin: 0;
}
#tourns li {
	float:left;
	margin:0; 
	padding:0; 
	list-style:none;
	text-align: left;
}
#tourns li a {
	height:18px; 
	display:block;
	text-indent:-9999px;
}
/*.tourns_h li#tourns_home_h {
	width: 47px; 
	left:286px;
	display:block;
	background: none;
	float:left;
}
.tourns_h li#tourns_home_h a {
	visibility:hidden;
}*/
li#tourns_tabLink a { 
	background: url(http://www.cajunchess.com/images/chess_tournaments_tab.png); 
} 
li#tourns_tabLink a { 
	background-position: 0px 0px; 
	width: 222px; 
	left:0px; 
	text-indent: -9999px;
} 
li#tourns_tabLink a:hover, li#tourns_tabLink a.active{ 
	background-position: 0px -18px; 
}

/* Hover to show submenu list */
#tourns li:hover ul, #tourns li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	top:18px;
	margin: 0px;
	padding: 0px;
}
 
/* Submenu list */
#tourns li ul {
	position: absolute;
	margin: 0px;
	left: -999em; 
	border: 1px solid #c00;
	background: tan;
	padding-top:7px;
	padding-bottom:7px;
}
#tourns li ul a {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-indent: 0px;
	height:auto;
	margin: 0px; 
	display: block;
	text-decoration: none;
	background: tan;
	padding-left:12px;
	padding-right:8px;
	padding-top: 6px;
	padding-bottom:6px;
	line-height:15px;
	white-space: pre-wrap;
}
#tourns li ul a:hover, #tourns li ul a.subactive {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #c00;
	text-indent: 0px;
	height:auto;
	margin: 0px; 
	display: block;
	text-decoration: none;
	background: #E3C995 url(http://www.cajunchess.com/images/redarrow.gif) left center no-repeat;
	padding-left:12px;
	padding-right:8px;
	padding-top: 6px;
	padding-bottom:6px;
	line-height:15px;
	white-space: pre-wrap;
}
#tourns_tabLink ul {
width: 220px;
}
#tourns_tabLink ul a {width: 200px; }

