/* Style the menu as a whole */
#menu {display:block; width:217px; height:191px;padding-top:35px;float:left;}

/* Style the list */
#menu ul {margin:0; padding:0; list-style-type:none;}

/* Style each menu item */
#menu li {margin-right:0px;padding:0;}

/* Add initial images */

#menu li.list1 {background:transparent url(images/button_home.jpg) no-repeat;width:217px;height:28px;}
#menu li.list2 {background:transparent url(images/button_company.jpg) no-repeat;width:217px;height:28px;}
#menu li.list3 {background:transparent url(images/button_solutions.jpg) no-repeat;width:217px;height:28px;}
#menu li.list4 {background:transparent url(images/button_careers.jpg) no-repeat;width:217px;height:28px;}
#menu li.list5 {background:transparent url(images/button_investor.jpg) no-repeat;width:217px;height:28px;}
#menu li.list6 {background:transparent url(images/button_contact.jpg) no-repeat;width:217px;height:28px;}
#menu li.list7 {background:transparent url(images/button_client.jpg) no-repeat;width:217px;height:28px;}

#menu li.list1_over {background:transparent url(images/button_home_over.jpg) no-repeat;width:217px;height:28px;}
#menu li.list2_over {background:transparent url(images/button_company_over.jpg) no-repeat;width:217px;height:28px;}
#menu li.list3_over {background:transparent url(images/button_solutions_over.jpg) no-repeat;width:217px;height:28px;}
#menu li.list4_over {background:transparent url(images/button_careers_over.jpg) no-repeat;width:217px;height:28px;}
#menu li.list5_over {background:transparent url(images/button_investor_over.jpg) no-repeat;width:217px;height:28px;}
#menu li.list6_over {background:transparent url(images/button_contact_over.jpg) no-repeat;width:217px;height:28px;}
#menu li.list7_over {background:transparent url(images/button_client_over.jpg) no-repeat;width:217px;height:28px;}


/* Style the links */

#menu a {display:block; height:0; padding-top:28px; color:#000; overflow:hidden;}

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

* html #menu a:link, * html #menu a:visited {height:128px; he\ight:0;}

/* Adding the background images to the link tags */

#menu a#item1 {background:transparent url(images/button_home_over.jpg) -55px -90px no-repeat;}
#menu a#item2 {background:transparent url(images/button_company_over.jpg) -55px -90px no-repeat;}
#menu a#item3 {background:transparent url(images/button_solutions_over.jpg) -55px -90px no-repeat;}
#menu a#item4 {background:transparent url(images/button_careers_over.jpg) -55px -90px no-repeat;}
#menu a#item5 {background:transparent url(images/button_investor_over.jpg) -55px -90px no-repeat;}
#menu a#item6 {background:transparent url(images/button_contact_over.jpg) -55px -90px no-repeat;}
#menu a#item7 {background:transparent url(images/button_client_over.jpg) -55px -90px no-repeat;}


/* Adding the :hover style, bringing the image to the foreground */

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