/* CSS Document */

#ABlogo {
	width:300px;
	height:75px;
	margin:0px 0px 0px 0px;
	position:relative;
	float:left;
	border:0px;
	background-image:url(../images/Allbestfares_logo.jpg);
	
}	
#hd_adv{
	width:300px;
	height:75px;
	margin:0px 0px 0px 0px;
	position:relative;
	float:left;
	border:0px;	
}
#hd_con{
	width:200px;
	height:75px;
	margin:0px 0px 0px 0px;
	position:relative;
	float:left;
	font-size:10px;
	vertical-align:top;
	color:#666666;
}	
#hd_con a{
	font-size:10px;
	color:#666666;
	margin-top:3px;
	margin-bottom:1px;
}

#navbg{
	background-image:url(../images/top_menu.jpg); 
	width:800px; 
	height:24px; 
	background-repeat:repeat-x;
	position:relative;
	float:left;
	border-bottom:3px red solid;
	margin-top:5px;
}


#navigation {
	height:auto;
	float:left;
	padding-left:15px;
	font-size:12px;
	line-height:normal;
	letter-spacing:1px;
	font-family:Arial;
	font-weight: bold;
		
}
#navigation ul {
	list-style:none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#navigation li {
      display:inline;
      margin:0;
      padding:0;
	  text-align:center;
}
#navigation a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
}
#navigation a span {
	float:left;
	display:block;
	color:#FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:left;}
/* End IE5-Mac hack */
#navigation a:hover span {
      color:#622600;
	  background-position:100% -42px;
	  background-color:#fea200;
	  padding-top: 5px;
	  padding-right: 10px;
	  padding-bottom: 4px;
	  padding-left: 10px;
}
#navigation a:hover {
      background-position:0% -42px;
}
#navigation a:hover span {
      background-position:100% -42px;
}

