﻿/****************************************************************/
/*                           Content                            */
/****************************************************************/
#destination_box {
	width: 553px;
	background-color: #0076A3;
	background-image:url(../images/template/misc/about_dest_bg.jpg);
	margin: 6px 0px 0px 1px;
	border: solid 1px #0076A3;
}
/****************************************************************/
/*                   Secondary Nav & Menus                      */
/****************************************************************/
.menu_heading a:hover{
	color: #0076A3;
	font-weight: bold;
	text-decoration: underline;
}
#menu_left .carat {
	color: #0076A3;
	margin-right: 3px;
	font-weight: bold;
}
#menu_left .submenu a:hover {
	color: #0076A3;
	text-decoration: underline;
	font-weight: normal;
}
.menu_heading_current { color: #0076A3; font-weight: bold; }

