@charset "utf-8";
/* CSS Document */



/*main navigation*/

#tabs {float:left; width:549px; font-size:93%; line-height:normal; display:inline; float:right; margin:0; padding:0;}
 ul.hnav{margin:0 0 0 0; padding:0px; list-style:none;}
ul.hnav li {display:inline; margin:0; padding:0; list-style:none; }


/*---------navigation tabs---------*/

#tabs a#home {float:left; width:73px; height:30px; background: url(../images/home_n.gif) no-repeat left top; margin:0 0 0 0; padding:0px; text-decoration:none;}
#tabs a#home:hover {width:73px; height:30px; background: url(../images/home_over_n.gif) no-repeat left top;}
#tabs a.active#home{width:73px; height:30px; background:url(../images/home_over_n.gif) no-repeat left top;}

#tabs a#aboutus {float:left; width:122px; height:30px; background: url(../images/about_n.gif) no-repeat left top; margin:0 0 0 0; padding:0px; text-decoration:none;}
#tabs a#aboutus:hover {width:122px; height:30px; background:url(../images/about_over_n.gif) no-repeat left top;}
#tabs a.active#aboutus {width:122px; height:30px; background:url(../images/about_over_n.gif) no-repeat left top;}

#tabs a#collections {float:left; width:124px; height:30px; background: url(../images/collections_n.gif) no-repeat left top; margin:0 0 0 0; padding:0px; text-decoration:none;}
#tabs a#collections:hover {width:124px; height:30px; background:url(../images/collections_over_n.gif) no-repeat left top;}
#tabs a.active#collections {width:124px; height:30px; background:url(../images/collections_over_n.gif) no-repeat left top;}

#tabs a#services {float:left; width:99px; height:30px; background: url(../images/services_n.gif) no-repeat left top; margin:0 0 0 0; padding:0px; text-decoration:none;}
#tabs a#services:hover {width:99px; height:30px; background:url(../images/services_over_n.gif) no-repeat left top;}
#tabs a.active#services{width:99px; height:30px; background:url(../images/services_over_n.gif) no-repeat left top;}

#tabs a#contactus {float:left; width:116px; height:31px; background: url(../images/contactus_n.gif) no-repeat left top; margin:0 0 0 0; padding:0px; text-decoration:none;}
#tabs a#contactus:hover {width:116px; height:31px; background:url(../images/contactus_over_n.gif) no-repeat left top;}
#tabs a.active#contactus{width:116px; height:31px; background:url(../images/contactus_over_n.gif) no-repeat left top;}

/*end main navigation*/