﻿.ClearAndResetButton
{
	text-decoration: none;
	font-size: 14px;
	color: black;
	font-family: Verdana, "Lucida Grande" , Lucida, sans-serif;
	border: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	vertical-align: middle;
	background-color: khaki;
}

.LeftMenuTabs
{
	list-style: none;
	margin: 0px;
	width: 170px;
	background-position: right bottom;
	background-color: transparent;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 11px;
	padding-top: 4px;
}
.LeftMenuTabs li
{
	display: block;
	font-size: 10px;
	margin: 0 0 4px 19px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}
.LeftMenuTabs li button
{
	display: block;
	width: 150px;
	height: 26px;
	text-decoration: none;
	background: url(../images/vtab.gif) left top;
	font-size: 12px;
	text-decoration: none;
	color: black;
	font-family: Verdana, "Lucida Grande" , Lucida, sans-serif;
	line-height: 24px;
	text-indent: 15px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-align: left;
	cursor: hand;
	font-weight: bold;
}
.LeftMenuTabs li button.normal
{
	background: url(../images/vtab.gif) left top;
	color: black;
	cursor: hand;
}
.LeftMenuTabs li button.rollover
{
	background: url(../images/vtab.gif) left center;
	color: black;
	border-color: #888;
	cursor:hand;
}
.LeftMenuTabs li button.selected, .LeftMenuTabs li button.selected:hover
{
	background: url(../images/vtab.gif) left bottom;
	color: black;
	border-color: #fff;
	cursor: default;
}
.LeftMenuTabs li button span
{
	color: black;
	font-weight: normal;
}


.LeftMenuTabs li a
{
	display: block;
	width: 150px;
	height: 26px;
	text-decoration: none;
	background: url(../images/vtab.gif) left top;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, "Lucida Grande" , Lucida, sans-serif;
	line-height: 24px;
	text-indent: 15px;
}
.LeftMenuTabs li a:hover
{
	background: url(../images/vtab.gif) left center;
	color: #050;
	border-color: #888;
}
.LeftMenuTabs li a.selected, .LeftMenuTabs li a.selected:hover
{
	background: url(../images/vtab.gif) left bottom;
	color: #000;
	border-color: #fff;
	cursor: default;
}
.LeftMenuTabs li a span
{
	color: black;
	font-weight: normal;
}

