#nav{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 980px;
	height: 35px;
	background:#3A7777 url(/PublicSitesIncludes/images/board/turks_caicos/nav_bg_glossy.gif) repeat-x top right;
}
#nav a {
	font-size:13px;
	font-weight:bold;
	font-family: arial,helvetica,sans-serif;
	letter-spacing:1px;
	color: #FFDB27;
	text-decoration: none;
	border-bottom:none;
	}
	
#nav a:hover {
	color: #fff;
	background:transparent;
}

/* this is the main UL element*/
.dropdown{
	display:none;
	margin: 0;
	padding: 5px 0 5px 0;
	list-style:none;
	white-space: nowrap;
	text-align:center;
	}

/* these are the inner menus*/
.dropdown ul{
	margin: 9px 0 0 0;
	padding: 0;
	list-style: none;
	border-right:2px solid #333;
	border-bottom:2px solid #333;
	}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding: 4px 15px 0 15px;
	cursor:pointer;
	white-space: nowrap;
	/* must be higher than ms virtual earth map toolbar */
	z-index:131 !important;
	}
	
.dropdown ul li a {
	color: #fff;
	width:100%;
	}	
.dropdown ul li a:hover {
	color: #000;
	}	
.dropdown li:hover {
	
	} 
.dropdown li.submenu-down:hover {
	color:#fff;
	} 

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	background:#255A5A url(/PublicSitesIncludes/images/board/turks_caicos/dropdown_bg.gif) repeat-y top left;
	border-bottom:0;
	margin-left:-1px;
	width: 140px;
	text-align:right;
	padding: 5px 15px;
	}


