/* CSS Document */

/*****************************  MENU  *********************************/
/***************************** MENU 1 *********************************/
.menu1{ width:840px; height:25px; padding:9px 0; /*background:yellow*/ }
.menu1 ul{ line-height:25px; }
.menu1 ul li{ line-height:25px; float:left; list-style:none; font-size:16px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bolder;  }
.menu1 ul li a{ line-height:25px; color:#333; list-style:none; padding:0 16px; display:block; float:left; border-right:1px solid #000; font-weight:bolder; }
.menu1 ul li a:hover{line-height:25px; color:#EE1C25; padding:0 16px; border-right:1px solid #000  }
.menu1 ul li a.oro{color:#AB821B; line-height:25px; padding:0 16px; border-right:1px solid #fff   }
/***************************** MENU 2 *********************************/
.menu2{ width:840px; height:14px; /*background:red;*/ padding:8px 0; font-size:15px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif  }
.menu2 ul{ line-height:12px; height:14px; float:left }
.menu2 ul li{ line-height:12px; height:14px; float:left; list-style:none;   }
.menu2 ul li a{ line-height:12px; height:14px; color:#333; list-style:none; padding:0 15px; display:block; float:left;   }
.menu2 ul li a:hover{line-height:12px; height:14px; color:#EE1C25; list-style:none; padding:0 15px; display:block; float:left;  }
/***************************** MENU 3 *********************************/
.menu3{ width:840px; height:16px; /*background:green;*/  padding:6px 0 ; font-size:15px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#fff;  }
.menu3 ul{ line-height:16px; height:16px; float:left; }
.menu3 ul li{ line-height:16px; height:16px; float:left; list-style:none; color:#fff   }
.menu3 ul li a{ line-height:16px; height:14px; color:#fff; list-style:none; padding:0 32px; display:block; float:left; border-right:1px solid #fff  }
.menu3 ul li a:hover{line-height:16px; height:16px; color:#333; list-style:none; padding:0 32px; display:block; float:left; border-right:1px solid #fff  }


/*****************************  SOTTOMENUMENU  *********************************/
/***************************** SOTTOMENUMENU 1 *********************************/
.menu1 ul li ul{ padding: 0; position: absolute; visibility: hidden; background: #fff; width: auto; border-top:1px dotted #ccc; margin:8px 0 0 0; }	
.menu1 ul li ul li{	float: none; border: 0px; background: #fff; width: auto;  border-bottom:1px dotted #ccc; font-size:12px; color:#fff; line-height:20px; height:25px; }			
.menu1 ul li ul li a{ width: auto; background: #fff; border:0; color:#333; line-height:20px;}
.menu1 ul li ul li a:hover{	background: #fff; border:0; line-height:20px;}
/***************************** SOTTOMENUMENU 2 *********************************/
.menu2 ul li ul{ padding: 0; position: absolute; visibility: hidden; background: #E8E8E8; width: auto; border-top:1px dotted #999; margin:5px 0 0 0; }	
.menu2 ul li ul li{	float: none; border: 0px; background:#E8E8E8; width: auto; border-bottom:1px dotted #999; font-size:11px; font-family:Arial, Helvetica, sans-serif; height:20px; line-height:20px;  }			
.menu2 ul li ul li a{ width: auto; background:#E8E8E8; border:0; line-height:20px; height:20px;  color:#333;  }
.menu2 ul li ul li a:hover{	background: #E8E8E8; border:0; line-height:20px; height:20px;   }
/***************************** SOTTOMENUMENU 3 *********************************/
.menu3 ul li ul{ padding: 0; position: absolute; visibility: hidden; background: #A4A4A4; width: auto; border-top: 1px dotted #efefef; margin:5px 0 0 0; }	
.menu3 ul li ul li{	float: none; border: 0px; background: #A4A4A4; width: auto; border-bottom: 1px dotted #efefef; font-size:11px; font-family:Arial, Helvetica, sans-serif; height:20px; line-height:20px; }			
.menu3 ul li ul li a{ width: auto; background: #A4A4A4; border:0; color:#fff; line-height:20px; height:20px;    }
.menu3 ul li ul li a:hover{	background: #A4A4A4; border:0; color:#333; line-height:20px; height:20px; }
