.NAVicons {
	width: 961px;
	height: 30px;
	background: url(../images/navBGD1.gif);
	margin: 0px auto;
	padding: 0;
	position: relative;
}

.NAVicons ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

.NAVicons li {
position: relative;
display: inline;
float: left;

}

.NAVicons a { font-size-adjust:inherit; display: block; text-decoration: none; outline: none;
padding: 5px 50px;
/*border-right: 1px solid #2952aa;*/
text-decoration: none;
padding-right:50px;
height:20px;
font-size:15px;
}

* html .NAVicons ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.NAVicons ul li a:link, .NAVicons ul li a:visited{
color: #fff; font-size:15px;
}

.NAVicons ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(../images/navBGD2.gif); 
color: #fff; font-size:15px;
}

.NAVicons ul li a:hover{
background: url(../images/navBGD2.gif); /*background of menu items during onmouseover (hover state)*/
color: #fff; font-size:15px;
}

/*#home {left: 29px;top: 0px;width: 76px;height: 30px;z-index: 1;}
#flights {left: 105px;top: 0px;width: 83px;height: 30px;}
#packages {left: 188px;top: 0px;width: 158px;height: 30px;}
#hotels {left: 346px; top: 0px; width: 77px; height: 30px;}
#cars {left: 423px; top: 0px; width: 73px; height: 30px;}
#destinations {left: 496px; top: 0px; width: 116px; height: 30px;}
#lastminutes {left: 612px; top: 0px; width: 112px; height: 30px;}
#insurance {left: 724px; top: 0px; width: 105px; height: 30px;}
#contactus {left: 831px; top: 0px; width: 111px; height: 30px;}

#home a {height: 30px;}
#flights a {height: 30px;}
#packages a {height: 30px;}
#hotels a {height: 30px;}
#cars a {height: 30px;}
#destinations a {height: 30px;}
#lastminutes a {height: 30px;}
#insurance a {height: 30px;}
#contactus a {height: 30px;}

#home a:hover {background: url(../images/nav.jpg) -29px -30px no-repeat;}
#flights a:hover {background: url(../images/nav.jpg) -105px -30px no-repeat;}
#packages a:hover {background: url(../images/nav.jpg) -188px -30px no-repeat;}
#hotels a:hover {background: url(../images/nav.jpg) -346px -30px no-repeat;}
#cars a:hover {background: url(../images/nav.jpg) -423px -30px no-repeat;}
#destinations a:hover {background: url(../images/nav.jpg) -496px -30px no-repeat;}
#lastminutes a:hover {background: url(../images/nav.jpg) -612px -30px no-repeat;}
#insurance a:hover {background: url(../images/nav.jpg) -724px -30px no-repeat;}
#contactus a:hover {background: url(../images/nav.jpg) -831px -30px no-repeat;}*/

/* body.home #home, body.home #home a {background: url(../images/nav.jpg) -29px -30px no-repeat;} */
body.flights #flights, body.flights #flights a {background: url(../images/navBGD2.gif);}
body.flightsusa #flightsusa, body.flightsusa #flightsusa a {background: url(../images/navBGD2.gif);}
body.packages #packages, body.packages #packages a {background: url(../images/navBGD2.gif);}
body.hotels #hotels, body.hotels #hotels a {background: url(../images/navBGD2.gif);}
body.cars #cars, body.cars #cars a {background: url(../images/navBGD2.gif);}
body.destinations #destinations, body.destinations #destinations a {background: url(../images/navBGD2.gif);}
body.lastminutes #lastminutes, body.lastminutes #lastminutes a {background: url(../images/navBGD2.gif);}
body.insurance #insurance, body.insurance #insurance a {background: url(../images/navBGD2.gif);}
body.contactus #contactus, body.contactus #contactus a {background: url(../images/navBGD2.gif);}
