/* @override 
	http://webdesign.gs/nafa/nafa.css
	http://webdesign.gs/nafa/style/nafa.css
	http://nafafastpitch.info/style/nafa.css
*/

body{
	margin: 0px;
	padding: 0px;
	background-image: url(../back.jpg);
	background-repeat: repeat-x;
	background-color:#2c2c2c;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
}
#cms_content{
	width: 400px;
}

#wrapper{
	margin: 0px auto;
	padding: 0px;
	width: 855px;
}

#nav{
	margin: 0px;
	padding: 0px;
}

#sidemenu{
	margin: 0px;
	padding: 15px;
	padding-top: 170px;
	height: 236px;
	background-image: url(../images/sidemenu_bg.jpg);
	background-repeat: no-repeat;
	width: 246px;
	float: left;
}

#sidemenu ul.dropdown li {
	display: block;
	width: 242px;
	height: 28px;
	padding: 2px 0px;
}

#sidemenu ul.dropdown li a{
	display: block;
	background-image: url(../images/sidelink_bg.jpg);
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
	text-transform: uppercase;
	color: #3b3a3a;
	text-decoration: none;
	cursor: pointer;
}

#sidemenu ul.dropdown li ul li {
	padding: 0px;
}

	#sidemenu ul.dropdown li ul li a {
		cursor: pointer;
	}
	
	#sidemenu ul.dropdown li ul li a:hover {
		background: #373737 !important;
		color: #FFF;
	}

#sidemenu a#bottom{
	background-image: url(../images/sidelink_bottom.jpg);
	background-repeat: no-repeat;
	height: 34px;
	
}

#sidemenu .red{
	font-size: 16px;
	color: #a90101;
}

#left{
	margin: 0px;
	padding: 0px;
	width: 579px;
	float: left;
}

#flash{
	margin: 0px;
	padding: 22px 0px 0px 7px;
	height: 208px;
	background-image: url(../images/flash_bg.jpg);
	background-repeat: no-repeat;
}

#photos{
	margin: 0px;
	padding: 10px 15px 0px 5px;
	height: 125px;
	background-image: url(../images/photos_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	color: #646464;
}

#photos .blue{
	color: #3e5f8e;
}

#photos .text{
	float: right; 
	margin-right: 10px; 
	font-size: 11px; 
	margin-left: 12px; 
	line-height: 17px;
}

#news{
	margin: 0px;
	padding: 10px 0px 0px 10px;
	height: 46px;
	background-image: url(../images/news_bg.jpg);
	background-repeat: no-repeat;
	color: #e8e8e8;
}

#news .blue{
	text-transform: uppercase;
	color: #a3bbdd;
}

#lower{
	clear: both;
	margin: 0px;
	padding: 0px;
	max-height: 1000px;
}

#column1{
	width: 270px;
	float: left;
	background-image: url(../images/tournament_bg.jpg);
	background-repeat: repeat-x;
	background-color: #292929;
	color: #fff;
	margin: 0px;
	margin-top: -5px;
	padding: 0px;
}

#column1 #text{
	width: 240px;
	margin: 0px;
	padding: 15px;
	line-height: 25px;
}

#column2{
	width: 244px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/schedule_bg.jpg);
	background-repeat: repeat-x;
	background-color: #262626;
	color: #fff;
	margin-left: 25px;
	margin-top: -5px;
}

#column2 #text{
	width: 215px;
	margin: 0px;
	padding: 5px;
	line-height: 30px;
}

#column2 ul li{
	list-style-image: url(../images/bullet.jpg);
	border-bottom: 1px solid #393939;
}

#column3{
	width: 265px;
	float: right;
	margin: 0px;
	margin-right: 20px;
	padding: 0px;
	background-image: url(../images/summary_bg.jpg);
	background-repeat: repeat-y;
	color: #fff;
	background-color: #818181;
	font-size: 11px;
	margin-top: -5px;
	height: 375px;
}

#column3 #text{
	width: 240px;
	margin: 0px;
	padding: 15px;
	padding-bottom: 0px;
	line-height: 18px;
	margin-top: -30px;
}

#footer{
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	position: relative;
	top: 6px;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	color: #a0b6d4;
}

#footer .copyright{
	color: #a0b6d4;
}



/* NAV */
#nav ul{
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}


#nav .hidden{
	display: none;
}

a#home{
	background-position: 0px 0px;
	width: 97px;
}

a#home:hover{
	background-position: 0px -66px;
}

a#about{
	background-position: -97px 0px;
	width: 123px;
}

a#about:hover{
	background-position: -97px -66px;
}

a#tournaments{
	background-position: -220px 0px;
	width: 139px;
}

a#tournaments:hover{
	background-position: -220px -66px;
}

a#classification{
	background-position: -359px 0px;
	width: 141px; 
}

a#classification:hover{
	background-position: -359px -66px;
}

a#forms{
	background-position: -500px 0px;
	width: 88px;
}

a#forms:hover{
	background-position: -500px -66px;
}

a#world{
	background-position: -588px 0px;
	width: 141px;
}

a#world:hover{
	background-position: -588px -66px;
}

a#contact{
	background-position: -729px 0px;
	width: 126px;
}

a#contact:hover{
	background-position: -729px -66px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
  width:855px;
  height:66px;
}

.suckertreemenu ul{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: block;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
padding: 0px;
text-decoration: none;
color: navy;
display: block;
float: left;
text-transform: uppercase;
color: #A3BADA;
padding: 0px 20px;
margin: 21px 4px 0px 0px;
line-height: 45px;
height: 45px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}
  /*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
border: 2px solid #000;
border-top: none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#nav .suckertreemenu ul li ul li{
display: list-item;
float: none;
background-image: none;
height: auto;
}

/* Sub level menu links style */
#nav .suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #9fbcdc;
text-decoration: none;
background-image: none;
height: auto;
background-color: #3d3d3d;
padding: 5px 10px;
}

#nav .suckertreemenu ul li ul li a:hover{
display: block;
width: 160px; /*width of sub menu levels*/
color: #9fbcdc;
text-decoration: none;
background-image: none;
height: auto;
background-color: #000;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
  /* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
