/*
body {
	background-color: #E3D2D2;
	
	font-size: 87.5%;
	font-family: Calibri, "Lucida Sans Unicode";
	line-height: 1.5;
	text-align: left;
	}
	
*/
a {
	text-decoration:none;
	}	
	
a:link, a:visited {
	text-decoration:none;
	color:#F00;
	
	}
	
a:hover, a:active	{
	/*background-color: #A9A98D;*/
	text-decoration:none;
	/*color: #FFCC00;*/
	font-weight: bolder;
	}
	


.mainHeader img {
	width: 100%;
	height: 130px;
	margin-top: 2%;
	margin-bottom: 0;
	}	
	
.mainHeader div {								
	/*background-color: #FFCC66;*/
	height: 35px;
	margin-bottom: 0;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	}	
	
ul {
	list-style: none;
	text-decoration:none;
	}

ul#dropdown {
	 position: relative;
	
	 padding-left: 0px;
	 margin-left: 0px; 
	 }
	 
	 
ul#dropdown li            
          {
			  text-decoration:none;
		 font-weight: bold; 
		  float: left;
		  font-family:Calibri;
		  color:#FFF;
		 /* zoom: 1; */
		/*  background: #23283F;*/
		  width: 12.5%; 
		  overflow-x:visible;
		  text-align:left;
		  padding-left:10px;
		  z-index:100;
		  }
		  
ul#dropdown a:hover{ 
	color:#FF0;
	text-decoration:none;
	/*background-color:#00F;*/
	/*.....mouse hover color..*/
	 }
	 
	 
ul#dropdown a:active{ 
/*color:#060;*/
		}
		
		
ul#dropdown li a  { 
	display: block; 
	padding-top: 1px;
	padding-bottom: 7px; 
	margin-top: 1px; 
/*	border-right: 1px solid #EBEBE0;*/
/*border vartical line right */
	color:#FFF;
	/* ....menu color ....*/
	}

	
	
ul#dropdown li:last-child a { 
	border-right: none; 
	} /* Doesn't work in IE */
	
	
ul#dropdown li.hover,
ul#dropdown li:hover                {
	/* background: #F3D673; */
	 color: black;
	 position: relative;
	  }
	  
ul#dropdown li.hover a  {
	 color: black;
	  }


/* 
	LEVEL TWO
*/
ul#dropdown ul 	{
	 width: 697px; 
	visibility: hidden; 
	position: absolute; top: 100%; 
	left: 0; 
	padding: 0px;
	}
	
ul#dropdown ul li {
	 font-weight: normal;
	 background:#056d6e;  /* sub menu ...back color.. */
	 color: #000;
	 width:160px;
	 border-bottom: 1px solid #ccc; 
	 float: none;
	  }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul#dropdown ul li a	{
	 border-right: none; 
	/* width: 100%; */
	width:160px;
	display:inline-block;
	text-decoration:none;
	 } 

/* 
	LEVEL THREE
*/
ul#dropdown ul ul 					{ left: 100%; top: 0; }
ul#dropdown li:hover > ul 			{ visibility: visible; }

.clear {
	clear: both;
	float: none;
	}


	
