/* Golf site : CSS by Nadia - PerreLink 2004 not to be copied or distributed  */
/* http://www.dreamweaverresources.com */

/* Webware navigation styles */
#divMainNav {
	/* margin: 4px 10px 4px 4px; */
	padding: 0;
}

.mnuMain {
	font-size: 1em;
	/* width: 152px; */
}
.mnuMainItem, .mnuMainSub { 
	text-align: left;
}
.mnuMainItem a, .mnuMainSub a {
	display: block; /*needed so that the whole cell is highlighted on mouseover*/
	font-weight: bold;
	border: 1px solid #000;
	margin: 0px 0px 2px 0px;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
}
.mnuMainItem a:link, .mnuMainItem a:visited, .mnuMainItem a:active, .mnuMainSub a:link, .mnuMainSub a:visited, .mnuMainSub a:active {
	background : url(../images/bgNavigation2.jpg) no-repeat;
	color: #fff;
}
.mnuMainItem a:hover, .mnuMainSub a:hover {
	background : url(../images/bgNavigation2.jpg) no-repeat;
	color: #fff;
	text-decoration: underline;
}

/* styles the menu table inside the dropdown div*/
.mnuSub { /* flyout menus */
	font-size: 1em;
	position:absolute; visibility:hidden; left:156px; top:227px;
	border-top: 0px solid #ff9600;
}

/* menu option which results in a new page */
.mnuSubItem a, .mnuSubSub a { 
	background: #ff9600;
	display: block;/*needed so that the whole cell is highlighted on mouseover*/
	padding: 5px 0px 5px 10px;
	margin-bottom: 2px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #000;
}
.mnuSubItem a:link, .mnuSubItem a:visited, .mnuSubItem a:active, .mnuSubSub a:link, .mnuSubSub a:visited, .mnuSubSub a:active {
	background : #fff url(../images/bgNavigation2.jpg) no-repeat;
}
.mnuSubItem a:hover, .mnuSubSub a:hover {
	background : #fff url(../images/bgNavigation2.jpg) no-repeat;
	text-decoration: underline;
}

/* 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;
}