/*
Sky High Sports Corporate Site Stylesheet
corporate.css
12/15/2008
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#FFFFFF;
}
#navmenu ul {
	float: center;
	width: 230px;
	margin-left:1px;
	padding: 0px 0px 0px 0px;
	color: #838a80;
	background: #000000;
	border-color: #838a80;
	list-style-type: none;
	list-style: none;
	align: left;
	text-align: left;
}

#navmenu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 30px;
	text-decoration: none;
	list-style-type: none;
	list-style: none;
	align: left;
	text-align: left;
}	
#navmenu li a:link, #navmenu li a:visited {
	color:#ffffff; 	/* #5E7830; */
	font-weight:bold;
	display: block;
	height:30px;
	width:230px;
	background: url(../images/off.png) no-repeat;
	background-repeat:no-repeat;
	padding: 8px 0 0 23px;
	list-style-type: none;
	list-style: none;
	align: left;
	text-align: left;
}
#navmenu li a:hover {
	color: #65B8FB;
	width:230px;
	background: url(../images/over.png) no-repeat;
	background-repeat:no-repeat;
	padding: 8px 0 0 23px;
	font-weight: bold;
	list-style-type: none;
	list-style: none;
	align: left;
	text-align: left;
}
#navmenu li a:active {
	color: #26370A;
	width:230px
	background: url(../images/over.png) 0 -61px no-repeat;
	background-repeat:no-repeat;
	padding: 7px 0 0 10px;
	list-style-type: none;
	list-style: none;
	align: left;
	text-align: left;
}
.submenu {
	float: left;
	width: 230px;
	margin-left:1px;
	padding: 270px 0px 20px 25px;
	color: #838a80;
	background: #282d30 url(../images/off.png) no-repeat top center;
	border-color: #838a80;
	list-style-type: none;
	font-weight: bold;
}
.submenu li a {
	height: 30px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 30px;
  	background: url(../images/off.png) no-repeat;
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
}	
.submenu li a:link, .submenu li a:visited {
	color: #5E7830;
	display: block;
	background: url(../images/off.png) no-repeat;
	padding: 8px 0 0 10px;
	list-style-type: none;
	font-weight: bold;
	height: 30px;
}
.submenu li a:hover {
	color: #009AD8;
	background: url(../images/over.png) 0 -32px no-repeat;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	font-weight: bold;
	list-style-type: none;
	height: 30px;
}
.submenu li a:active {
	color: #26370A;
	background: url(../images/over.png) 0 -64px no-repeat;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	font-weight: bold;
	list-style-type: none;
	height: 30px;
}
h1 {
font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
font-size: 28px;
color: #F08223;
font-weight: bold;
}
		/* regular styling stuff */
		h1 {font:30px Century, Arial, Helvetica;color:#F08223;font-weight:bold; align: center}
		p, ul {font:12px/1.5em Arial, Helvetica, sans-serif;color:#000;}
		
		.shadow { 	
			/*position above it's own shadow*/
			position:relative;	
			z-index:0; 
		}
		.shadow span {
			/*position directly below the text */
			position:absolute;
			z-index:-1;
			top:0; left:0;
			/*lower opacity*/
			opacity:0.03;
			/* disable text-desection */
			-moz-user-select:none;
		}
		/* knockout styles */
		.knockout {color:#F08223;}
		.knockout span {color:#000;}
		
		/*positioning all shadows*/
		/*	first layer*/
		.shadow .a1, .shadow .a5, .shadow .a7 {left:-1px;}
		.shadow .a2, .shadow .a6, .shadow .a8 {left: 1px;}
		.shadow .a3, .shadow .a5, .shadow .a8 {top :-1px;}
		.shadow .a4, .shadow .a6, .shadow .a7 {top : 1px;}
		
		/*	second layer*/
		.shadow .b1, .shadow .b5, .shadow .b7 {left:-2px;}
		.shadow .b2, .shadow .b6, .shadow .b8 {left: 2px;}
		.shadow .b3, .shadow .b5, .shadow .b8 {top :-2px;}
		.shadow .b4, .shadow .b6, .shadow .b7 {top : 2px;}
		
		/*	third layer*/
		.shadow .c1, .shadow .c5, .shadow .c7 {left:-3px;}
		.shadow .c2, .shadow .c6, .shadow .c8 {left: 3px;}
		.shadow .c3, .shadow .c5, .shadow .c8 {top :-3px;}
		.shadow .c4, .shadow .c6, .shadow .c7 {top : 3px;}
		
		/*	fourth layer*/
		.shadow .d5, .shadow .d7 {left:-4px;}
		.shadow .d6, .shadow .d8 {left: 4px;}
		.shadow .d5, .shadow .d8 {top :-4px;}
		.shadow .d6, .shadow .d7 {top : 4px;}
		
		/*	better shadow trick */
		.shadow .d1 {left:-5px;}
		.shadow .d2 {left: 5px;}
		.shadow .d3 {top :-5px;}
		.shadow .d4 {top : 5px;}