/* 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 {
	padding: 7px 0px 0px 0px;
	text-indent: 30px;
	margin: 0px 0px 0px 5px;
	display: block; /*needed so that the whole cell is highlighted on mouseover*/
	font-weight: bold;
	height: 21px;
	width: 152px;
	border: 0px solid #3D9FB4;
}
.mnuMainItem a:link, .mnuMainItem a:visited, .mnuMainItem a:active, .mnuMainSub a:link, .mnuMainSub a:visited, .mnuMainSub a:active {
	background : url(../images/bgNavigation.jpg) no-repeat;
	color: #fff;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
.mnuMainItem a:hover, .mnuMainSub a:hover {
	background : url(../images/bgNavigation.jpg) no-repeat;
	color: #fff;
	margin: 0px 0px 0px 0px;
	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;
	padding: 3px 0px 0px 0px;
	text-indent: 10px;
	margin: 0 0px 0px 0;
	border-top: 0px solid #3D9FB4;
/*	background-color: #3D9FB4; */
/*	border: 3px solid #000066; */
}

/* menu option which results in a new page */
.mnuSubItem a, .mnuSubSub a { 
	background: #000066;
	height: 21px;
	width: 170px;
	display: block;/*needed so that the whole cell is highlighted on mouseover*/
	text-decoration: none;
}
.mnuSubItem a:link, .mnuSubItem a:visited, .mnuSubItem a:active, .mnuSubSub a:link, .mnuSubSub a:visited, .mnuSubSub a:active {
	background : url(../images/bgNavigation1.jpg) no-repeat;
	border-right:#3D9FB4 0px solid;
	border-bottom:#3D9FB4 0px solid;
	border-left: #3D9FB4 0px solid;
	color: #fff;
	width: 170px;
	padding: 5px 2px 2px 30px;
	text-decoration: none;
}
.mnuSubItem a:hover, .mnuSubSub a:hover {
	background : url(../images/bgNavigation1.jpg) no-repeat;
	border-right:0px solid #3D9FB4;
	border-bottom:0px solid #3D9FB4;
	border-left:0px solid #3D9FB4;
	color: #fff;
	width: 170px;
	padding: 5px 2px 2px 30px;
	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;
}