/* CSS Document */
/* Menus */
#Menu {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
#Menu h4{
	padding:5px 0;
	padding-left:10px;
	}
	
#Menu ul li{
	padding:8px 0;
	padding-left:10px;
	background-image: url(../assets/back_menu.jpg);
	font: 9px verdana, arial, helvetiva, sans-serif;
	width: 130px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
#Menu li a {
	display:block;
	color: #333333;
	text-decoration: none;
	}
#Menu li a:hover { 	
	color: #000; 	
	} 	


#Menu2 h4{
	padding:1px 0;
	padding-left:10px;
	}
	
#Menu2 ul li{
	font: 11px verdana, arial, helvetiva, sans-serif;
	width: 80%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	list-style-image: url(../assets/seta3.gif);
	margin-left: 15px;
	padding-left:0px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	}
#Menu2 li a { 	
	display:block;
	color: #333333;	 
	text-decoration: none; 
	}
#Menu2 li a:hover { 	
	color: #FF0000; 	
	} 	

	

#MenuRight ul li{
	position:relative;
	top: -10px;
	margin:28px 0 -15px 20px;
	font-size:11px;
	list-style-image: url(../assets/seta3.gif);
	border-bottom:1px dashed #ccc;
	padding-bottom: 6px;
	}

#MenuRight2 ul li{
	position:relative;
	top: -10px;
	margin:25px 0 -12px 10px;
	font-size:11px;
	list-style-image: url(../assets/seta3.gif);
	border-bottom:1px dashed #ccc;
	padding-bottom: 6px;
	}

#menuHorizontal ul {
 margin:0px;
 float: left;
 width: 700px;
 list-style:none;
 font: Tahoma;
 color:#FF0000;
}
 
#menuHorizontal ul li { 
	display: inline; 
	}
 
#menuHorizontal ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 10px;
	float: right;
	font-size: 10px;
	color:#FFFFFF;
	font-weight: bold;
}
 
#menuHorizontal ul li a:hover {
 color: #FFFF99;
}

#menuAba {
	position:relative;
	float:left; 
	left:18px; 
	top:5px; 
	width:738px; 
	height:22px; 
	padding-top:10px; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #DDDDDD; 
	
}

