.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 200px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 175px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #fff;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: #A77787;
}

.suckerdiv ul li.current a{
background-color: #BCCDD6;
}

.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}
:focus
{
  -moz-outline-style: none;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
body {
	background-color: #A42344;
}
.container .sponsors {
	position: absolute;
	height: 745px;
	width: 210px;
	left: 10px;
	top: 520px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid;
	border-color: #999999;
	background-color: #BCCDD6;
}
.container .events {
	position: absolute;
	height: 150px;
	width: 210px;
	left: 10px;
	top: 360px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid;
	border-color: #999999;
	background-color: #BCCDD6;
}
.container .events .image {
	position: absolute;
	height: 60px;
	width: 148px;
	bottom: 10px;
	left: 31px;
}

.container .raised {
	position: absolute;
	height: 160px;
	width: 210px;
	left: 10px;
	top: 1280px;
	background-color: #BCCDD6;
	border: 1px solid;
	border-color: #999999;
}

.container .banner {
	position: absolute;
	height: 200px;
	width: 800px;
	left: 0px;
	top: 0px;
}
.container .navigation {
	position: absolute;
	height: 169px;
	width: 150px;
	left: 10px;
	top: 218px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	z-index: 10;
}
a:link {
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #A77787;
	text-decoration: none;
}
