@charset "utf-8";
/* CSS Document */

body {
	font-size:76%; 
	font-family: verdana, arial, sans-serif; 
	background:#fff;}

#page {
	width:1024px; 
	margin:0 auto; 
	text-align:left;}

#header {
	width: 1024px; 
	height: 217px; 
	background: url('../images/banner.jpg');}

/* #nav {
	float:left; 
	padding-top: 20px;
	width:200px; 
	min-height: 450px; 
	height: auto;
	color: #000000; 
	font-weight:bold;
	background: #f4a202 url('../images/nav_tiger.jpg') bottom no-repeat; }
	
#nav ul {
	width: 200px; 
	margin:0; padding:0;}

#nav li {
	list-style-type: none;}

#nav li a {
	width: 173px;
	display: block;
	padding: 4px 0 0 27px; margin:0;
	color: #000000;
	text-decoration: none;
	line-height: 25px;}
	
#nav ul li a:hover {
	background: #facb71;} */

#wrapper {
	overflow:hidden;}

#content {
	margin:10px 250px;}
	
#content a {
	padding: 2px 0; 
	text-decoration: underline;
	}
	
#content a:hover {
	background: #facb71;
	text-decoration: none;}

#content, #sponsors {
	padding-bottom:32767px; 
	margin-bottom:-32767px;}
	
#sponsors {
	float:right; 
	width:200px; 
	padding:10px;}

#footer {
	clear:both; 
	background:#455c5a;}

.content {
	padding:10px;}

h1 {
	font-size:22px; 
	margin:0; 
	padding:10px 0; 
	color:#f4a202;}

h3 {
	font-size:16px; 
	margin:0; 
	padding:6px 0; 
	color:#000;}

p {
	font-size:12px;
	line-height:1.5em; 
	margin:0; padding:5px 0;}

#header p {
	color:#fff;}

img {
	border: none;}


/* Navigation 
------------------------------------------------------------------------------------ */
#nav {
	float:left; 
	width:200px; 
	min-height: 450px; 
	height: auto;
	color: #000000; 
	font-weight:bold;
	background: #f4a202 url('../images/nav_tiger.jpg') bottom no-repeat; 
}
	

.menu {
z-index:1000;
font-size:90%;
text-align: left;
margin: 0 0 30px 0; padding: 22px 0 0 0;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width: 200px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
line-height: 26px;
width: 163px;
padding: 7px 10px 7px 27px;
font: bold 12px Verdana, sans-serif; color: #000;

}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited { width:171px; w\idth:172px;}
/* style the link hover */
* html .menu a:hover {
color: #000; 
}

.menu :hover > a {
color: #000; background: #facb71;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0px;
left: 200px; 
background: #f4a202;
}
* html body .menu ul ul { top: 0; }
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
