/* Golf site : CSS by Nadia - PerreLink 2004 not to be copied or distributed  */
/* http://www.dreamweaverresources.com */

/* Webware navigation styles */
.mnuMain {
	font-size: 1.1em;
	margin: 20px 8px 0 8px;
}
.mnuMainItem a, .mnuMainSub a {
	width: 170px;
	display: block;/*needed so that the whole cell is highlighted on mouseover*/
	padding: 3px 0 3px 5px;
	margin-bottom:2px;
	margin-left: 2px;
	border-left: #CC9900 5px solid;
	border-bottom: brown 1px solid;
	border-right: brown 1px solid;
	background-color: #FFF;
}
.mnuMainItem a:link, .mnuMainItem a:visited, .mnuMainItem a:active, .mnuMainSub a:link, .mnuMainSub a:visited, .mnuMainSub a:active {
	background : #FFF url(../images/hvhknop.gif);
	color: white;
	text-decoration:none;
}
.mnuMainItem a:hover, .mnuMainSub a:hover {
	background: brown none;;
	text-decoration: none;
}

/* styles the menu table inside the dropdown div*/
.mnuSub { /* flyout menus */
	font-size: 1.1em;
	position:absolute; visibility:hidden; left:156px; top:227px;
	border-top: 1px solid brown;
	background-color: #FFF;
}

/* menu option which results in a new page */
.mnuSubItem a, .mnuSubSub a { 
	width: 170px; 
	border-left: #CC9900 5px solid;
	border-bottom: brown 1px solid;
	border-right: brown 1px solid;
	display: block;/*needed so that the whole cell is highlighted on mouseover*/
	text-decoration: none;
	padding: 3px 0 3px 5px;
	background : #FFF url(../images/hvhknop.gif);
}
.mnuSubItem a:link, .mnuSubItem a:visited, .mnuSubItem a:active, .mnuSubSub a:link, .mnuSubSub a:visited, .mnuSubSub a:active {
	color: white;
	text-decoration:none;
}
.mnuSubItem a:hover, .mnuSubSub a:hover {
	background: brown none;;
	text-decoration: none;
}

/* current option marker */
#divMainNav .current { /* current menu option marker*/
	font-weight: bold;
}
.mnuSub .current { /* current menu option marker*/
	font-weight: bold;
}

/* sublevel menu indication */
span.navArrow {
	font-family : Webdings;
}
