

	/*************************
	*   Primary Navigation   *
	**************************/

		/* main menu */
#nav {
	left: 0;
	top: auto;
	right: 0;
	bottom: 0;

	background-repeat: repeat;
	background-position: left top;

	background:url(images/top-bg.gif) repeat-x;
	border: 0;
}
		/* separator lines */
#nav.horizontal .menu > li {
	border-left: 0px solid #d4dcdf;
}

#nav.vertical .menu > li {
	border-top: 0px solid #d4dcdf;
}

#nav.horizontal .menu > li:first-child {
	border-left-width: 0px;
}

#nav.vertical .menu > li:first-child {
	border-top-width: 0px;
}

		/* menu items */
#nav .menu > li > a {
	padding: 1px 1px;
	margin: 0 1px;
	border: 0;

	background-color: transparent;
	background-image: none;
}
#nav .menu > li.folder > a {
	padding: 3px 3px;
}
		/* menu items hover */
#nav .menu > li:hover > a, #nav .menu > li.open > a {
	padding: 1px 1px;
	margin: 0 1px;
	border: 0;

	background-color: #404040;
	background-repeat: repeat;
	background-position: left top;
	background-image: url('images/patterns/w456/w456_10.png');
}
#nav .menu > li.folder:hover > a, #nav .menu > li.folder.open > a {
	padding: 2px 2px;
}

		/* current menu item */
#nav .menu > li.current-menu-ancestor > a, #nav .menu > li.current-menu-item > a {
	padding: 3px 3px;
	margin: 0 1px;
	border: 0;

	background-color: #404040;
	background-repeat: repeat;
	background-position: left top;
	background-image: url('images/patterns/w456/w456_10.png');
}

#nav .menu > li.folder.current-menu-ancestor > a, #nav .menu > li.folder.current-menu-item > a {
	padding: 3px 3px;
}
		/* current menu item hover */
#nav .menu > li.current-menu-ancestor:hover > a, #nav .menu > li.current-menu-item:hover > a {
	padding: 3px 3px;
	margin: 0 1px;
	border: 0;

	background-color: #404040;
	background-repeat: repeat;
	background-position: left top;
	background-image: url('images/patterns/w456/w456_10.png');
}
#nav .menu > li.folder.current-menu-ancestor:hover > a, #nav .menu > li.folder.current-menu-item:hover > a {
	padding: 3px 3px;
}

		/* menu items label font */
#nav .menu > li > a .label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c99265;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* menu items hover label font */
#nav .menu > li:hover > a .label, #nav .menu > li.open > a .label > h1,h2,h3,h4 {
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item label font */
#nav .menu > li.current-menu-ancestor > a .label, #nav .menu > li.current-menu-item > a .label > h1,h2,h3,h4 {
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* menu items hover label font */
#nav .menu > li.current-menu-ancestor:hover > a .label, #nav .menu > li.current-menu-item:hover > a .label > h1,h2,h3,h4 {
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}


		/* menu items desc font */
#nav .menu > li > a .desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7c99b4;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* menu items hover desc font */
#nav .menu > li:hover > a .desc, #nav .menu > li.open > a .desc {
	color: #8ba6bf;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item desc font */
#nav .menu > li.current-menu-ancestor > a .desc, #nav .menu > li.current-menu-item > a .desc {
	color: #8ba6bf;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* current menu item hover desc font */
#nav .menu > li.current-menu-ancestor:hover > a .desc, #nav .menu > li.current-menu-item:hover > a .desc {
	color: #8ba6bf;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

	/* menu icons */
#nav .menu > li.folder > a .submenu_icon_before:before {
	content: none;
	color: #9aa5ae;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#nav .menu > li.folder:hover > a .submenu_icon_before:before, #nav .menu > li.folder.open > a .submenu_icon_before:before {
	content: none;
	color: #ffffff;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#nav .menu > li.folder.current-menu-ancestor > a .submenu_icon_before:before, #nav .menu > li.folder.current-menu-item > a .submenu_icon_before:before {
	content: none;
	color: #ffffff;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#nav .menu > li.folder.current-menu-ancestor:hover > a .submenu_icon_before:before, #nav .menu > li.folder.current-menu-item:hover > a .submenu_icon_before:before {
	content: none;
	color: #ffffff;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#nav .menu > li.folder > a .submenu_icon_after:after {
	content: none;
	color: #9aa5ae;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#nav .menu > li.folder:hover > a .submenu_icon_after:after, #nav .menu > li.folder.open > a .submenu_icon_after:after {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#nav .menu > li.folder.current-menu-ancestor > a .submenu_icon_after:after, #nav .menu > li.folder.current-menu-item > a .submenu_icon_after:after {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#nav .menu > li.folder.current-menu-ancestor:hover > a .submenu_icon_after:after, #nav .menu > li.folder.current-menu-item:hover > a .submenu_icon_after:after {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}


		/* submenu */
#nav .sub-menu {
	background-color: #42403f;
	background-repeat: repeat;
	background-position: left top;
	background-image: url('images/patterns/w456/w456_5.png');
	border: 1px solid #3a3837;
}

		/* menu items */
#nav .sub-menu > li {
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	line-height: 120%;
	text-align: left;
	
	background-color: transparent;
	background-image: none;
	border-top: 1px solid #4f4d49;
}

		/* menu items hover */
#nav .sub-menu > li:hover, #nav .sub-menu > li.open {
	background-color: #002947;
	background-image: none;
}

		/* current menu item */
#nav .sub-menu > li.current-menu-ancestor, #nav .sub-menu > li.current-menu-item {
	background-color: #002947;
	background-image: none;
}

		/* current menu item hover */
#nav .sub-menu > li.current-menu-ancestor:hover, #nav .sub-menu > li.current-menu-item:hover {
	background-color: #002947;
	background-image: none;
}

#nav .sub-menu > li:first-child {
	border-top-width: 0px;
}

		/* menu items padding */
#nav .sub-menu > li > a > .label_holder {
	padding: 3px;
}

		/* menu items hover padding */
#nav .sub-menu > li:hover > a > .label_holder, #nav .sub-menu > li.open > a > .label_holder {
	padding: 3px;
}

		/* current menu item padding */
#nav .sub-menu > li.current-menu-ancestor > a > .label_holder, #nav .sub-menu > li.current-menu-item > a > .label_holder {
	padding: 3px;
}

		/* current menu item hover padding */
#nav .sub-menu > li.current-menu-ancestor:hover > a > .label_holder, #nav .sub-menu > li.current-menu-item:hover > a > .label_holder {
	padding: 3px;
}

		/* menu items color and underline */
#nav .sub-menu > li > a .label > h1,h2,h3,h4 {
	color: #9d9d9d;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* menu items hover color and underline */
#nav .sub-menu > li:hover > a .label, #nav .sub-menu > li.open > a .label  {
	color: #ab7e5f;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item color and underline */
#nav .sub-menu > li.current-menu-ancestor > a .label, #nav .sub-menu > li.current-menu-item > a .label  {
	color: #ab7e5f;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item hover color and underline */
#nav .sub-menu > li.current-menu-ancestor:hover > a .label, #nav .sub-menu > li.current-menu-item:hover > a .label {
	color: #ab7e5f;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

	/* submenu icons */
#nav .sub-menu > li.folder > a .submenu_icon_after:after {
	content: "\f008";
	color: #ac7c5b;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#nav .sub-menu > li.folder:hover > a .submenu_icon_after:after, #nav .sub-menu > li.folder.open > a .submenu_icon_after:after {
	content: "\f008";
	color: #ac7c5b;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#nav .sub-menu > li.folder.current-menu-ancestor > a .submenu_icon_after:after, #nav .sub-menu > li.folder.current-menu-item > a .submenu_icon_after:after {
	content: "\f008";
	color: #ac7c5b;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#nav .sub-menu > li.folder.current-menu-ancestor:hover > a .submenu_icon_after:after, #nav .sub-menu > li.folder.current-menu-item:hover > a .submenu_icon_after:after {
	content: "\f008";
	color: #ac7c5b;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}


/************************
*   Popup Menu Widget   *
*************************/

	/*********************************
	*   Popup Menu Widget - Header   *
	**********************************/

		/* main menu */
#header_wrapper .widget_dottoro_popup_menu .popup_menu {
	background-color: transparent;
	background-image: none;
	border: 0;
}
		/* separator lines */
#header_wrapper .widget_dottoro_popup_menu .horizontal .menu > li {
	border-left: 0px solid #d4dcdf;
}

#header_wrapper .widget_dottoro_popup_menu .vertical .menu > li {
	border-top: 0px solid #d4dcdf;
}

#header_wrapper .widget_dottoro_popup_menu .horizontal .menu > li:first-child {
	border-left-width: 0px;
}

#header_wrapper .widget_dottoro_popup_menu .vertical .menu > li:first-child {
	border-top-width: 0px;
}

		/* menu items */
#header_wrapper .widget_dottoro_popup_menu .menu > li > a {
	padding: 11px 12px;
	margin: 0 1px;
	border: 0;

	background-color: transparent;
	background-image: none;
}
#header_wrapper .widget_dottoro_popup_menu .menu > li.folder > a {
	padding: 11px 12px;
}
		/* menu items hover */
#header_wrapper .widget_dottoro_popup_menu .menu > li:hover > a, #header_wrapper .widget_dottoro_popup_menu .menu > li.open > a {
	padding: 11px 12px;
	margin: 0 1px;
	border: 0;

	background-color: transparent;
	background-image: none;
}
#header_wrapper .widget_dottoro_popup_menu .menu > li.folder:hover > a, #header_wrapper .widget_dottoro_popup_menu .menu > li.folder.open > a {
	padding: 11px 12px;
}

		/* current menu item */
#header_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-ancestor > a, #header_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-item > a {
	padding: 11px 12px;
	margin: 0 1px;
	border: 0;

	background-color: transparent;
	background-image: none;
}
#header_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor > a, #header_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-item > a {
	padding: 11px 12px;
}
		/* current menu item hover */
#header_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-ancestor:hover > a, #header_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-item:hover > a {
	padding: 11px 12px;
	margin: 0 1px;
	border: 0;

	background-color: transparent;
	background-image: none;
}
#header_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor:hover > a, #header_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-item:hover > a {
	padding: 11px 12px;
}

		/* menu items label font */
#header_wrapper .widget_dottoro_popup_menu .menu > li > a .label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* menu items hover label font */
#header_wrapper .widget_dottoro_popup_menu .menu > li:hover > a .label, #header_wrapper .widget_dottoro_popup_menu .menu > li.open > a .label {
	color: #585858;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item label font */
#header_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-ancestor > a .label, #header_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-item > a .label {
	color: #585858;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* menu items hover label font */
#header_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-ancestor:hover > a .label, #header_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-item:hover > a .label {
	color: #585858;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* menu items desc font */
#header_wrapper .widget_dottoro_popup_menu .menu > li > a .desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	color: #696969;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* menu items hover desc font */
#header_wrapper .widget_dottoro_popup_menu .menu > li:hover > a .desc, #header_wrapper .widget_dottoro_popup_menu .menu > li.open > a .desc {
	color: #696969;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item desc font */
#header_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-ancestor > a .desc, #header_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-item > a .desc {
	color: #696969;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* current menu item hover desc font */
#header_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-ancestor:hover > a .desc, #header_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-item:hover > a .desc {
	color: #696969;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

	/* menu icons */
#header_wrapper .widget_dottoro_popup_menu .menu > li.folder > a .submenu_icon_before:before {
	content: none;
	color: #9aa5ae;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#header_wrapper .widget_dottoro_popup_menu .menu > li.folder:hover > a .submenu_icon_before:before, #header_wrapper .widget_dottoro_popup_menu .menu > li.folder.open > a .submenu_icon_before:before {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#header_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor > a .submenu_icon_before:before, #header_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-item > a .submenu_icon_before:before {
	content: none;
	color: #ffffff;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#header_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor:hover > a .submenu_icon_before:before, #header_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-item:hover > a .submenu_icon_before:before {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#header_wrapper .widget_dottoro_popup_menu .menu > li.folder > a .submenu_icon_after:after {
	content: none;
	color: #9aa5ae;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#header_wrapper .widget_dottoro_popup_menu .menu > li.folder:hover > a .submenu_icon_after:after, #header_wrapper .widget_dottoro_popup_menu .menu > li.folder.open > a .submenu_icon_after:after {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#header_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor > a .submenu_icon_after:after, #header_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-item > a .submenu_icon_after:after {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#header_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor:hover > a .submenu_icon_after:after, #header_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-item:hover > a .submenu_icon_after:after {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}



		/* submenu */
#header_wrapper .widget_dottoro_popup_menu .sub-menu {
	background-color: #f7f7f7;
	background-image: none;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #de905a;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

		/* menu items */
#header_wrapper .widget_dottoro_popup_menu .sub-menu > li {
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	line-height: 128%;
	text-align: left;
	
	background-color: transparent;
	background-image: none;
	border-top: 1px solid #ebebeb;
}

		/* menu items hover */
#header_wrapper .widget_dottoro_popup_menu .sub-menu > li:hover, #header_wrapper .widget_dottoro_popup_menu .sub-menu > li.open {
	background-color: #fbfbfb;
	background-image: none;
}

		/* current menu item */
#header_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor, #header_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-item {
	background-color: #fbfbfb;
	background-image: none;
}

		/* current menu item hover */
#header_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor:hover, #header_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-item:hover {
	background-color: #fbfbfb;
	background-image: none;
}

#header_wrapper .widget_dottoro_popup_menu .sub-menu > li:first-child {
	border-top-width: 0px;
}

		/* menu items padding */
#header_wrapper .widget_dottoro_popup_menu .sub-menu > li > a > .label_holder {
	padding: 3px;
}

		/* menu items hover padding */
#header_wrapper .widget_dottoro_popup_menu .sub-menu > li:hover > a > .label_holder, #header_wrapper .widget_dottoro_popup_menu .sub-menu > li.open > a > .label_holder {
	padding: 3px;
}

		/* current menu item padding */
#header_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor > a > .label_holder, #header_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-item > a > .label_holder {
	padding: 3px;
}

		/* current menu item hover padding */
#header_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor:hover > a > .label_holder, #header_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-item:hover > a > .label_holder {
	padding: 3px;
}

		/* menu items color and underline */
#header_wrapper .widget_dottoro_popup_menu .sub-menu > li > a .label {
	color: #747474;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* menu items hover color and underline */
#header_wrapper .widget_dottoro_popup_menu .sub-menu > li:hover > a .label, #header_wrapper .widget_dottoro_popup_menu .sub-menu > li.open > a .label {
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item color and underline */
#header_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor > a .label, #header_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-item > a .label {
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item hover color and underline */
#header_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor:hover > a .label, #header_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-item:hover > a .label {
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

	/* submenu icons */
#header_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder > a .submenu_icon_after:after {
	content: "\f014";
	color: #747474;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#header_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder:hover > a .submenu_icon_after:after, #header_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder.open > a .submenu_icon_after:after {
	content: "\f015";
	color: #de905a;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#header_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-ancestor > a .submenu_icon_after:after, #header_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-item > a .submenu_icon_after:after {
	content: "\f014";
	color: #de905a;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#header_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-ancestor:hover > a .submenu_icon_after:after, #header_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-item:hover > a .submenu_icon_after:after {
	content: "\f015";
	color: #de905a;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}



	/************************************
	*   Popup Menu Widget - Subheader   *
	*************************************/

		/* main menu */
#subheader_wrapper .widget_dottoro_popup_menu .popup_menu {
	background-color: transparent;
	background-image: none;
	border: 0;
}
		/* separator lines */
#subheader_wrapper .widget_dottoro_popup_menu .horizontal .menu > li {
	border-left: 0px solid #d4dcdf;
}

#subheader_wrapper .widget_dottoro_popup_menu .vertical .menu > li {
	border-top: 0px solid #d4dcdf;
}

#subheader_wrapper .widget_dottoro_popup_menu .horizontal .menu > li:first-child {
	border-left-width: 0px;
}

#subheader_wrapper .widget_dottoro_popup_menu .vertical .menu > li:first-child {
	border-top-width: 0px;
}

		/* menu items */
#subheader_wrapper .widget_dottoro_popup_menu .menu > li > a {
	padding: 11px 12px;
	margin: 0 1px;
	border: 0;

	background-color: transparent;
	background-image: none;
}
#subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder > a {
	padding: 11px 12px;
}
		/* menu items hover */
#subheader_wrapper .widget_dottoro_popup_menu .menu > li:hover > a, #subheader_wrapper .widget_dottoro_popup_menu .menu > li.open > a {
	padding: 11px 12px;
	margin: 0 1px;
	border: 0;

	background-color: transparent;
	background-image: none;
}
#subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder:hover > a, #subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder.open > a {
	padding: 11px 12px;
}

		/* current menu item */
#subheader_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-ancestor > a, #subheader_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-item > a {
	padding: 11px 12px;
	margin: 0 1px;
	border: 0;

	background-color: transparent;
	background-image: none;
}
#subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor > a, #subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-item > a {
	padding: 11px 12px;
}
		/* current menu item hover */
#subheader_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-ancestor:hover > a, #subheader_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-item:hover > a {
	padding: 11px 12px;
	margin: 0 1px;
	border: 0;

	background-color: transparent;
	background-image: none;
}
#subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor:hover > a, #subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-item:hover > a {
	padding: 11px 12px;
}

		/* menu items label font */
#subheader_wrapper .widget_dottoro_popup_menu .menu > li > a .label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* menu items hover label font */
#subheader_wrapper .widget_dottoro_popup_menu .menu > li:hover > a .label, #subheader_wrapper .widget_dottoro_popup_menu .menu > li.open > a .label {
	color: #585858;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item label font */
#subheader_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-ancestor > a .label, #subheader_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-item > a .label {
	color: #585858;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* menu items hover label font */
#subheader_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-ancestor:hover > a .label, #subheader_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-item:hover > a .label {
	color: #585858;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* menu items desc font */
#subheader_wrapper .widget_dottoro_popup_menu .menu > li > a .desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	color: #696969;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* menu items hover desc font */
#subheader_wrapper .widget_dottoro_popup_menu .menu > li:hover > a .desc, #subheader_wrapper .widget_dottoro_popup_menu .menu > li.open > a .desc {
	color: #696969;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item desc font */
#subheader_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-ancestor > a .desc, #subheader_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-item > a .desc {
	color: #696969;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* current menu item hover desc font */
#subheader_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-ancestor:hover > a .desc, #subheader_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-item:hover > a .desc {
	color: #696969;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

	/* menu icons */
#subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder > a .submenu_icon_before:before {
	content: none;
	color: #9aa5ae;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder:hover > a .submenu_icon_before:before, #subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder.open > a .submenu_icon_before:before {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor > a .submenu_icon_before:before, #subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-item > a .submenu_icon_before:before {
	content: none;
	color: #ffffff;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor:hover > a .submenu_icon_before:before, #subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-item:hover > a .submenu_icon_before:before {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder > a .submenu_icon_after:after {
	content: none;
	color: #9aa5ae;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder:hover > a .submenu_icon_after:after, #subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder.open > a .submenu_icon_after:after {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor > a .submenu_icon_after:after, #subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-item > a .submenu_icon_after:after {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor:hover > a .submenu_icon_after:after, #subheader_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-item:hover > a .submenu_icon_after:after {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}


		/* submenu */
#subheader_wrapper .widget_dottoro_popup_menu .sub-menu {
	background-color: #f7f7f7;
	background-image: none;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #de905a;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

		/* menu items */
#subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li {
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	line-height: 128%;
	text-align: left;
	
	background-color: transparent;
	background-image: none;
	border-top: 1px solid #ebebeb;
}

		/* menu items hover */
#subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li:hover, #subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.open {
	background-color: #fbfbfb;
	background-image: none;
}

		/* current menu item */
#subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor, #subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-item {
	background-color: #fbfbfb;
	background-image: none;
}

		/* current menu item hover */
#subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor:hover, #subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-item:hover {
	background-color: #fbfbfb;
	background-image: none;
}

#subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li:first-child {
	border-top-width: 0px;
}

		/* menu items padding */
#subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li > a > .label_holder {
	padding: 3px;
}

		/* menu items hover padding */
#subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li:hover > a > .label_holder, #subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.open > a > .label_holder {
	padding: 3px;
}

		/* current menu item padding */
#subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor > a > .label_holder, #subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-item > a > .label_holder {
	padding: 3px;
}

		/* current menu item hover padding */
#subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor:hover > a > .label_holder, #subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-item:hover > a > .label_holder {
	padding: 3px;
}

		/* menu items color and underline */
#subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li > a .label {
	color: #747474;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* menu items hover color and underline */
#subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li:hover > a .label, #subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.open > a .label {
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item color and underline */
#subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor > a .label, #subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-item > a .label {
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item hover color and underline */
#subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor:hover > a .label, #subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-item:hover > a .label {
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

	/* submenu icons */
#subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder > a .submenu_icon_after:after {
	content: "\f014";
	color: #747474;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder:hover > a .submenu_icon_after:after, #subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder.open > a .submenu_icon_after:after {
	content: "\f015";
	color: #de905a;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-ancestor > a .submenu_icon_after:after, #subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-item > a .submenu_icon_after:after {
	content: "\f014";
	color: #de905a;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-ancestor:hover > a .submenu_icon_after:after, #subheader_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-item:hover > a .submenu_icon_after:after {
	content: "\f015";
	color: #de905a;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}



	/*********************************
	*   Popup Menu Widget - Content  *
	**********************************/

		/* main menu */
.widget_dottoro_popup_menu .popup_menu {

	background-repeat: repeat;
	background-position: left top;
	

	/* background:url(images/top-bg.gif) repeat-x; */
	border: 0;
	background: #116cbf;

}
		/* separator lines */
.widget_dottoro_popup_menu .horizontal .menu > li {
	border-left: 0px solid #d4dcdf;
	height: 30px;
	background: #116cbf;
	float: left;
	padding: 8px 0 !important;
	margin: 0 2px !important;
}

.widget_dottoro_popup_menu .vertical .menu > li {
	border-top: 0px solid #d4dcdf;
}

.widget_dottoro_popup_menu .horizontal .menu > li:first-child {
	border-left-width: 0px;
	
}

.widget_dottoro_popup_menu .vertical .menu > li:first-child {
	border-top-width: 0px;
}

		/* menu items */
.widget_dottoro_popup_menu .menu > li > a, .widget_dottoro_popup_menu.widget_distinct .menu > li > a {
	border: 0;

	background-color: transparent;
	background-image: none;
}
.widget_dottoro_popup_menu .menu > li.folder > a {
    margin: 10px 0;
}
		/* menu items hover */
.widget_dottoro_popup_menu .menu > li:hover > a, .widget_dottoro_popup_menu.widget_distinct .menu > li:hover > a, .widget_dottoro_popup_menu .menu > li.open > a, .widget_dottoro_popup_menu.widget_distinct .menu > li.open > a {
    
	/* height: 31px; */
	font-size:12px !important;
	/* background: url("/ato/images/bodermenu.png"); */
	background-repeat: repeat;
	background-position: left top;
}
.widget_dottoro_popup_menu .menu > li.folder:hover > a, .widget_dottoro_popup_menu .menu > li.folder.open > a {
    margin: 0px 0 10px 0px;
    text-decoration: none;
}

		/* current menu item */
.widget_dottoro_popup_menu .menu > li.current-menu-ancestor > a, .widget_dottoro_popup_menu .menu > li.current-menu-item > a {
	padding: 5px 5px;
	margin: 0 1px;
	border: 0;

	background-color: #404040;
	background-repeat: repeat;
	background-position: left top;
	background-image: url('images/patterns/w456/w456_10.png');
}
.widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor > a, .widget_dottoro_popup_menu .menu > li.folder.current-menu-item > a {
	padding: 5px 5px;
}
		/* current menu item hover */
.widget_dottoro_popup_menu .menu > li.current-menu-ancestor:hover > a, .widget_dottoro_popup_menu .menu > li.current-menu-item:hover > a {
	padding: 5px 5px;
	margin: 0 1px;
	border: 0;

	background-color: #404040;
	background-repeat: repeat;
	background-position: left top;
	background-image: url('images/patterns/w456/w456_10.png');
}
.widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor:hover > a, .widget_dottoro_popup_menu .menu > li.folder.current-menu-item:hover > a {
	padding: 3px 3px;
}

		/* menu items label font */
.widget_dottoro_popup_menu .menu > li > a .label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:uppercase;
	color: #fdbc0e;
	font-weight: bold;
	font-style: normal;
	height: 12px;  
	padding: 8px;
	border-bottom: 0;
}
	/* menu items hover label font */
.widget_dottoro_popup_menu .menu > li:hover > a .label, .widget_dottoro_popup_menu .menu > li.open > a .label {
	color: White;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-bottom: 0;
	height: 12px;  
	padding: 8px;
	text-transform:uppercase;
	display: block;
	margin: 0;
	border-radius: 5px;
	background: url("images/bodermenu.png");
}

		/* current menu item label font */
.widget_dottoro_popup_menu .menu > li.current-menu-ancestor > a .label, .widget_dottoro_popup_menu .menu > li.current-menu-item > a .label {
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* menu items hover label font */
.widget_dottoro_popup_menu .menu > li.current-menu-ancestor:hover > a .label, .widget_dottoro_popup_menu .menu > li.current-menu-item:hover > a .label {
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* menu items desc font */
.widget_dottoro_popup_menu .menu > li > a .desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7c99b4;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* menu items hover desc font */
.widget_dottoro_popup_menu .menu > li:hover > a .desc, .widget_dottoro_popup_menu .menu > li.open > a .desc {
	color: #8ba6bf;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item desc font */
.widget_dottoro_popup_menu .menu > li.current-menu-ancestor > a .desc, .widget_dottoro_popup_menu .menu > li.current-menu-item > a .desc {
	color: #8ba6bf;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* current menu item hover desc font */
.widget_dottoro_popup_menu .menu > li.current-menu-ancestor:hover > a .desc, .widget_dottoro_popup_menu .menu > li.current-menu-item:hover > a .desc {
	color: #8ba6bf;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

	/* menu icons */
.widget_dottoro_popup_menu .menu > li.folder > a .submenu_icon_before:before {
	content: none;
	color: #9aa5ae;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

.widget_dottoro_popup_menu .menu > li.folder:hover > a .submenu_icon_before:before, .widget_dottoro_popup_menu .menu > li.folder.open > a .submenu_icon_before:before {
	content: none;
	color: #ffffff;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

.widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor > a .submenu_icon_before:before, .widget_dottoro_popup_menu .menu > li.folder.current-menu-item > a .submenu_icon_before:before {
	content: none;
	color: #ffffff;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

.widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor:hover > a .submenu_icon_before:before, .widget_dottoro_popup_menu .menu > li.folder.current-menu-item:hover > a .submenu_icon_before:before {
	content: none;
	color: #ffffff;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

.widget_dottoro_popup_menu .menu > li.folder > a .submenu_icon_after:after {
	content: none;
	color: #9aa5ae;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

.widget_dottoro_popup_menu .menu > li.folder:hover > a .submenu_icon_after:after, .widget_dottoro_popup_menu .menu > li.folder.open > a .submenu_icon_after:after {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

.widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor > a .submenu_icon_after:after, .widget_dottoro_popup_menu .menu > li.folder.current-menu-item > a .submenu_icon_after:after {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

.widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor:hover > a .submenu_icon_after:after, .widget_dottoro_popup_menu .menu > li.folder.current-menu-item:hover > a .submenu_icon_after:after {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}



		/* submenu */
.widget_dottoro_popup_menu .sub-menu {
	background-color: #42403f;
	background-repeat: repeat;
	background-position: left top;
	background-image: url('images/patterns/w456/w456_5.png');
	/* border: 1px solid #3a3837; */
}

		/* menu items */
.widget_dottoro_popup_menu .sub-menu > li {
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	line-height: 128%;
	text-align: left;
	
	background-color: transparent;
	background-image: none;
	/* border-top: 1px solid #4f4d49; */
}

		/* menu items hover */
.widget_dottoro_popup_menu .sub-menu > li:hover, .widget_dottoro_popup_menu .sub-menu > li.open {
	background-color: #002947;
	background-image: none;
	text-decoration:none;
}

		/* current menu item */
.widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor, .widget_dottoro_popup_menu .sub-menu > li.current-menu-item {
	background-color: #002947;
	background-image: none;
}

		/* current menu item hover */
.widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor:hover, .widget_dottoro_popup_menu .sub-menu > li.current-menu-item:hover {
	background-color: #002947;
	background-image: none;
}

.widget_dottoro_popup_menu .sub-menu > li:first-child {
	border-top-width: 0px;
}

		/* menu items padding */
.widget_dottoro_popup_menu .sub-menu > li > a > .label_holder {
    padding:5px;
    text-decoration:none;
}

		/* menu items hover padding */
.widget_dottoro_popup_menu .sub-menu > li:hover > a > .label_holder, .widget_dottoro_popup_menu .sub-menu > li.open > a > .label_holder {
	padding:5px;
	text-decoration:none;
}

		/* current menu item padding */
.widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor > a > .label_holder, .widget_dottoro_popup_menu .sub-menu > li.current-menu-item > a > .label_holder {
	padding: 5px;
	text-decoration:none;
}

		/* current menu item hover padding */
.widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor:hover > a > .label_holder, .widget_dottoro_popup_menu .sub-menu > li.current-menu-item:hover > a > .label_holder {
	padding: 5px;
	text-decoration:none;
}

		/* menu items color and underline */
.widget_dottoro_popup_menu .sub-menu > li > a .label {
	/*color: #FFFFFF;*/
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* menu items hover color and underline */
.widget_dottoro_popup_menu .sub-menu > li:hover > a .label, .widget_dottoro_popup_menu .sub-menu > li.open > a .label {
	color: #ffb742;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item color and underline */
.widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor > a .label, .widget_dottoro_popup_menu .sub-menu > li.current-menu-item > a .label {
	color: #ab7e5f;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item hover color and underline */
.widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor:hover > a .label, .widget_dottoro_popup_menu .sub-menu > li.current-menu-item:hover > a .label {
	color: #ab7e5f;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

	/* submenu icons */
.widget_dottoro_popup_menu .sub-menu > li.folder > a .submenu_icon_after:after {
	content: "\f008";
	color: #ac7c5b;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
	display:none;
}

.widget_dottoro_popup_menu .sub-menu > li.folder:hover > a .submenu_icon_after:after, .widget_dottoro_popup_menu .sub-menu > li.folder.open > a .submenu_icon_after:after {
	content: "\f008";
	color: #ac7c5b;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}

.widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-ancestor > a .submenu_icon_after:after, .widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-item > a .submenu_icon_after:after {
	content: "\f008";
	color: #ac7c5b;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}

.widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-ancestor:hover > a .submenu_icon_after:after, .widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-item:hover > a .submenu_icon_after:after {
	content: "\f008";
	color: #ac7c5b;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}



	/*********************************
	*   Popup Menu Widget - Sidebar  *
	**********************************/

		/* main menu */
#sidebar .widget_dottoro_popup_menu .popup_menu {
	background-color: #f6dfbd;
	background-image: none;
	border: 0;
}
		/* separator lines */
#sidebar .widget_dottoro_popup_menu .horizontal .menu > li {
	/* border-left: 1px solid #f8f7f5; */
}

#sidebar .widget_dottoro_popup_menu .vertical .menu > li {
	/*  border-top: 1px solid #f8f7f5; */
}

#sidebar .widget_dottoro_popup_menu .horizontal .menu > li:first-child {
	border-left-width: 0px;
}

#sidebar .widget_dottoro_popup_menu .vertical .menu > li:first-child {
	border-top-width: 0px;
}

		/* menu items */
#sidebar .widget_dottoro_popup_menu .menu > li > a {
	padding: 11px 12px;
	margin: 0;
	border: 0;

	background-color: transparent;
	background-image: none;
}
#sidebar .widget_dottoro_popup_menu .menu > li.folder > a {
	padding: 5px 5px;
	text-transform:uppercase;
}
		/* menu items hover */
#sidebar .widget_dottoro_popup_menu .menu > li:hover > a, #sidebar .widget_dottoro_popup_menu .menu > li.open > a {
	padding: 11px 12px;
	margin: 0;
	border: 0;

	background-color: transparent;
	background-image: none;
}
#sidebar .widget_dottoro_popup_menu .menu > li.folder:hover > a, #sidebar .widget_dottoro_popup_menu .menu > li.folder.open > a {
	padding: 11px 12px;
}

		/* current menu item */
#sidebar .widget_dottoro_popup_menu .menu > li.current-menu-ancestor > a, #sidebar .widget_dottoro_popup_menu .menu > li.current-menu-item > a {
	padding: 11px 12px;
	margin: 0;
	border: 0;

	background-color: transparent;
	background-image: none;
}
#sidebar .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor > a, #sidebar .widget_dottoro_popup_menu .menu > li.folder.current-menu-item > a {
	padding: 11px 12px;
}
		/* current menu item hover */
#sidebar .widget_dottoro_popup_menu .menu > li.current-menu-ancestor:hover > a, #sidebar .widget_dottoro_popup_menu .menu > li.current-menu-item:hover > a {
	padding: 11px 12px;
	margin: 0;
	border: 0;

	background-color: transparent;
	background-image: none;
}
#sidebar .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor:hover > a, #sidebar .widget_dottoro_popup_menu .menu > li.folder.current-menu-item:hover > a {
	padding: 11px 12px;
}

		/* menu items label font */
#sidebar .widget_dottoro_popup_menu .menu > li > a .label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	color: #ad6534;
	font-weight: bold;
	font-style: normal;
	border-bottom: 0;
}
		/* menu items hover label font */
#sidebar .widget_dottoro_popup_menu .menu > li:hover > a .label, #sidebar .widget_dottoro_popup_menu .menu > li.open > a .label {
	color: #cda156;
	font-weight: bold;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item label font */
#sidebar .widget_dottoro_popup_menu .menu > li.current-menu-ancestor > a .label, #sidebar .widget_dottoro_popup_menu .menu > li.current-menu-item > a .label {
	color: #cda156;
	font-weight: bold;
	font-style: normal;
	border-bottom: 0;
}
		/* menu items hover label font */
#sidebar .widget_dottoro_popup_menu .menu > li.current-menu-ancestor:hover > a .label, #sidebar .widget_dottoro_popup_menu .menu > li.current-menu-item:hover > a .label {
	color: #cda156;
	font-weight: bold;
	font-style: normal;
	border-bottom: 0;
}

		/* menu items desc font */
#sidebar .widget_dottoro_popup_menu .menu > li > a .desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	color: #696969;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* menu items hover desc font */
#sidebar .widget_dottoro_popup_menu .menu > li:hover > a .desc, #sidebar .widget_dottoro_popup_menu .menu > li.open > a .desc {
	color: #696969;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item desc font */
#sidebar .widget_dottoro_popup_menu .menu > li.current-menu-ancestor > a .desc, #sidebar .widget_dottoro_popup_menu .menu > li.current-menu-item > a .desc {
	color: #696969;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* current menu item hover desc font */
#sidebar .widget_dottoro_popup_menu .menu > li.current-menu-ancestor:hover > a .desc, #sidebar .widget_dottoro_popup_menu .menu > li.current-menu-item:hover > a .desc {
	color: #696969;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

	/* menu icons */
#sidebar .widget_dottoro_popup_menu .menu > li.folder > a .submenu_icon_before:before {
	content: none;
	color: #9aa5ae;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#sidebar .widget_dottoro_popup_menu .menu > li.folder:hover > a .submenu_icon_before:before, #sidebar .widget_dottoro_popup_menu .menu > li.folder.open > a .submenu_icon_before:before {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#sidebar .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor > a .submenu_icon_before:before, #sidebar .widget_dottoro_popup_menu .menu > li.folder.current-menu-item > a .submenu_icon_before:before {
	content: none;
	color: #ffffff;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#sidebar .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor:hover > a .submenu_icon_before:before, #sidebar .widget_dottoro_popup_menu .menu > li.folder.current-menu-item:hover > a .submenu_icon_before:before {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#sidebar .widget_dottoro_popup_menu .menu > li.folder > a .submenu_icon_after:after {
	content: "\f010";
	color: #a85213;
	font-size: 13px;
	padding-left: 6px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#sidebar .widget_dottoro_popup_menu .menu > li.folder:hover > a .submenu_icon_after:after, #sidebar .widget_dottoro_popup_menu .menu > li.folder.open > a .submenu_icon_after:after {
	content: "\f008";
	color: #a85213;
	font-size: 13px;
	padding-left: 6px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#sidebar .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor > a .submenu_icon_after:after, #sidebar .widget_dottoro_popup_menu .menu > li.folder.current-menu-item > a .submenu_icon_after:after {
	content: "\f010";
	color: #a85213;
	font-size: 13px;
	padding-left: 6px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#sidebar .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor:hover > a .submenu_icon_after:after, #sidebar .widget_dottoro_popup_menu .menu > li.folder.current-menu-item:hover > a .submenu_icon_after:after {
	content: "\f008";
	color: #a85213;
	font-size: 13px;
	padding-left: 6px;
	background-color: transparent;	/* avoid W3C validator warnings */
}



		/* submenu */
#sidebar .widget_dottoro_popup_menu .sub-menu {
	background-color: #fffbf4;
	background-image: none;
	/* border: 1px solid #f4eddd; */
}

		/* menu items */
#sidebar .widget_dottoro_popup_menu .sub-menu > li {
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	line-height: 120%;
	text-align: left;
	
	background-color: transparent;
	background-image: none;
	/* border-top: 1px solid #ede6d8; */
}

		/* menu items hover */
#sidebar .widget_dottoro_popup_menu .sub-menu > li:hover, #sidebar .widget_dottoro_popup_menu .sub-menu > li.open {
	background-color: #f8eede;
	background-image: none;
}

		/* current menu item */
#sidebar .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor, #sidebar .widget_dottoro_popup_menu .sub-menu > li.current-menu-item {
	background-color: #f8eede;
	background-image: none;
}

		/* current menu item hover */
#sidebar .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor:hover, #sidebar .widget_dottoro_popup_menu .sub-menu > li.current-menu-item:hover {
	background-color: #f8eede;
	background-image: none;
}

#sidebar .widget_dottoro_popup_menu .sub-menu > li:first-child {
	border-top-width: 0px;
}

		/* menu items padding */
#sidebar .widget_dottoro_popup_menu .sub-menu > li > a > .label_holder {
	padding: 3px;
}

		/* menu items hover padding */
#sidebar .widget_dottoro_popup_menu .sub-menu > li:hover > a > .label_holder, #sidebar .widget_dottoro_popup_menu .sub-menu > li.open > a > .label_holder {
	padding: 3px;
}

		/* current menu item padding */
#sidebar .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor > a > .label_holder, #sidebar .widget_dottoro_popup_menu .sub-menu > li.current-menu-item > a > .label_holder {
	padding: 3px;
}

		/* current menu item hover padding */
#sidebar .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor:hover > a > .label_holder, #sidebar .widget_dottoro_popup_menu .sub-menu > li.current-menu-item:hover > a > .label_holder {
	padding: 3px;
}

		/* menu items color and underline */
#sidebar .widget_dottoro_popup_menu .sub-menu > li > a .label {
	color: #787065;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* menu items hover color and underline */
#sidebar .widget_dottoro_popup_menu .sub-menu > li:hover > a .label, #sidebar .widget_dottoro_popup_menu .sub-menu > li.open > a .label {
	color: #7a7267;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item color and underline */
#sidebar .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor > a .label, #sidebar .widget_dottoro_popup_menu .sub-menu > li.current-menu-item > a .label {
	color: #7a7267;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item hover color and underline */
#sidebar .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor:hover > a .label, #sidebar .widget_dottoro_popup_menu .sub-menu > li.current-menu-item:hover > a .label {
	color: #7a7267;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

	/* submenu icons */
#sidebar .widget_dottoro_popup_menu .sub-menu > li.folder > a .submenu_icon_after:after {
	content: "\f008";
	color: #e8c791;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#sidebar .widget_dottoro_popup_menu .sub-menu > li.folder:hover > a .submenu_icon_after:after, #sidebar .widget_dottoro_popup_menu .sub-menu > li.folder.open > a .submenu_icon_after:after {
	content: "\f008";
	color: #e8c791;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#sidebar .widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-ancestor > a .submenu_icon_after:after, #sidebar .widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-item > a .submenu_icon_after:after {
	content: "\f008";
	color: #e8c791;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#sidebar .widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-ancestor:hover > a .submenu_icon_after:after, #sidebar .widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-item:hover > a .submenu_icon_after:after {
	content: "\f008";
	color: #e8c791;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}



	/*********************************
	*   Popup Menu Widget - Footer   *
	**********************************/

		/* main menu */
#footer_wrapper .widget_dottoro_popup_menu .popup_menu {
	background-color: transparent;
	background-image: none;
	border: 0;
}
		/* separator lines */
#footer_wrapper .widget_dottoro_popup_menu .horizontal .menu > li {
/*	 border-left: 0px solid #d4dcdf; */
}

#footer_wrapper .widget_dottoro_popup_menu .vertical .menu > li {
	border-top: 0px solid #d4dcdf;
}

#footer_wrapper .widget_dottoro_popup_menu .horizontal .menu > li:first-child {
	border-left-width: 0px;
}

#footer_wrapper .widget_dottoro_popup_menu .vertical .menu > li:first-child {
	border-top-width: 0px;
}

		/* menu items */
#footer_wrapper .widget_dottoro_popup_menu .menu > li > a {
	padding: 11px 12px;
	margin: 0 1px;
	border: 0;

	background-color: transparent;
	background-image: none;
}
#footer_wrapper .widget_dottoro_popup_menu .menu > li.folder > a {
	padding: 11px 12px;
}
		/* menu items hover */
#footer_wrapper .widget_dottoro_popup_menu .menu > li:hover > a, #footer_wrapper .widget_dottoro_popup_menu .menu > li.open > a {
	padding: 11px 12px;
	margin: 0 1px;
	border: 0;

	background-color: transparent;
	background-image: none;
}
#footer_wrapper .widget_dottoro_popup_menu .menu > li.folder:hover > a, #footer_wrapper .widget_dottoro_popup_menu .menu > li.folder.open > a {
	padding: 11px 12px;
}

		/* current menu item */
#footer_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-ancestor > a, #footer_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-item > a {
	padding: 11px 12px;
	margin: 0 1px;
	border: 0;

	background-color: transparent;
	background-image: none;
}
#footer_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor > a, #footer_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-item > a {
	padding: 11px 12px;
}
		/* current menu item hover */
#footer_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-ancestor:hover > a, #footer_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-item:hover > a {
	padding: 11px 12px;
	margin: 0 1px;
	border: 0;

	background-color: transparent;
	background-image: none;
}
#footer_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor:hover > a, #footer_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-item:hover > a {
	padding: 11px 12px;
}

		/* menu items label font */
#footer_wrapper .widget_dottoro_popup_menu .menu > li > a .label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	color: #cf8a5a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* menu items hover label font */
#footer_wrapper .widget_dottoro_popup_menu .menu > li:hover > a .label, #footer_wrapper .widget_dottoro_popup_menu .menu > li.open > a .label {
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item label font */
#footer_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-ancestor > a .label, #footer_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-item > a .label {
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* menu items hover label font */
#footer_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-ancestor:hover > a .label, #footer_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-item:hover > a .label {
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* menu items desc font */
#footer_wrapper .widget_dottoro_popup_menu .menu > li > a .desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	color: #a1a1a1;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* menu items hover desc font */
#footer_wrapper .widget_dottoro_popup_menu .menu > li:hover > a .desc, #footer_wrapper .widget_dottoro_popup_menu .menu > li.open > a .desc {
	color: #a1a1a1;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item desc font */
#footer_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-ancestor > a .desc, #footer_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-item > a .desc {
	color: #a1a1a1;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}
		/* current menu item hover desc font */
#footer_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-ancestor:hover > a .desc, #footer_wrapper .widget_dottoro_popup_menu .menu > li.current-menu-item:hover > a .desc {
	color: #a1a1a1;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

	/* menu icons */
#footer_wrapper .widget_dottoro_popup_menu .menu > li.folder > a .submenu_icon_before:before {
	content: none;
	color: #9aa5ae;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#footer_wrapper .widget_dottoro_popup_menu .menu > li.folder:hover > a .submenu_icon_before:before, #footer_wrapper .widget_dottoro_popup_menu .menu > li.folder.open > a .submenu_icon_before:before {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#footer_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor > a .submenu_icon_before:before, #footer_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-item > a .submenu_icon_before:before {
	content: none;
	color: #ffffff;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#footer_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor:hover > a .submenu_icon_before:before, #footer_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-item:hover > a .submenu_icon_before:before {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-right: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#footer_wrapper .widget_dottoro_popup_menu .menu > li.folder > a .submenu_icon_after:after {
	content: none;
	color: #9aa5ae;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#footer_wrapper .widget_dottoro_popup_menu .menu > li.folder:hover > a .submenu_icon_after:after, #footer_wrapper .widget_dottoro_popup_menu .menu > li.folder.open > a .submenu_icon_after:after {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#footer_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor > a .submenu_icon_after:after, #footer_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-item > a .submenu_icon_after:after {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#footer_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-ancestor:hover > a .submenu_icon_after:after, #footer_wrapper .widget_dottoro_popup_menu .menu > li.folder.current-menu-item:hover > a .submenu_icon_after:after {
	content: none;
	color: #de905a;
	font-size: 13px;
	padding-left: 2px;
	background-color: transparent;	/* avoid W3C validator warnings */
}



		/* submenu */
#footer_wrapper .widget_dottoro_popup_menu .sub-menu {
	background-color: #f7f7f7;
	background-image: none;
	/* border-left: 1px solid #dddddd;border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;*/
}

		/* menu items */
#footer_wrapper .widget_dottoro_popup_menu .sub-menu > li {
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	line-height: 128%;
	text-align: left;
	
	background-color: transparent;
	background-image: none;
	border-top: 1px solid #ebebeb;
}

		/* menu items hover */
#footer_wrapper .widget_dottoro_popup_menu .sub-menu > li:hover, #footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.open {
	background-color: #fbfbfb;
	background-image: none;
}

		/* current menu item */
#footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor, #footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-item {
	background-color: #fbfbfb;
	background-image: none;
}

		/* current menu item hover */
#footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor:hover, #footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-item:hover {
	background-color: #fbfbfb;
	background-image: none;
}

#footer_wrapper .widget_dottoro_popup_menu .sub-menu > li:first-child {
	border-top-width: 0px;
}

		/* menu items padding */
#footer_wrapper .widget_dottoro_popup_menu .sub-menu > li > a > .label_holder {
	padding: 3px;
}

		/* menu items hover padding */
#footer_wrapper .widget_dottoro_popup_menu .sub-menu > li:hover > a > .label_holder, #footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.open > a > .label_holder {
	padding: 3px;
}

		/* current menu item padding */
#footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor > a > .label_holder, #footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-item > a > .label_holder {
	padding: 3px;
}

		/* current menu item hover padding */
#footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor:hover > a > .label_holder, #footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-item:hover > a > .label_holder {
	padding: 3px;
}

		/* menu items color and underline */
#footer_wrapper .widget_dottoro_popup_menu .sub-menu > li > a .label {
	color: #747474;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* menu items hover color and underline */
#footer_wrapper .widget_dottoro_popup_menu .sub-menu > li:hover > a .label, #footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.open > a .label {
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item color and underline */
#footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor > a .label, #footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-item > a .label {
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

		/* current menu item hover color and underline */
#footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-ancestor:hover > a .label, #footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.current-menu-item:hover > a .label {
	color: #de905a;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
}

	/* submenu icons */
#footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder > a .submenu_icon_after:after {
	content: "\f014";
	color: #747474;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder:hover > a .submenu_icon_after:after, #footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder.open > a .submenu_icon_after:after {
	content: "\f015";
	color: #de905a;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-ancestor > a .submenu_icon_after:after, #footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-item > a .submenu_icon_after:after {
	content: "\f014";
	color: #de905a;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}

#footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-ancestor:hover > a .submenu_icon_after:after, #footer_wrapper .widget_dottoro_popup_menu .sub-menu > li.folder.current-menu-item:hover > a .submenu_icon_after:after {
	content: "\f015";
	color: #de905a;
	font-size: 13px;
	padding: 0 3px 0 0;
	background-color: transparent;	/* avoid W3C validator warnings */
}

