#jMenu{
	display: table;
	float: right;
	margin-left: -16px;
	margin-right: auto;
	margin-top: 5px;
	padding: 0;
	z-index: 30;
        *margin-top: 0px;

	list-style:none;
}

.topWidth{
 /*   over write TOP NAVI position */
        margin: auto auto -5px 6px;
        width:809px;
        *width:734px;
        text-align: center;
}

:root .topWidth{width:803px\9;}

#jMenu li
{
	display: table-cell;
        background-color: #000;
	float: left;
	font-family: Verdana;
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	border:none;
	height: 74px;
}

#jMenu li a
{
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 15px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	border-right:2px solid #085ca7;
	border-left:2px solid #085ca7;	
	font-variant: normal;
	font-weight: normal;
	height: 48px;
	margin: 1px 1px 0 1px;
	padding: 26px 3px 0;


	background-color: #085ca7;
	background-image: url(http://mosholugolfcourse.com/images/top_nav.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: Verdana, Geneva, sans-serif;
}

#jMenu li a:hover
{
	background: url(http://mosholugolfcourse.com/images/top_nav-hover.jpg) repeat-x 0 0;
	font-weight: normal;
	text-decoration:none;
	height:44px;
	color:#FFF;
	padding-top: 30px;
	border-right:2px solid #058f6e;
	border-left:2px solid #058f6e;
}

#jMenu li ul
{
	display: none;
	background-color: #00955c;
	position: absolute;
	text-align: left;
	border-color: #00955c #000 #000 #000;
	border-style: solid;
	border-width: 8px 1px 1px 1px;
	margin: 45px 0px 0px 2px;
	padding-bottom: 12px;
	padding-right: 20px;
	white-space: nowrap !important;
	z-index: 10;
}


#jMenu li ul li
{
	background-color: #00955c;
	display: block;
	border:none;
	line-height: 1em;
	float: none;
	height: 25px;
	margin: 0;
        *margin: 0px 0px 0px -8px;
	padding: 5px 10px;
        *padding: 5px 0px 5px 0px;
}

#jMenu li ul li a
{	
     border:none;
     display: block;
     font-size: 14px;

     background-color: #00955c;
     background-image: none;
     height: 25px;
     margin: 0;
     padding: 7px 10px 0;
}

#jMenu li ul li a.isParent
{
	background-color: #000;
	font-size: 14px;
}

#jMenu li ul li a:hover
{
	/*background-color: #000;
	border:none;*/
	background: #02643e;
        padding: 7px 8px 0;
        height: 25px;
}

#jMenu li ul li.arrow
{
	background: #000 url('http://mosholugolfcourse.com/images/arrow_down.png') no-repeat center center;
	border-bottom: none;
	height: 6px;
	padding: 0;
}



#jMenu li ul li ul, #jMenu li ul li ul li , #jMenu li ul li ul li a
{
	margin-top:0px;
}