﻿/* This style sheet is intended to contain OFTEN CHANGED rules used when the Menu control adapter is enabled. */

.AspNet-Menu-Link img
{
	border: 0px;
	margin-right: 3px;
	vertical-align: bottom;
}

div.leftmenu 
{
	margin-top: -10px;
}

.leftmenu ul.AspNet-Menu,
.leftmenu ul.AspNet-Menu li
{
	width: 170px;
}

.leftmenu ul.AspNet-Menu ul
{
	position: static;
	display: block;    
}

.leftmenu ul.AspNet-Menu li a, .leftmenu ul.AspNet-Menu li span
{
	background-color: #DFDBCF;
  color: #968e86;
  font-weight: bold;
  background-image: url(../../images/divider_new.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.leftmenu ul.AspNet-Menu ul li a, .leftmenu ul.AspNet-Menu ul li span
{
	background-color: Transparent;
	color: #756e66;
  font-weight: normal;
	background-image: url(../../images/finger_new.gif);
	background-position: left center;
	background-repeat: no-repeat;
  height: 14px;
  line-height: 14px;
  margin-top: auto;
  margin-bottom: auto;
}

.leftmenu ul.AspNet-Menu li a:hover
{
	color: #a29990;
	text-decoration: underline;
}

.leftmenu ul.AspNet-Menu ul li a:hover
{
	color: #a29990;
	text-decoration: none;
}

.mainmenutext .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
	white-space: nowrap;
	text-align: center;
  margin-left:  15px;
  margin-right: 15px;
  width: 60px;
}

.AspNet-Menu-Horizontal ul[class*=AspNet-Menu] li
{
	width: auto !important;
}

.mainmenutext .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
	text-align: left;
	margin: 0px;
	top: 1.5em;
	left: 10px;
}

.mainmenutext li.AspNet-Menu-WithChildren
{
	background-image: url(../../images/finger_new.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 15px; 
}
