/*
	Created by Berkov Yurij 
	A-Z Truck AutoShop
	Copyright (C) 30-11-2007
*/

@charset "windows-1251";
/*
	Top Silver Menu (Begin)
*/
/*Begin Active Selected Button - MAIN*/
.current-button-active-main a{
  display: block;
  width:110px;
  height:33px; 
  border: none;
  margin:0;
  padding:0;
  background: url(../images/top.menu.silver/1main_button.gif) 0 0 no-repeat; 
  background-position: 0 -66px;
}
.current-button-active-main a:hover { 
  width: 110px;
  height: 33px;
  border:none;
  margin:0;
  padding:0;
  background-position: 0 -66px;
}
.current-button-active-main a:active {
  width:110px;
  height:33px;
  border:none;
  margin:0;
  padding:0;
  background-position: 0 -66px;
}
/*End Active Selected Button - MAIN*/
/*Begin Active Selected Button - REQUEST*/
.current-button-active-request a{
  display:block;
  width:110px;
  height:33px;
  border:none;
  margin:0;
  padding:0;
  background: url(../images/top.menu.silver/2request_button.gif) 0 0 no-repeat;
  background-position: 0 -66px;
}
.current-button-active-request a:hover { 
  width:110px;
  height:33px;
  border:none;
  margin:0;
  padding:0;
  background-position: 0 -66px;
}
.current-button-active-request a:active {
  width:110px;
  height:33px;
  border:none;
  margin:0;
  padding:0;
  background-position: 0 -66px;
}
/*End Active Selected Button - REQUEST*/
/*Begin Active Selected Button - SHOP*/
.current-button-active-shop a{
  display:block;
  width:117px;
  height:33px;
  border:none;
  margin:0;
  padding:0;
  background: url(../images/top.menu.silver/3shop_button.gif) 0 0 no-repeat;
  background-position: 0 -66px;
}
.current-button-active-shop a:hover { 
  width:117px;
  height:33px;
  border:none;
  margin:0;
  padding:0;
  background-position: 0 -66px;
}
.current-button-active-shop a:active {
  width:117px;
  height:33px;
  border:none;
  margin:0;
  padding:0;
  background-position: 0 -66px;
}
/*End Active Selected Button - SHOP*/
/*Begin Active Selected Button - SHARES*/
.current-button-active-shares a{
  display:block;
  width:94px;
  height:33px;
  border:none;
  margin:0;
  padding:0;  
  background: url(../images/top.menu.silver/4shares_button.gif) 0 0 no-repeat;
  background-position: 0 -66px;
}
.current-button-active-shares a:hover { 
  width:94px;
  height:33px;
  border:none;
  margin:0;
  padding:0;
  background-position: 0 -66px;
}
.current-button-active-shares a:active {
  width:94px;
  height:33px;
  border:none;
  margin:0;
  padding:0;
  background-position: 0 -66px;
}
/*End Active Selected Button - SHARES*/
/*Begin Active Selected Button - SERVICES*/
.current-button-active-services a{
  display:block;
  width:94px;
  height:33px;
  border:none;
  margin:0;
  padding:0;  
  background: url(../images/top.menu.silver/5services_button.gif) 0 0 no-repeat;
  background-position: 0 -66px;
}
.current-button-active-services a:hover { 
  width:94px;
  height:33px;
  border:none;
  margin:0;
  padding:0;
  background-position: 0 -66px;
}
.current-button-active-services a:active {
  width:94px;
  height:33px;
  border:none;
  margin:0;
  padding:0;
  background-position: 0 -66px;
}
/*End Active Selected Button - SERVICES*/
/*Begin Active Selected Button - ABOUTUS*/
.current-button-active-aboutus a{
  display:block;
  width:85px;
  height:33px;
  border:none;
  margin:0;
  padding:0;  
  background: url(../images/top.menu.silver/6aboutus_button.gif) 0 0 no-repeat;
  background-position: 0 -66px;
}
.current-button-active-aboutus a:hover { 
  width:85px;
  height:33px;
  border:none;
  margin:0;
  padding:0;
  background-position: 0 -66px;
}
.current-button-active-aboutus a:active {
  width:85px;
  height:33px;
  border:none;
  margin:0;
  padding:0;
  background-position: 0 -66px;
}
/*End Active Selected Button - ABOUTUS*/
/*Begin Active Selected Button - CONTACTS*/
.current-button-active-contacts a{
  display:block;
  width:140px;
  height:33px;
  border:none;
  margin:0;
  padding:0;  
  background: url(../images/top.menu.silver/7contacts_button.gif) 0 0 no-repeat;
  background-position: 0 -66px;
}
.current-button-active-contacts a:hover { 
  width:140px;
  height:33px;
  border:none;
  margin:0;
  padding:0;
  background-position: 0 -66px;
}
.current-button-active-contacts a:active {
  width:140px;
  height:33px;
  border:none;
  margin:0;
  padding:0;
  background-position: 0 -66px;
}
/*End Active Selected Button - CONTACTS*/
/*Begin Unactive UnSelected Button Rollovered - MAIN*/
.button-unactive-unselected-main a {
  display:block;
  width:110px;
  height:33px;
  background: url(../images/top.menu.silver/1main_button.gif) 0 0 no-repeat;
}
.button-unactive-unselected-main a:hover { 
  background-position: 0 -33px;
}
.button-unactive-unselected-main a:active {
  background-position: 0 -66px;
}
/*End Unactive UnSelected Button Rollovered - MAIN*/
/*Begin Unactive UnSelected Button Rollovered - REQUEST*/
.button-unactive-unselected-request a {
  display:block;
  width:110px;
  height:33px;
  background: url(../images/top.menu.silver/2request_button.gif) 0 0 no-repeat;
}
.button-unactive-unselected-request a:hover { 
  background-position: 0 -33px;
}
.button-unactive-unselected-request a:active {
  background-position: 0 -66px;
}
/*End Unactive UnSelected Button Rollovered - REQUEST*/
/*Begin Unactive UnSelected Button Rollovered - SHOP*/
.button-unactive-unselected-shop a {
  display:block;
  width:117px;
  height:33px;
  background: url(../images/top.menu.silver/3shop_button.gif) 0 0 no-repeat;
}
.button-unactive-unselected-shop a:hover { 
  background-position: 0 -33px;
}
.button-unactive-unselected-shop a:active {
  background-position: 0 -66px;
}
/*End Unactive UnSelected Button Rollovered - SHOP*/
/*Begin Unactive UnSelected Button Rollovered - SHARES*/
.button-unactive-unselected-shares a {
  display:block;
  width:94px;
  height:33px;
  background: url(../images/top.menu.silver/4shares_button.gif) 0 0 no-repeat;
}
.button-unactive-unselected-shares a:hover { 
  background-position: 0 -33px;
}
.button-unactive-unselected-shares a:active {
  background-position: 0 -66px;
}
/*End Unactive UnSelected Button Rollovered - SHARES*/
/*Begin Unactive UnSelected Button Rollovered - SERVICES*/
.button-unactive-unselected-services a {
  display:block;
  width:94px;
  height:33px;
  background: url(../images/top.menu.silver/5services_button.gif) 0 0 no-repeat;
}
.button-unactive-unselected-services a:hover { 
  background-position: 0 -33px;
}
.button-unactive-unselected-services a:active {
  background-position: 0 -66px;
}
/*End Unactive UnSelected Button Rollovered - SERVICES*/
/*Begin Unactive UnSelected Button Rollovered - ABOUTUS*/
.button-unactive-unselected-aboutus a {
  display:block;
  width:85px;
  height:33px;
  background: url(../images/top.menu.silver/6aboutus_button.gif) 0 0 no-repeat;
}
.button-unactive-unselected-aboutus a:hover { 
  background-position: 0 -33px;
}
.button-unactive-unselected-aboutus a:active {
  background-position: 0 -66px;
}
/*End Unactive UnSelected Button Rollovered - ABOUTUS*/
/*Begin Unactive UnSelected Button Rollovered - CONTACTS*/
.button-unactive-unselected-contacts a {
  display:block;
  width:140px;
  height:33px;
  background: url(../images/top.menu.silver/7contacts_button.gif) 0 0 no-repeat;
}
.button-unactive-unselected-contacts a:hover { 
  background-position: 0 -33px;
}
.button-unactive-unselected-contacts a:active {
  background-position: 0 -66px;
}
/*End Unactive UnSelected Button Rollovered - CONTACTS*/

<!--[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<![endif]-->
/*
	Top Silver Menu (End)
*/