/* 
� 2008 - Design, CSS Style by P&B Creations, pbcreations.sk
� 2008 - Martin Plakinger (CEO)
*/

#menu{
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	width: 856px;
	height: 38px;
	display: block;
	position: relative;
	float:left;
	background-image:url(img/bgr.jpg);
	text-align:left;
}

/* menu principal */
#menu ul{
	margin:0px;
	float:left;
	list-style: none;
}

#menu ul li{
	display: block;
	float: left;
}

#li_home{
	display:block;
	text-indent:-9999px;
	height:38px;
	width:77px;
	background: url(img/home.jpg) 0 0;
}

#li_home:hover{
	background: url(img/home.jpg) 0 -38px;
}

#li_empresa{
	display:block;
	text-indent:-9999px;
	height:38px;
	width:80px;
	background: url(img/empresa.jpg) 0 0;
}

#li_empresa:hover{
	background: url(img/empresa.jpg) 0 -38px;
}

#li_comercial{
	display:block;
	text-indent:-9999px;
	height:38px;
	width:81px;
	background: url(img/comercial.jpg) 0 0;
}

#li_comercial:hover{
	background: url(img/comercial.jpg) 0 -38px;
}

#li_cooperativismo{
	display:block;
	text-indent:-9999px;
	height:38px;
	width:120px;
	background: url(img/cooperativismo.jpg) 0 0;
}

#li_cooperativismo:hover{
	background: url(img/cooperativismo.jpg) 0 -38px;
}

#li_produtos_servicos{
	display:block;
	text-indent:-9999px;
	height:38px;
	width:144px;
	background: url(img/produtos_servicos.jpg) 0 0;
}

#li_produtos_servicos:hover{
	background: url(img/produtos_servicos.jpg) 0 -38px;
}

#li_downloads{
	display:block;
	text-indent:-9999px;
	height:38px;
	width:89px;
	background: url(img/downloads.jpg) 0 0;
}

#li_downloads:hover{
	background: url(img/downloads.jpg) 0 -38px;
}

#li_suporte{
	display:block;
	text-indent:-9999px;
	height:38px;
	width:70px;
	background: url(img/suporte.jpg) 0 0;
}

#li_suporte:hover{
	background: url(img/suporte.jpg) 0 -38px;
}

#li_contato{
	display:block;
	text-indent:-9999px;
	height:38px;
	width:99px;
	background: url(img/contato.jpg) 0 0;
}

#li_contato:hover{
	background: url(img/contato.jpg) 0 -38px;
}

#conteudo{
	width: 760px;
	display: block;
	position: relative;
	float: left;
	text-align:left;
	background-color: #919e7c;
}


/* categories */

ul#categories {
	width:200px;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
}

ul#categories li {
	display: block;
	padding: 0px;
	line-height: 30px;
	border-bottom: 1px #00000 solid;
	border-top: 1px solid #f9faf7;
	height: 30px;
	margin-top: -2px; 
	margin-bottom: -2px;
}

*> ul#categories li { margin-top: 0px; margin-bottom: 0px; }

ul#categories li.selected {
	text-decoration: none; 
	background-color:#e3f4b7;
}

ul#categories li a {
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 40px;
	line-height: 30px;
	text-decoration: none;
	font-size: 11px;
	color: 000;
	background: url(img/arrow.gif) 26px 12px no-repeat;
}
ul#categories li a:hover { 
	text-decoration: none; 
	color: #006699;
	background-color:#E7EEF1;
}

