.menu {
	height: 30px;
}
/* HIGHLIGHT DIFFERENT SECTIONS FOR THE TOP MENU */
#highlight_home {
	background: url(../images/top_menu/top_menu_bg.jpg) top left no-repeat;
}
#highlight_about {
	background: url(../images/top_menu/top_menu_bg_bar_aboutus.jpg) top left no-repeat;
}
#highlight_ourservices {
	background: url(../images/top_menu/top_menu_bg_bar_ourservices.jpg) top left no-repeat;
}
#highlight_howwework {
	background: url(../images/top_menu/top_menu_bg_bar_howwework.jpg) top left no-repeat;
}
#highlight_areasweservice {
	background: url(../images/top_menu/top_menu_bg_bar_areasweservice.jpg) top left no-repeat;
}
#highlight_contactus {
	background: url(../images/top_menu/top_menu_bg_bar_contactus.jpg) top left no-repeat;
}
#highlight_gallery {
	background: url(../images/top_menu/top_menu_bg_bar_gallery.jpg) top left no-repeat;
}
#highlight_hintsandtips {
	background: url(../images/top_menu/top_menu_bg_bar_hintsandtips.jpg) top left no-repeat;
}
#highlight_faqs {
	background: url(../images/top_menu/top_menu_bg_bar_faqs.jpg) top left no-repeat;
}
#highlight_whyuseus {
	background: url(../images/top_menu/top_menu_bg_bar_whyuseus.jpg) top left no-repeat;
}
#highlight_recommendations {
	background: url(../images/top_menu/top_menu_bg_bar_recommendations.jpg) top left no-repeat;
}
/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:100;
	margin-right: 13px;
	margin-left: 13px;
	margin-top: 2px;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu ul li ul li{
	padding: 0;
	margin: 0;
}
.menu ul li a{
	background-color: transparent;
	border-bottom: none;
}
/* use the table to position the dropdown list */
.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:21px;
}
/* style all the links */
.menu a, .menu a:visited {
	display:block;
	font-size:10pt;
	padding: 4px 0 5px 0;
	color:#FFF;
	text-decoration:none;
}
.menu a:hover {
	color:#EBBC14;
}
/* Size of submenus */
.menu ul li ul li{
	width: 160px;
	padding: 0 0 0 10px;
	background-color:#888169;	
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.menu ul li ul li.first{
	border-top: 1px solid #000000;
}

/* Size of submenus */
.menu ul li ul li.menu_6_home {
	width: 121px;
}
.menu ul li ul li.menu_6 {
	width: 121px;
}
/* Hover for submenus */
.menu ul li ul li:hover{
	background-color:#79735E;
}
/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:160px;
	height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}
/*  HACK TO WORK FOR IE6 */
* html .menu :hover{
	background:transparent;
}
* html #top_menu {
	padding: 0 0 0 30px;
	height: 21px;	
}
/* Hover for submenus */
* html .menu ul li ul li a:hover{
	font-weight: bold;

}
* html .menu ul {
	padding-top: 29px;
}
.menu table{
	top:-8px;
}
