#menuPanel2
{
	/*position: relative;*/
	padding: 2px 20px;
	/*margin: 5px 0px 5px 20px;*/
	/*float: left;*/
	width: 220px;
	background: #eee;
}

#menuPanel2 .subMenu
{
	position: relative;
	padding: 2px;
	margin: 3px 0px;
	width: 210px;
	text-align:left;
}

/*#menuPanel2 .subMenu2
{
	position: relative;
	padding: 2px;
	margin: 3px 6px;
	width: 210px;
	text-align:left;
}*/


a.menuitem2 {
  color: #333;
  text-decoration: none;
  font-size: 12px;
  width: 180px;
  border: none;
  padding: 2px 18px 2px 18px;
  /*background: url('http://www.avtotemp.ru/images/design/menuitem.gif') left top no-repeat;*/
}

a.menuitem2:hover {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  border: none;
  width: 180px;
  padding: 2px 18px 2px 18px;
  background: url('http://www.avtotemp.ru/images/design/menuitem2-over.gif') left top no-repeat;
}

.menuitem2-current
{
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  width: 180px;
  font-weight: bold;
  padding: 2px 18px 2px 18px;
  background: url('http://www.avtotemp.ru/images/design/menuitem2-over.gif') left top no-repeat;
}


.menuitem2-disable {
  color: #AAA;
  text-decoration: none;
  font-size: 12px;
  width: 180px;
  padding: 2px 12px 2px 12px;
  /*background: url('http://www.avtotemp.ru/images/design/menuitem.gif') left top no-repeat;*/
}


a.menuitem3 {
  color: #333;
  text-decoration: none;
  font-size: 12px;
  width: 180px;
  border: none;
  padding: 2px 10px 2px 28px;
  /*background: url('http://www.avtotemp.ru/images/design/menuitem.gif') left top no-repeat;*/
}

a.menuitem3:hover {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  border: none;
  width: 180px;
  padding: 2px 10px 2px 28px;
  background: url('http://www.avtotemp.ru/images/design/menuitem2-over.gif') left top no-repeat;
}

.menuitem3-current {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  width: 180px;
  font-weight: bold;
  padding: 2px 10px 2px 28px;
  background: url('http://www.avtotemp.ru/images/design/menuitem2-over.gif') left top no-repeat;
}


.menuitem3-disable {
  color: #AAA;
  text-decoration: none;
  font-size: 12px;
  width: 180px;
  padding: 2px 12px 2px 12px;
  /*background: url('http://www.avtotemp.ru/images/design/menuitem.gif') left top no-repeat;*/
}

.static_page_text, .static_page_text a
{
	font-family: Arial;
	font-size:10px;
	color: black;
}