
/*SuperSucker CSS for this Pure Joomla! Template*/

#menusystem{position:relative; height:70px;	z-index:20;padding: 0px; margin-left:0px;margin-right:0px;
}
/* hide unsupported 3rd+ levels */
#ss ul ul ul {left: -5000px;}
/*#ss-l{background: url(../images/ss_menu/ss_menu-l.gif) 0 0 no-repeat;height: 70px;}
#ss-r{background: url(../images/ss_menu/ss_menu-r.gif) 100% 0 no-repeat;height: 70px;}
*/
#ss {position: relative;
	margin-top: 0;
	margin: 0 12px 0 12px;
	height: 70px;
	overflow: hidden;
	background:url(../images/ss_menu/ss_menubg.gif) repeat-x; 
	}

#ss ul {
	margin: 0;
	padding: 0;
	float: left;
	overflow:hidden;
	height:30px;
	padding-left:10px;
}
#ss a{background: url(../images/ss_menu/ss_right.gif) 100% 0 no-repeat;
	padding: 0 15px 0 0;
	 color:#8BB986; /*NORMAL FONT COLOR*/
	 text-transform:uppercase;
}
#ss li {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	padding-left: 14px;
	background: url(../images/ss_menu/ss_left.gif) 0 0 no-repeat;
}

#ss ul li a{ 
height: 30px;
line-height:35px;
}
#ss li li a{	/* SUB BUTTON FONT*/
font-size:1em;
line-height:30px;
}
#ss li li,#ss li li.on {background:url(../images/ss_menu/ss_menu-subdiv.gif) 100% 0 no-repeat;

}
#ss li.on a {/*ACTIVE MAIN LEVEL*/
	font-weight: bold;
	color: #000;
}

#ss .topdaddy{	background: url(../images/ss_menu/ss_rightmoreover.gif) 100% 50% no-repeat;
	padding-right: 14px; 

}
#ss .topdaddy:hover{background: url(../images/ss_menu/ss_rightmoreover.gif) 80% 50% no-repeat;
	padding-right: 14px;

}
#ss li.on .topdaddy:hover /*necessary for IE6*/
{background: url(../images/ss_menu/ss_rightactive.gif) 100% 50% no-repeat;
	padding-right: 14px;}

#ss li.on {
	padding-left: 14px; 
	background: url(../images/ss_menu/ss_leftactive.gif) 0 0 ;
}
#ss li.on a{
background: url(../images/ss_menu/ss_rightactive.gif) 100% 50% no-repeat;
	padding-right: 14px;}


#ss li.on .topdaddy {
background: url(../images/ss_menu/ss_rightactive.gif) 100% 50% no-repeat;
	padding-right: 14px;}

#ss li ul {
	display: none;
	margin: 0;
	position: absolute;
	top:30px;
	left: 0px;
	background: #fff url(../images/ss_menu/submenubg.gif) repeat-x ;
    width: 5000px;
	line-height: 30px;

}

#ss a {
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
}

#ss a:hover {
	color: #fff;
	
}

#ss li ul a:hover,
#ss li.on ul a:hover {
	color: #609559;
	text-decoration:underline;
}

#ss li.on ul {
	display: block;
}

#ss li:hover ul, #ss li.sfhover ul {
	display: block;
	z-index: 10000;
}

#ss li a {
	display: block;
	float: left;
	padding: 0 14px 0 0px;
	height: 22px;
	line-height: 22px;
    
}

#ss li:hover a, 
#ss li.over a {

}

#ss li li.on a, 
#ss li li.on:hover a,
#ss li li.over.on a {
}

/* sub level links */

#ss ul li {
	border-right: 0;
	text-transform: none;
}

#ss li ul a, #ss li.on ul a {
	display: block;
	float: left;
	color:#65A05F;
	font-weight: normal;
	background: none;
    margin-left: 0px;
}
#ss ul li.on ul li.on a, #ss ul li.on ul li.on a.topdaddy{
color: #65A05F;
font-weight: normal;
text-decoration:underline;
}
