/* Golf site : CSS by Nadia - PerreLink 2004 not to be copied or distributed  */
/* http://www.dreamweaverresources.com */

/* Webware navigation styles */
.mnuMainItem { /* menu option which results in a new page */
	color: #FFF;
	
}
.mnuMainItem a {
padding-top: 10px;
padding-left: 10px;
width: 135px;
height: 30px;
display: block;/*needed so that the whole cell is highlighted on mouseover*/
}
.mnuMainItem a:link, .mnuMainItem a:visited, .mnuMainItem a:active {
	background : #98BA72 url(../buttons/mnu_mainitem.gif) no-repeat left;
	color: #FFF;
	text-decoration: none;
}
.mnuMainItem a:hover{
	background : #98BA72 url(../buttons/mnu_mainitem_hover.gif) no-repeat left;
	color: black;
	text-decoration: none;
}

.mnuMainSub { /* menu option which results in a submenu */
	color: #FFF;
	background-color: #98BA72;
	/*background: url(../buttons/mnu_mainsub.gif) no-repeat left;*/
}
.mnuMainSub a {
width: 135px;
height: 30px;
padding-top: 10px;
padding-left: 10px;
display: block;/*needed so that the whole cell is highlighted on mouseover*/
}
.mnuMainSub a:link, .mnuMainSub a:visited, .mnuMainSub a:active {
background: url(../buttons/mnu_mainsub.gif) no-repeat left;
	color: #FFF;
	text-decoration: none;
}
.mnuMainSub a:hover{
	background : #98BA72 url(../buttons/mnu_mainsub_hover.gif) no-repeat left;
	text-decoration: none;
	color: black;
}
/* styles the menu table inside the dropdown div*/
.mnuSub { /* flyout menus */
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	position:absolute; visibility:hidden; left:100px; top:100px; width:200px;
	border-top: 1px solid #336600;
	/* IE box model hack*/
	\width: 152px; 
	w\idth: 150px;
	background-color: #006633;
}

/* menu option which results in a new page */
.mnuSubItem a { 
	background: #99CC66;
	display: block;/*needed so that the whole cell is highlighted on mouseover*/
	text-decoration: none;
	/* IE box model hack*/
	\width: 152px; 
	w\idth: 150px;
}
.mnuSubItem a:link, .mnuSubItem a:visited, .mnuSubItem a:active{
background: #98BA72;
border-right:1px solid #336600;
border-bottom:1px solid #336600;
border-left:1px solid #336600;
color:#000033;
padding: 2px 2px 2px 2px;
	text-decoration: none;
}
.mnuSubItem a:hover{
background: #D8E5CA;
border-right:#336600 1px solid;
border-bottom:#336600 1px solid;
border-left: #336600 1px solid;
color: #000066;
padding: 2px 2px 2px 2px;
	text-decoration: none;
}

/* menu option which results in a submenu */
.mnuSubSub a { 
background: #98BA72;
display: block;/*needed so that the whole cell is highlighted on mouseover*/
text-decoration: none;
width: 100%;
/* IE box model hack*/
\width: 152px; 
w\idth: 150px;
}
.mnuSubSub a:link, .mnuSubSub a:visited, .mnuSubSub a:active{
background: #98BA72;
border-right:1px solid #336600;
border-bottom:1px solid #336600;
border-left:1px solid #336600;
color:#000033;
padding: 2px 2px 2px 2px;
	text-decoration: none;
}
.mnuSubSub a:hover{
background: #CBDCB8;
border-right:#336600 1px solid;
border-bottom:#336600 1px solid;
border-left: #336600 1px solid;
color: #000066;
padding: 2px 2px 2px 2px;
	text-decoration: none;
}

