/* menu */
#adminmenu {

	background: #CCD5DE; /*cor do menu principal*/
	/*border-top: 3px solid #A1BFD4; /*borda cima menu */
	margin: 0;
	padding: .2em .0em .3em 0em;

	font-family: Arial, Tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode";
	color: #000000;	
	font-size: 12px;

	width: 144px;
}

#adminmenu li, #submenu li {
	/*display: inline;*/
	line-height: 170%;
	list-style: none;
	text-align: left;
}

/*
#submenu li {
	line-height: 150%;
	height: 25px;
}

#adminmenu .current, #submenu .current, #submenu2 .current {
	font-weight: bold;
	text-decoration: none;
}
#adminmenu a.current:hover {
	background: #ddeaf4;
	color: #000000;
}

#adminmenu a.current {
	background: #A1BFD4; 
	border-right: 2px solid #4f96c8; /*borda lateral
	border-top: 1px solid #96c0de;
	color: #fff;
	padding-bottom: 8px;
}
*/

#adminmenu a {
	color: #000000; /*cor link menu principal*/
	font-weight: bold;
	margin: 0;
	padding: 3px 5px;
	border-bottom: none;
	text-decoration:none;
	font-size:11px;
}

#adminmenu a:hover {
	/*background: #ddeaf4;*/
	color: #006699;
}

#submenu{

	background: #F4F7FC; /*cor do submenu*/
	/*border-bottom: none;*/
	margin: 0;
	/*padding: 3px 2em 0px 3em;   /* top, right, bottom, left*/
	padding: 0px 0em 0px 10px;   /* top, right, bottom, left*/
	width: 134px; /* 145-10 */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #000000;
}

#submenu a {
	border: none;
	color: #000000;
	font-weight:normal;
	padding: .3em .4em .7em .4em; /* .6 pra grudar no menu de baixo */
	text-decoration:none;
}

#submenu a:hover{
	/*background: #ddeaf4;*/
	color: #006699;  /*#393939;*/
}

/*
#submenu .current {
	background: #f9fcfe;
	border-top: 1px solid #045290;
	border-right: 2px solid #045290;
	color: #a55f31;
}
#submenu a.current:hover{
	color:#000000;
}
*/
