/* @groupmulti Accordion 

.ss_menu h2 { 
	text-align: left; 
	border-bottom: 2px solid #909090;
	padding: 6px;
	margin: 0px;
	}*/
.ss_menu{
	position: relative;
	}
	
.ssMenuList{
	margin: 0px;
	color: #1f4739;
	padding-right: 0px;
	border: 1px solid #0b1914;
	text-transform: capitalize;
}
.myNavArrow {
	background-image: url('nav_arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 0px;
	width: 8px;
    }
.ssMenuList a {
	color: #306e59;
	padding-right: 2px;
}

.ssMenuList a:hover {
	color: #6bf7c7;
	padding-right: 2px;
}

.ssmToggleBar{ padding: 4px;}
.postCount{ color: #0b1914;}

.ssMenuList .ssMore {
	background-image: url('nav_arrows.png');
	background-repeat: no-repeat;
	background-position: right 3px;
    font-style:italic;
    padding-right:18px !important;
    padding-left:0px;
    text-align:right;
    font-size: 0.8em;
    color:#142F26;
    border-right: 0px solid #000;
}
.ssMenuList .ssMore a{
    
}
.ssMenuList .ssMore a:hover {
    background-position: right -27px;
}
 
.ssMenuPost { 
	border-right: 5px solid #0b1914;
	border-bottom: 1px solid #0b1914;
	display: block;
	padding: 6px 2px 4px 16px;
	text-transform: capitalize;
	}
.showme_1, .showme_2, .showme_3, .showme_4 {opacity: 0;}
.showme_2 {
    border-left: 10px solid #020504;
    border-bottom: 2px solid #020504;
    margin: 0 0 0 0px;
    padding: 0px;
}

.showme_2 .ssMenuPost { padding: 6px 2px 4px 24px;}
.showme_2 .ssmToggleBar { margin-left: 4px; border-left: 1px solid #838383;}


.showme_3 .ssMenuPost { padding: 6px 2px 4px 24px;}
.showme_3 { margin-left: 0px; border-left: 10px solid #838383;}

.ssMenuList .catLink { padding: 0px 0px; }

.ssMenuList .linkList { 
    border-bottom:1px solid #020504;
    border-left:10px solid #020504;
    margin:0 0 5px 0px;
    padding: 0px;
    }

.menuRss { margin-left: 4px; font-size: 8px; padding-right: 0px;}

/* This is the open close arrows */
.subsym {
	background-image: url('nav_arrows.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 2px 10px ;
	cursor: pointer;
	}
	
.subsym:link {background-position: 0 0;}
.subsym:visited {background-position: 0 0;}
.subsym:hover {background-position: 0 -30px;}

.ssMenuList .open {	
	background-image: url('nav_arrows.png');
	background-repeat: no-repeat;
	background-position: 0 -60px;
	padding: 5px 10px ;}
	
.ssMenuList .open:link {background-position: 0 -60px;}
.ssMenuList .open:visited {background-position: 0 -60px;}
.ssMenuList .open:hover {background-position: 0 -90px;}

/* This is the toggler bar animation destinations */
.tabopen { 
	border-top: 6px solid #0b1914;
	border-left: 10px solid #1f4739;
	border-bottom: 1px solid #0b1914;
	border-right: 5px solid #0B1914;
	margin: 10px 0 0 0;
    }
.tabclosed { 
	border-top: 1px solid #0b1914;
	border-left: 0px solid #1f4739;
	border-bottom: 0px solid #0b1914;
	border-right: 0px solid #0B1914;
	margin: 0px;
    }

.linkslist .ssmToggleBar {
    padding-left: 30px;
    background-position: 10px -60px;
    }

/* This is the active page*/
div.active_nav {
	background-color: #0c0c0c;
	border-left: 10px solid #1f4739;
	border-top: 1px solid #0b1914;
	border-bottom: 1px solid #0b1914;
	color: #4eb390;
	padding-left: 12px;

    }

/* This is the more from cat link when active*/
span.active_nav {
   	border-right: 5px solid #1f4739;
	color: #4eb390;
}

.active_nav.catlink{
    background-color: transparent; 
    border-left: 0px solid #fff;
    }

/* tootip classes */
.customTip{
	margin-right:0px;
	margin-top:0px;
	width: 280px;
	overflow: hidden;
	z-index: 1300;
    }
.tipClosed{
	margin-right:-60px;
	margin-top:-60px;
	width: 0px;
	overflow: hidden;
	z-index: 1300;
    }
.tip-top {
	width: 280px;
	height: 20px;
	background:transparent url('tooltips/tip-top.png') no-repeat scroll 50% 50%;
    }
.tip-bottom {
	width: 280px;
	height: 20px;
	background:transparent url('tooltips/tip-bottom.png') no-repeat scroll 50% 50%;
    }
.tip {
	color: #7DA18E;
	width: 280px;
	background:transparent url('tooltips/tip-text.png') repeat-y scroll 50% 50%;
    }
.tip-title, .tip-text {
	font-size: .8em;
	padding: 2px 30px 3px 10px;
	text-align: center;
    }
.tip-title {
	padding: 2px 15px 3px 25px;
	font-size: .9em;
	font-family: arial,helvetica,sans-serif;
    }
.tip-text { 
    font-style: italic; 
    }