/* CSS Document */
/* Controle do Menu Restrito */
.menurestrito {
	display: inline;
	width: 790px;
	height: 30px;
	margin: 0 5px 0 5px;
	text-decoration: none;
	float: left;
	border-bottom: 4px solid #805212;
}
.menurestrito a {
	display: inline;
	height: 30px;
	text-decoration: none;
	float: left;
	background: url(../images/abassis_bege_e.jpg) no-repeat left top;
	text-align: center;
	font-size: 1.0em;	
	color: #333;
}
.menurestrito a span {
		display:inline;
 		height: 30px;
		margin-left: 10px;
		background: url(../images/abassis_bege_d.jpg) no-repeat right top;
		padding: 0 10px 0 0px;
		font-size:  1.0em;
		line-height: 30px;
		font-weight: bold;
		float:left;
		cursor: pointer;		
}
.menurestrito a:hover span {
	background-position: 100% -60px;
	font-weight: bold;
	color: #fff;
}
.menurestrito a:hover {
	background-position: 0 -60px;	
}
#current {
	color: #fff;
	background-position: 0 -30px;	
}
#current span {
	color: #fff;
	background-position: 100% -30px;	
}
/* Opções Sub-Menus Sistema */
.menusisopcoes {
	display: inline;
	width: 450px;
	margin: 0 0 0 2px;
	color: #000;
	font: 1.4em Tahoma, arial, sans-serif;
	text-align: left;
	float:left;
}
.menusisopcoes img {
	display:inline;
	width: 30px;
	margin: 0 5px 0 5px;
	float:left;
}
.menusisopcoes a {
	display: inline;
	width: 450px;
	height: 30px;
	padding-left: 8px;
	color: #000;
	background: #fff;
	border-bottom: 1px solid #999;
	float:left;
}
.menusisopcoes a:hover {
	background: #ebd7a7;
	border-bottom: 1px solid #999;	
}


