/* ----------------------------------------------------------------
    Copyright (c) Demosphere International Inc.
    No permission is granted for any purpose without prior
    written consent from Demosphere International Inc.
-------------------------------------------------------------------*/

/*-------- General --------*/
div.dii-content,
div.dii-content-menu { background-color: transparent; }
main div.dii-content { margin-bottom: 1px; }

/*-------- Links --------*/
div#design-wrapper div.dii-content-linkview > a { display: block; padding: 12px; background-color: #e6f5cc; font-weight: bold; color: #0f6ebb; }
div#design-wrapper div.dii-content-linkview > a:hover { background-color: #cdee92; color: #085b9e; }

/*-------- Menus --------*/
header > div#design-header-block4 div.ww-item-nav > ul { z-index: 999; display: inline-block; box-shadow: none; height: auto; margin-right: 18px; border: 0; background: none; text-align: left; } /*-- top menu object --*/
header > div#design-header-block4 div.ww-item-nav > ul > li > a { border-left: 1px solid rgba(255, 255, 255, 0.15); border-right: 0; padding: 13px 25px; color: #fff; } /*-- top items - both directory & link items --*/
header > div#design-header-block4 div.ww-item-nav > ul > li:hover > a { background-color: rgba(0, 0, 0, 0.1); } /*-- top items on hover --*/
header > div#design-header-block4 div.ww-item-nav > ul > li.dii-menu-item-sub-menu > a::after { top: 16px; right: 10px; border-top-color: #fff; } /*-- top directory link triangle --*/
header > div#design-header-block4 div.ww-item-nav > ul > li:first-child > a { border-left: 0; } /*-- first top item --*/
header > div#design-header-block4 div.ww-item-nav > ul > li:first-child:hover > a { border-left: ; border-right: ; } /*-- first top item hover --*/

header > div#design-header-block4 div.ww-item-nav > ul ul { background-color: #cdee92; } /*-- popup menu objects --*/
header > div#design-header-block4 div.ww-item-nav > ul > li:hover > ul { top: 37px; } /*-- initial popup menu position --*/
header > div#design-header-block4 div.ww-item-nav > ul ul li > a { color: #486a0b; } /*-- menu link items --*/
header > div#design-header-block4 div.ww-item-nav > ul ul li.dii-menu-item-sub-menu > a::after { border-width: 4px; border-left-color: #486a0b; } /*-- subsequent directory link triangle --*/
header > div#design-header-block4 div.ww-item-nav > ul ul li:hover > a { background: rgba(255, 255, 255, 0.45); } /*-- menu link items on hover --*/
header > div#design-header-block4 div.ww-item-nav > ul ul li.dii-menu-item-sub-menu:hover > a { background: #; color: #; } /*-- menu directory items on hover --*/
header > div#design-header-block4 div.ww-item-nav > ul ul ul::after { top: 6px; left: -11px; border-right-color: #fff; } /*-- subsequent menu triangle over --*/

header > div#design-header-block4 div.ww-item-nav > ul > li > a {
	background: rgb(157,213,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(154,209,57,1) 16%, rgba(141,192,51,1) 42%, rgba(121,180,37,1) 45%, rgba(122,178,39,1) 53%, rgba(131,181,45,1) 61%, rgba(132,182,48,1) 66%, rgba(134,182,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(16%,rgba(154,209,57,1)), color-stop(42%,rgba(141,192,51,1)), color-stop(45%,rgba(121,180,37,1)), color-stop(53%,rgba(122,178,39,1)), color-stop(61%,rgba(131,181,45,1)), color-stop(66%,rgba(132,182,48,1)), color-stop(100%,rgba(134,182,48,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(154,209,57,1) 16%,rgba(141,192,51,1) 42%,rgba(121,180,37,1) 45%,rgba(122,178,39,1) 53%,rgba(131,181,45,1) 61%,rgba(132,182,48,1) 66%,rgba(134,182,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(154,209,57,1) 16%,rgba(141,192,51,1) 42%,rgba(121,180,37,1) 45%,rgba(122,178,39,1) 53%,rgba(131,181,45,1) 61%,rgba(132,182,48,1) 66%,rgba(134,182,48,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(154,209,57,1) 16%,rgba(141,192,51,1) 42%,rgba(121,180,37,1) 45%,rgba(122,178,39,1) 53%,rgba(131,181,45,1) 61%,rgba(132,182,48,1) 66%,rgba(134,182,48,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(154,209,57,1) 16%,rgba(141,192,51,1) 42%,rgba(121,180,37,1) 45%,rgba(122,178,39,1) 53%,rgba(131,181,45,1) 61%,rgba(132,182,48,1) 66%,rgba(134,182,48,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#86b630',GradientType=0 ); /* IE6-9 */
}