﻿#menu
{
margin: 0;
padding:0px;
height:44px;
}

#navcontainer
{
float:right;
margin-top:0px;
height:44px;
}

#navcontainer ul {margin:0; padding:0; list-style-type:none;}

#navcontainer li {float:left;list-style-image:none;}


#navcontainer a
{
display: block;
text-decoration: none;
margin: 0;
border-top:0;
border-bottom:0;
font-size:13px;
font-weight:bold;
overflow:hidden;
padding-top:44px;
height:0;
}

#navcontainer a#item1 {background:url(images/home.jpg) 0 0 no-repeat; width:118px; }
#navcontainer a#item2 {background:url(images/aboutus.jpg) 0 0 no-repeat; width:130px; }
#navcontainer a#item3 {background:url(images/services.jpg) 0 0 no-repeat; width:123px; }
#navcontainer a#item4 {background:url(images/products.jpg) 0 0 no-repeat; width:130px; }
#navcontainer a#item5 {background:url(images/network.jpg) 0 0 no-repeat; width:127px; }
#navcontainer a#item6 {background:url(images/contactus.jpg) 0 0 no-repeat; width:144px; }

#navcontainer a#item1:hover,#navcontainer a#item1.active {background:url(images/home_h.jpg) 0 0 no-repeat;}
#navcontainer a#item2:hover,#navcontainer a#item2.active {background:url(images/aboutus_h.jpg) 0 0 no-repeat;}
#navcontainer a#item3:hover,#navcontainer a#item3.active {background:url(images/services_h.jpg) 0 0 no-repeat;}
#navcontainer a#item4:hover,#navcontainer a#item4.active {background:url(images/products_h.jpg) 0 0 no-repeat;}
#navcontainer a#item5:hover,#navcontainer a#item5.active {background:url(images/network_h.jpg) 0 0 no-repeat;}
#navcontainer a#item6:hover,#navcontainer a#item6.active {background:url(images/contactus_h.jpg) 0 0 no-repeat;}
