/* get rid of the bullets and margin */

#menuitems ul {margin:0; padding:0; list-style-type:none;}

/* make the list horizontal */

/* #menuitems li {float:left;}

/* Adding the initial images */

#menuitems li.list1 {background:transparent url(../images/home-button-up.gif);}
#menuitems li.list2 {background:transparent url(../images/vehicles-button-up.gif);}
#menuitems li.list3 {background:transparent url(../images/corporate-button-up.gif);}
#menuitems li.list4 {background:transparent url(../images/services-button-up.gif);}
#menuitems li.list5 {background:transparent url(../images/airport-button-up.gif);}
#menuitems li.list6 {background:transparent url(../images/contact-button-up.gif);}

#menuitems {
	width: 225px;
	height: 295px;
	left: 0px;
}
/* General link styling */

#menuitems a {display:block; width:225px; height:0; padding-top:36px; color:#000; overflow:hidden;}

/* hack for older versions of IE with incorrect box model */

* html #menuitems a:link, * html #menuitems a:visited {height:36px; he\ight:0;}
 /* Separating the images */

/* #menuitems li {float:left; margin-right:1px;}

/* Adding the hover images */

#menuitems a#item1 {background:transparent url(../images/home-button-down.gif) -38px -225px no-repeat;}
#menuitems a#item2 {background:transparent url(../images/vehicles-button-down.gif) -38px -39px no-repeat;}
#menuitems a#item3 {background:transparent url(../images/corporate-button-down.gif) -38px -36px no-repeat;}
#menuitems a#item4 {background:transparent url(../images/services-button-down.gif) -38px -36px no-repeat;}
#menuitems a#item5 {background:transparent url(../images/airport-button-down.gif) -38px -36px no-repeat;}
#menuitems a#item6 {background:transparent url(../images/contact-button-down.gif) -38px -36px no-repeat;}

/* Adding the :hover style */

#menuitems a#item1:hover {background-position:0 0; z-index:50;}
#menuitems a#item2:hover {background-position:0 0; z-index:50;}
#menuitems a#item3:hover {background-position:0 0; z-index:50;}
#menuitems a#item4:hover {background-position:0 0; z-index:50;}
#menuitems a#item5:hover {background-position:0 0; z-index:50;}
#menuitems a#item6:hover {background-position:0 0; z-index:50;}

* html #menuitems a:hover {height:223px; he\ight:0;}

/* Clearing the float */

/*#menuitems {display:block; width:228px; height:200px;}
