@charset "utf-8";
/* CSS Document */

/*  side navigation    */
#sidenav  td.spacerrow {background-color: #FFFFFF;height:3px;
}
#sidenav #topspacerrow {background-color: #BED5FA;height:3px;
}
#sidenav #bottomspacerrow {background-color: #CCDEFA;height:2px;
}

#sidenav div{	display: block;
	width: 180px; height: 31px;
	margin: 0 ;
}
#sidenav div#vnewdealsebay{height: 50px;}

#vindex 	{background: url( 'imgv/Home2.gif' ) top right no-repeat;}
#vinventory	{background: url( 'imgv/Inventory2.gif' ) top right no-repeat;}
#vparts		{background: url( 'imgv/Parts2.gif' ) top right no-repeat;}
#vhotdeals	{background: url( 'imgv/CurrentHotDeals2.gif' ) top right no-repeat;}
#vourebay	{background: url( 'imgv/Ourebay2.gif' ) top right no-repeat;}
#vinventsale{background: url( 'imgv/InventorySale2.gif' ) top right no-repeat;}
#vsellers	{background: url( 'imgv/Sellers2.gif' ) top right no-repeat;}
#vleasing	{background: url( 'imgv/Leasing2.gif' ) top right no-repeat;}
#vvisit		{background: url( 'imgv/Visit2.gif' ) top right no-repeat;}
#vabout		{background: url( 'imgv/About2.gif' ) top right no-repeat;}
#vcontact	{background: url( 'imgv/Contact2.gif' ) top right no-repeat;}
#vnewdealsebay {background: url( 'imgv/Newdealsebay2.gif' ) top right no-repeat;}

#vindex a, #vinventory a, #vparts a, #vourebay a, #vinventsale a, #vsellers a, #vleasing a, #vvisit a, #vabout a,#vcontact a, #vhotdeals a, #vnewdealsebay a{
	display: block;
	margin: 0; padding:0;
	width:180px; height:31px;
	xoverflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:black;
	text-decoration: none;
/*	xtext-indent:-9999px; */
	outline:none; 
}
#vnewdealsebay a{height:50px;}

#vindex 	a{background: url( 'imgv/Home2.gif' ) top left no-repeat;}
#vinventory a{background: url( 'imgv/Inventory2.gif' ) top left no-repeat;}
#vparts 	a{background: url( 'imgv/Parts2.gif' ) top left no-repeat;}
#vhotdeals 	a{background: url( 'imgv/CurrentHotDeals2.gif' ) top left no-repeat;}
#vourebay 	a{background: url( 'imgv/Ourebay2.gif' ) top left no-repeat;}
#vinventsale a{background: url( 'imgv/InventorySale2.gif' ) top left no-repeat;}
#vsellers 	a{background: url( 'imgv/Sellers2.gif' ) top left no-repeat;}
#vleasing 	a{background: url( 'imgv/Leasing2.gif' ) top left no-repeat;}
#vvisit 	a{background: url( 'imgv/Visit2.gif' ) top left no-repeat;}
#vabout		a{background: url( 'imgv/About2.gif' ) top left no-repeat;}
#vcontact	a{background: url( 'imgv/Contact2.gif' ) top left no-repeat;}
#vnewdealsebay a{background: url( 'imgv/Newdealsebay2.gif' ) top left no-repeat;}

#vindex a:hover, #vinventory a:hover, #vparts a:hover,#vourebay a:hover,#vinventsale a:hover, #vsellers a:hover, #vleasing a:hover, #vvisit a:hover,#vabout a:hover,#vcontact a:hover,#vhotdeals a:hover, #vnewdealsebay a:hover{
	background-position: top right;
	color: black;
	visibility: visible;
}

#vindex a:hover img, #vinventory a:hover img, #vparts a:hover img,#vourebay a:hover img,#vinventsale a:hover img, #vsellers a:hover img, #vleasing a:hover img, #vvisit a:hover img,#vabout a:hover img,#vcontact a:hover img,#vhotdeals a:hover img, #vnewdealsebay a:hover img{visibility: hidden;}


/*  horizontal navigation    */
#nav {
	width: 800px;
	height: 45px;
	position: relative;
	background: url(imh/nav_notOnHznav.jpg);
	margin: 0;
	padding: 0;
}
ul#nav {
	list-style-type: none;
}

#nav li {
  float: left;
}
#nav li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 45px;
  background: url(imh/nav_notOnHznav.jpg)  no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}

#nav {	background: url(imh/nav_notOnHznav.jpg);}
#nav li a {	background: url(imh/nav_notOnHznav.jpg) no-repeat;}

li#nav_screw a {
  left: 0;
  width: 158px;
  background-position: 0 0;
}
li#nav_rotary a {
  left: 157px;
  width: 156px;
  background-position: -157px 0;
}
li#nav_swiss a {
  left: 313px;
  width: 164px;
  background-position: -313px 0;
}
li#nav_lathes a {
  left: 477px;
  width: 164px;
  background-position: -477px 0;
}
li#nav_miscell a {
  left: 641px;
  width: 159px;
  background-position: -641px 0;
}

li#nav_screw a:hover {
  background-position: 0 -45px;
}
li#nav_rotary a:hover {
  background-position: -157px -45px;
}
li#nav_swiss a:hover {
  background-position: -313px -45px;
}
li#nav_lathes a:hover {
  background-position: -477px -45px;
}
li#nav_miscell a:hover {
  background-position: -641px -45px;
}

/*  to show "on page" button, use <body id="body_invent_swiss">  for example  */
#body_invent_screw li#nav_screw  a {
  background-position: 0 -90px;
}
#body_invent_rotary li#nav_rotary a {
  background-position: -157px -90px;
}
#body_invent_swiss li#nav_swiss a {
  background-position: -313px -90px;
}
#invent_lathes li#nav_lathes a {
  background-position: -477px -90px;
}
#body_invent_miscell li#nav_miscell a {
  background-position: -641px -90px;
}


