/* Golf site : CSS by Nadia - PerreLink 2004 not to be copied or distributed  */
/* http://www.dreamweaverresources.com */

/* Webware navigation styles */
.mnuMain {
	font: 12px Arial, Helvetica, sans-serif;
	margin-left: 3px;
}
.mnuMainItem { /* menu option which results in a new page */
	text-align: left;
}
.mnuMainItem a, .mnuMainSub a {
	margin: 0;
	padding: 8px 0px 15px 35px;
	margin-left: -3px;
	width: 159px;
	background: url(../images/menu-empty.gif) no-repeat left;
	display: block;/*needed so that the whole cell is highlighted on mouseover*/
	font-weight: bold;
	font-size: 14px;
}
.mnuMainItem a:link, .mnuMainItem a:visited, .mnuMainItem a:active {
	color: #000066;
	text-decoration: none;
}
.mnuMainItem a:hover{
	color: #000066;
	text-decoration: underline;
}

.mnuMainSub { /* menu option which results in a submenu */
	text-align: left;
}
.mnuMainSub a:link, .mnuMainSub a:visited, .mnuMainSub a:active {
	background: url(../images/menu-empty.gif) no-repeat left;
	color: #000066;
	text-decoration: none;
}
.mnuMainSub a:hover{
	background: url(../images/menu-empty.gif) no-repeat left;
	text-decoration: underline;
	color: #000066;
}
/* styles the menu table inside the dropdown div*/
.mnuSub { /* flyout menus */
	font: 12px Arial, Helvetica, sans-serif;
	position:absolute; visibility:hidden; left:156px; top:227px;
	border-top: 1px solid #BA9C22;
	/* IE box model hack*/
	\width: 152px; 
	w\idth: 150px;
	background-color: #BA9C22;
	border: 1px solid #000066;
}

/* menu option which results in a new page */
.mnuSubItem a, .mnuSubSub a { 
	background: #FFFFFF;
	display: block;/*needed so that the whole cell is highlighted on mouseover*/
	text-decoration: none;
	/* IE box model hack*/
	\width: 150px; 
	w\idth: 144px;
}
.mnuSubItem a:link, .mnuSubItem a:visited, .mnuSubItem a:active{
	background: #BA9C22;
	border-right:#BA9C22 1px solid;
	border-bottom:#BA9C22 1px solid;
	border-left: #BA9C22 1px solid;
	color: #000066;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}
.mnuSubItem a:hover{
	background: #FFFFFF;
	border-right:1px solid #BA9C22;
	border-bottom:1px solid #BA9C22;
	border-left:1px solid #BA9C22;
	color: #000066;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}

/* menu option which results in a submenu */
.mnuSubSub a:link, .mnuSubSub a:visited, .mnuSubSub a:active{
	background: #BA9C22 url(../images/subSub.jpg) no-repeat right;
	border-right:#BA9C22 1px solid;
	border-bottom:#BA9C22 1px solid;
	border-left: #BA9C22 1px solid;
	color: #000066;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}
.mnuSubSub a:hover{
	background: #FFFFFF url(../images/subSub_over.jpg) no-repeat right;
	border-right:1px solid #BA9C22;
	border-bottom:1px solid #BA9C22;
	border-left:1px solid #BA9C22;
	color: #000066;
	padding: 2px 2px 2px 2px;
	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;
}