/*---------------menu----------------*/

#menu_top {
	position:relative;
	width:20px;
	background-image:url(../imagens/gif/top_menu.gif);
	background-repeat:no-repeat;
	height:10px;
	top:25px;
	}
	
#menu_botton {
	position:relative;
	width:20px;
	background-image:url(../imagens/gif/botton_menu.gif);
	background-repeat:no-repeat;
	height:10px;
	top:10px;
	}
	
#menu {
	position:relative;
	top:10px;
	width:170px;
	background-image:url(../imagens/gif/meio_menu.gif);
	background-repeat:repeat-y;
	}
	
#menu .menuheader { 
	font: bold 14px Arial;
	color: fff200;
	margin-bottom: 0px;
	padding: 0px 0 0px 27px;
	cursor: hand;
	cursor: pointer;
	}

#menu .openheader {
	background-image: url(../titlebar-active.png);
	}

#menu .menuheader a	{
	font: bold 14px Arial;
	color:fff200;
	text-decoration:none;
	margin-bottom: 10px;
	cursor: hand;
	cursor: pointer;
	}
	
#menu ul {
	list-style-type: none;
	margin: 0;
	padding-top: 10px;
	padding-left: 1px;
	}

#menu ul li	{
	padding-bottom: 2px;
	}

#menu ul li .opensubheader	{
	background: lightblue !important;
	}

#menu ul li .closedsubheader{
	background: lightgreen !important;
	}

#menu ul li a {
	color: #ffffff;
	display: block;
	padding: 2px 0;
	padding-left: 27px;
	text-decoration: none;
	font: 12px Arial;
	}

#menu ul li a:visited	{
	color: #ffffff;
	}

#menu ul li a:hover	{
	color: #FFF200;
	}