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

