

	
#submeniu{
	height: 28px;
	line-height: 28px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#submeniu a{
	color: #0000FF;
	text-decoration: none;
	margin: 0 5px;
	float: left;
	}
	
#submeniu a:hover{
	color: #666666;
	}
	
	

.arrow_left{
	background:url(../media/left_arrow.gif) no-repeat 50% 50%;
	width:5px;
	height:9px;
	display:block;
}
.arrow_right{
	background:url(../media/right_arrow.gif) no-repeat 50% 50%;
	width:5px;
	height:9px;
	display:block;
}
.arrow_left:hover{
	background:url(../media/left_arrow_active.gif) no-repeat 50% 50%;
}

.arrow_right:hover{
	background:url(../media/right_arrow_active.gif) no-repeat 50% 50%;
}







