.icgolf-menu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}

/*Top level list items*/
.icgolf-menu ul li{
position: relative;
display: inline;
float: left;
width: 141px; /*Width of top level menu link items*/
}

/*Top level menu link items style*/
.icgolf-menu ul li a{
width: 166px; /*Width of top level menu link items*/
display: block;
padding: 5px 5px 5px 5px ;
border: 1px solid #202020;
border-left-width: -100px;
text-decoration: none;
background: url(/images/header/menubg.gif) center center repeat-x;
color: black;
font: bold 12px Arial, Times New Roman;
}
	
/*Sub level menu*/
.icgolf-menu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.icgolf-menu ul li ul li{
display: inline;
float: none;
}

/* Sub level menu links style */
.icgolf-menu ul li ul li a{
width: 166px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #e3f1bd;
border-width: 0 1px 1px 1px;
}

.icgolf-menu ul li a:hover{
background: url(/images/header/menubgover.gif) center center repeat-x;
}

.icgolf-menu ul li ul li a:hover{
background: #cde686;
}

.icgolf-menu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(/images/header/menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}


.body
{
MARGIN-LEFT: 0px;MARGIN-RIGHT: 0px;MARGIN-TOP: 0px;MARGIN-BOTTOM: 0px;BACKGROUND-COLOR: #B3C49D;FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Verdana, Sans-Serif;
}

.footer
{
VERTICAL-ALIGN: middle;TEXT-ALIGN: center;HEIGHT: 20px; FONT-SIZE: 6pt; COLOR: #000000; FONT-FAMILY: Verdana, Sans-Serif; PADDING: 5px; BACKGROUND-COLOR: #B3C49D;
}

.MiniBracket {
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}