@charset "utf-8";
/* CSS Document */

body{ 
	margin:0; 
	padding:0; 
	font-family:'Lato';
	font-size:12px; 
	line-height:18px;
	color:#474747;  
} 

.menu{      
	letter-spacing: -1px; 
	padding-left: 6px; 
	margin-left: 6px;
}

.menu ul {
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    position: absolute;
    z-index: 1000;
    list-style: none;
	margin-top: 16px; 
	font-size:10px;  
	font-family:'Lato'; 
	letter-spacing: 1px;
    -webkit-transform:scale(1,1.2); /* Safari and Chrome */
    -moz-transform:scale(1,1.2); /* Firefox */
    -ms-transform:scale(1,1.2); /* IE 9 */
    -o-transform:scale(1,1.2); /* Opera */
    transform:scale(1,1.2); /* W3C */
}
.menu ul li{
	background-color:rgba(228,105,3,0.8);/*#c63e03;*/
	border-bottom:1px solid #f16122; 
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left:-40px; 
	line-height: 24px;
	left:-20px;
	color:#fff; 
    display: block;
	text-transform: uppercase; 
}
.menu ul li a{
	color:#fff; 
	text-transform: uppercase; 
	text-decoration: none;  
}

.menu ul li:hover{
	background-color:rgba(122,38,1,0.8); 
	color:#e87513;  
	/*#7a2601;
	filter:alpha(opacity=70); 
	opacity:.7;*/
	
}

#menulink{
	color:#848484; 
	text-decoration:none; 
	text-transform:uppercase;  
	letter-spacing:1px;  
}
 

#menulink:hover{
	color:#e87513; 
}

#menulink-sel{
	color:#e87513;  
	text-decoration:none; 
	text-transform:uppercase; 
	letter-spacing:1px; 
	letter-spacing:1px;   
} 

.menu:hover ul {
    height: 200px;
}

#menulink #sublink{
	color:#fff;
	text-decoration: none; 
	letter-spacing:1px;  
	line-height: 12px;
	text-transform:uppercase;  
}

#menulink-sel #sublink:hover{
	color:#e87513; 
}

#menulink-sel #sublink{
	color:#fff;
	text-decoration: none; 
	letter-spacing:1px;  
	line-height: 12px;
	text-transform:uppercase;  
}

#menulink-sel #sublink:hover{
	color:#e87513; 
}


div.hr {
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 28px; 
}
div.hr hr {
  display: none;
}

div.hr1 {
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  background: #fed09e;
}
div.hr1 hr {
  display: none;
}

div.hr2 {
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 14px;
  background: #fff;
   font-family: 'Lato';
}
div.hr2 hr {
  display: none;
}

input:required:invalid, input:focus:invalid { background-image: url(/images/invalid.png); background-position: right top; background-repeat: no-repeat; } 
input:required:valid { background-image: url(/images/valid.png); background-position: right top; background-repeat: no-repeat; } <

