﻿#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
position:relative;
top:110px;
}

#navcontainer li 
{
    width: 154px;
    margin: 0px 0px 4px 0px;
}

#navcontainer a
{
display: block;
background-color: transparent;
width: 154px;
padding:4px 0px 0px 0px;
text-decoration: none;
background-position:top left;
background-color:Transparent;
background-repeat:no-repeat;
background-attachment:scroll;
}

#navcontainer a:hover
{
/*background-color: #369;*/
}

#liNavItem1
{
    background-image: url(../images/menu/aboutus_hover.png);
    z-index:-10;
}
a#aNavItem1
{
    z-index:10;
    background-image: url(../images/menu/aboutus.png);
}
a#aNavItem1:hover
{
    background-image: none;
}

#liNavItem2
{
    background-image: url(../images/menu/saleitems_hover.png);
    z-index:-10;
}
a#aNavItem2
{
    z-index:10;
    background-image: url(../images/menu/saleitems.png);
}
a#aNavItem2:hover
{
    background-image: none;
}

#liNavItem3
{
    background-image: url(../images/menu/ourservices_hover.png);
    z-index:-10;
}
a#aNavItem3
{
    z-index:10;
    background-image: url(../images/menu/ourservices.png);
}
a#aNavItem3:hover
{
    background-image: none;
}

#liNavItem4
{
    background-image: url(../images/menu/contactus_hover.png);
    z-index:-10;
}
a#aNavItem4
{
    z-index:10;
    background-image: url(../images/menu/contactus.png);
}
a#aNavItem4:hover
{
    background-image: none;
}

