/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
    background-image:url(../images/2008_layout_backround.jpg);
	background-repeat:repeat-x;
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 14px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px;
	z-index:5;
	}

ul li {
	position: relative;
	z-index:5;
	}

li ul {
	position: absolute;
	left: 174px;
	top: 0;
	display: none;
	z-index:5;
	text-align:left
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	z-index:5;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px;
	border-bottom: 1px solid #ccc;
	}
	
li:hover ul, li.over ul { 
	display: block; }
	
.style4 {font-size: 16px}
.winners {
	text-align: left;
	text-indent: 250px;
	vertical-align: middle;
}
