/* Singapore Tourism Board Style Sheet Guide */
/* Designed + Developed by Spoon Creative */

/* For Navigation Bar */

/* Nav Links */
#nav_link {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	font-weight: none;
	color: #D8D09B;
	line-height: 10px;
}

#nav_link a {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #D8D09B;
	line-height: 10px;
}

#nav_link a:link {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	font-weight:bold;
	color: #D8D09B;
	line-height: 10px;
}

#nav_link a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #D8D09B;
	line-height: 10px;
}

#nav_link a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 10px;
}


/* Navigation Divs */
.div_nav {
	width: 614px;
	height: 23px;
	background-color: #481A1A;
	margin-bottom: 1px;
}
