@charset "utf-8";

/* _______________________________________________________________ --> GLOBAL STYLES <-- */

* {
	margin:0;
	padding:0;
}

html, body {
	background:url(images/bg.gif) repeat;
	color:#4a4a4a;
	font:12px Verdana, sans-serif;
	height:100%;
	line-height:20px;
}

a {
	color:#499499;
	text-decoration:underline;
	cursor:pointer;
}

a:hover {
	color:#F78D28;
	text-decoration:none;
}

a img {
	border:none;
}

p, ul {
	padding-bottom:16px;
}

h1, h3 {
	color:#2c3588;
	letter-spacing:1px;
	font-size:26px;
	text-transform:uppercase;
}

h1 {
	padding-bottom:8px;
}

h2 {
	color:#315aac;
	font:bold 16px Georgia, serif;
	border-bottom:1px #CCC dotted;
	padding-bottom:4px;
}

/* _______________________________________________________________ --> CONTAINER <-- */

#container { 
	background:#FFFFFF;
	width:770px;
}

#outer {
	position:relative;
	margin:0 auto;
	background:#2d4059;
	width:770px;
	margin-top:65px;
	padding:10px 32px 32px 32px;
}

.upper {
	float:right;
	text-align:right;
	width:770px;
	background:#2d4059;
	text-transform:uppercase;
	color:#499499;
	padding:3px 3px 5px 3px;
	letter-spacing:1px;
	font-size:11px;
}

.upper a {text-decoration:none;}

/* _______________________________________________________________ --> CONTENT <-- */

#content {
	width:475px;
	height:auto;
	float:left;
	margin:5px 0 0 20px;
}

#content ul {padding-left:30px;}

/* _______________________________________________________________ --> FOOTER <-- */

#footer {
	position:relative;
	margin:0 auto;
	width:770px;
	height:auto;
	text-align:right;
	color:#c2c2c2;
	font-size:10px;
	margin-bottom:20px;
}

/* _______________________________________________________________ --> NAVIGATION <-- */

#navigation {
	width:200px;
	height:auto;
	float:left;
	margin:5px 0 45px 15px;
}

#nav li {
	float:left;
	list-style:none;
	margin-left:0px;
}

#nav span {
	display:none;
	position:absolute;
}

#nav a:hover span {
	display:block;
}

#nav-home span {
	background:url(images/nav_home_1.jpg) no-repeat;
	width:194px;
	height:28px;
	left:15px;
	top:224px;
}

#nav-programs span {
	background:url(images/nav_programs_1.jpg) no-repeat;
	width:194px;
	height:28px;
	left:15px;
	top:257px;
}

#nav-mybasketball span {
	background:url(images/nav_mybasketball_1.jpg) no-repeat;
	width:194px;
	height:28px;
	left:15px;
	top:290px;
}

#nav-comleague span {
	background:url(images/nav_comleague_1.jpg) no-repeat;
	width:194px;
	height:28px;
	left:15px;
	top:323px;
}

#nav-eliteteams span {
	background:url(images/nav_eliteteams_1.jpg) no-repeat;
	width:194px;
	height:28px;
	left:15px;
	top:356px;
}

#nav-coacheducation span {
	background:url(images/nav_coach_education_1.jpg) no-repeat;
	width:194px;
	height:28px;
	left:15px;
	top:389px;
}

#nav-calendar span {
	background:url(images/nav_calendar_1.jpg) no-repeat;
	width:194px;
	height:28px;
	left:15px;
	top:422px;
}

#nav-registration span {
	background:url(images/nav_register_1.jpg) no-repeat;
	width:194px;
	height:28px;
	left:15px;
	top:455px;
}

#nav-aboutus span {
	background:url(images/nav_aboutus_1.jpg) no-repeat;
	width:194px;
	height:28px;
	left:15px;
	top:488px;
}

#nav-supporters span {
	background:url(images/nav_supporters_1.jpg) no-repeat;
	width:194px;
	height:28px;
	left:15px;
	top:521px;
}

#nav-documents span {
	background:url(images/nav_documents_1.jpg) no-repeat;
	width:194px;
	height:28px;
	left:15px;
	top:554px;
}

#nav-photos span {
	background:url(images/nav_photos_1.jpg) no-repeat;
	width:194px;
	height:28px;
	left:15px;
	top:587px;
}

#nav-videos span {
	background:url(images/nav_videos_1.jpg) no-repeat;
	width:194px;
	height:28px;
	left:15px;
	top:620px;
}

#nav-rosters span {
	background:url(images/nav_rosters_1.jpg) no-repeat;
	width:194px;
	height:28px;
	left:15px;
	top:653px;
}

#nav-alumni span {
	background:url(images/nav_alumni_1.jpg) no-repeat;
	width:194px;
	height:28px;
	left:15px;
	top:686px;
}

#nav-contact span {
	background:url(images/nav_contact_1.jpg) no-repeat;
	width:194px;
	height:28px;
	left:15px;
	top:719px;
}




#dhtmlgoodies_slidedown_menu .dhtmlgoodies_activeItem {
	font-weight:bold;
	color: green;
}

#dhtmlgoodies_slidedown_menu li{
	list-style-type:none;
	position:relative;
}
#dhtmlgoodies_slidedown_menu ul{
	margin:0px;
	padding:0px;
	position:relative;
}

#dhtmlgoodies_slidedown_menu div{
	margin:0px;
	padding:0px;
}

#dhtmlgoodies_slidedown_menu{
	width:205px;
}


#dhtmlgoodies_slidedown_menu a{
	display:block;
	clear:both;
	width:170px;
	padding-left:2px;
	text-decoration:underline;
}

#dhtmlgoodies_slidedown_menu a:hover {text-decoration:none;}

#dhtmlgoodies_slidedown_menu .dhtmlgoodies_activeItem {
	font-weight:bold;
	color:#ef9a23;
	text-decoration:none;
}

#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	
	margin-top:1px;
	font-weight:bold;
}

#dhtmlgoodies_slidedown_menu .slMenuItem_depth2 {
	padding:2px;
	margin-left:35px;
}

#dhtmlgoodies_slidedown_menu .slMenuItem_depth2:before {content:"\2515 \0020";}

#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
	padding:1px;
}
