
/*SuperSucker CSS for this Pure Joomla! Template*/

#menusystem{position:relative; height:30px;	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/page/ss_menu-l.gif) 0 0 no-repeat;height: 70px;}
#ss-r{background: url(../images/page/ss_menu-r.gif) 100% 0 no-repeat;height: 70px;}
*/
#ss {
position: relative;
	margin: 0;
	height:60px;
	overflow: hidden;
	top:-30px; /*MUST BE NEGATED FOR IE6!*/
/**/	background: url(../images/page/ss_sf_menubg.gif) bottom repeat-x; 
	}

#ss ul {
	margin: 0;
	padding: 0;
	float: left;
	overflow:hidden;
	height:30px;
	padding-left:10px;
}
#ss a{background: url(../images/page/ss_sf_right.png) 100% 0% no-repeat;
	padding: 0 15px 0 0;
	
}
#ss li {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	padding-left: 14px;
	background: url(../images/page/ss_sf_left.png) 0 0% no-repeat;
}

#ss ul li a{ 
height: 30px;
line-height:30px;
}
#ss li li a{	/* SUB BUTTON FONT*/
line-height:30px;
}
#ss li li,#ss li li.on {
background: url(../images/page/ss_menu-subdiv.gif) 100% 0 no-repeat;
}

#ss .topdaddy{	background: url(../images/page/ss_sf_right.png) 100% 25% no-repeat;
	padding-right: 14px;

}
#ss .topdaddy:hover /*,#ss a:hover*/{background: url(../images/page/ss_sf_right.png) 100% 50% no-repeat;
	padding-right: 14px;

}
#ss li.on .topdaddy:hover /*necessary for IE6*/
{background: url(../images/page/ss_sf_right.png) 100% 100% no-repeat;
	padding-right: 14px;}

#ss li.on {
	padding-left: 14px;
	background: url(../images/page/ss_sf_left.png) 0 75% no-repeat;
}
#ss li.on a{
background: url(../images/page/ss_sf_right.png) 100% 75% no-repeat;
	padding-right: 14px;}


#ss li.on .topdaddy {
background: url(../images/page/ss_sf_right.png) 100% 75% no-repeat;
	padding-right: 14px;}

#ss li ul{
	display: none;
	margin: 0;
	position: absolute;
	top:30px;
	left: 0px;
	background: #4D759A url(../images/page/ss_sf_menubg.gif) repeat-x ;
    width: 5000px;
	line-height: 30px;
border-bottom:4px solid #111;
}

#ss a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}




#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 ul li ul li a:hover{background:none;text-decoration:underline;}
#ss li ul a, #ss li.on ul a{
	display: block;
	float: left;
	background: none;
    margin-left: 0px;
}
