/* style the menu navigation wrap  */
#menu-wrap {
	position: relative;
	width: 600px;
	margin: 8px 0 0 23px;
	z-index: 9000;
}
#menu-wrap ul {
	background: none;
}
/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
	text-decoration: none;
	color: #CC6600;
	/*#69320F*/
	text-transform: uppercase;
	font-size: 28px;
	font-weight: normal;
	line-height: 1em;
	border-right: 0px solid #000;
	padding: 0;
}
/* top level items on hover */
#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active {
	color: #fff;
	background: none;
}
/* style the top level hover */
#menu-wrap a:hover, #menu-wrap ul ul a:hover {
	color: #fff;
	background: none;
}
#menu-wrap :hover > a, #menu-wrap ul ul :hover > a {
	color: #fff;
	background: none;
}
/* menu sections with children */
#menu-wrap a.trigger, #menu-wrap a.trigger:hover, #menu-wrap a.trigger:visited {
	background: none;
	color: #fff;
}
/* style sections from the dropdown menus */
#menu-wrap li.section {
	color: #CC6600;
	background-color: #4283b7;
	font-weight: bold;
}
/* style sections from the dropdown menus */


/* style the second level links */
#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
	color: #CC6600;
}
/* style the second level hover */
#menu-wrap ul ul a:hover {
	background:#B3D9FF
}
#menu-wrap ul ul :hover > a {
	background:#B3D9FF
}
/* style selected page in the top menu */                                  
#menu-wrap li.selected_page {
	background: none;
}
#menu-wrap li.selected_page a {
	color: #B0CD36;
}
/* style selected subpage in the top menu */                                  
#menu-wrap li.selected_subpage {
	color: #CC6600;
	background: none;
}
#menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited {
	color: #CC6600;
}
#menu-wrap ul ul li a.selected {
	background: none;
	color: #CC6600;
}
/* style sidebar navigation */

#sidebar-navigation h4 {
/* style sidebar title */
}
#sidebar-navigation .cms-nav-sidebar a, #sidebar-navigation .cms-nav-sidebar a:visited {
/* links */
}
#sidebar-navigation .cms-nav-sidebar a:hover, #sidebar-navigation .cms-nav-sidebar a:focus, #sidebar-navigation .cms-nav-sidebar a:active {
/* links hover */
}
.cms-nav-sidebar .selected_page_side {
/* selected item in side navigation */
}
.cms-nav-bc a, .cms-nav-bc a:visited {
/* trail navigation links */
}
.cms-nav-bc a:hover, .cms-nav-bc a:focus, .cms-nav-bc a:active {
/* trail navigation links hover */
}
.cms-nav-bc {
/* trail navigation links hover - not linked */
}