/* CSS Document */
.menu_middle {
float:left;
cursor:pointer;
cursor: hand;
}
.menu_middle a{
display:block;
line-height:33px;
text-decoration:none;
}
.menu_middle li a{
display:block;
line-height:20px;
text-decoration:none;
}
.menu_middle a div{
display:none;
}
.menu_middle a span{
display:none;
}

#menu_home {
width:63px;
background:url(../images/menu2_01.gif) no-repeat 0px 0px;
}
#menu_home:hover {
background:url(../images/menu2_01.gif) no-repeat 0px -67px;
}

#menu_about {
width:79px;
background:url(../images/menu2_02.gif) no-repeat 0px 0px;
}
#menu_about:hover {
background:url(../images/menu2_02.gif) no-repeat 0px -67px;
}

#menu_products {
width:82px;
background:url(../images/menu2_03.gif) no-repeat 0px 0px;
}
#menu_products:hover {
background:url(../images/menu2_03.gif) no-repeat 0px -67px;
}

#menu_press {
width:103px;
background:url(../images/menu2_04.gif) no-repeat 0px 0px;
}
#menu_press:hover {
background:url(../images/menu2_04.gif) no-repeat 0px -67px;
}

#menu_referrals {
width:89px;
background:url(../images/menu2_05.gif) no-repeat 0px 0px;
}
#menu_referrals:hover {
background:url(../images/menu2_05.gif) no-repeat 0px -67px;
}

#menu_contact {
width:89px;
background:url(../images/menu2_06.gif) no-repeat 0px 0px;
}
#menu_contact:hover {
background:url(../images/menu2_06.gif) no-repeat 0px -67px;
}