﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{
/* width: 90%; width of menu. Uncomment to change to a specific width */
	border-bottom: 1px solid #e1e1e1; /*#778;*/
	margin-bottom: 10px; /*1em*/
	padding-left: 10px;
	z-index: -1000;	
}

.shadetabs ul
{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 11px Tahoma;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li
{
	display: inline;
	margin: 0;
}

.shadetabs li a
{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #e1e1e1; /*#778;*/
	color: #2d2b2b;
	background: white url(../images/tab/shade.gif) top left repeat-x;
	outline: 0;
}

.shadetabs li a:visited
{
	color: #2d2b2b;
}

.shadetabs li a:hover
{
	text-decoration: none;
	color: gray; /*#2d2b2b*/
}

.shadetabs li.selected
{
	position: relative;
	top: 0px;
}

.shadetabs li.selected a
{ /*selected main tab style */
	color: gray;
	cursor: default;
	border-bottom-color: white;
	background-image: url(../images/tab/shadeactive.gif);
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	color: gray;
}
/*
.yellow_but {
	BORDER-LEFT-COLOR: #feb14b; BACKGROUND: url(../images/bkgs/btn_yellow.gif); BORDER-BOTTOM-COLOR: #feb14b; 
	BORDER-TOP-COLOR: #feb14b; BORDER-RIGHT-COLOR: #feb14b;
}
.yellow_but A {
	COLOR: #7f0025! important; outline: none;
}
.yellow_but A:hover {
	BORDER-LEFT-COLOR: #feb14b; BACKGROUND: url(../images/bkgs/btn_yellow_hover.gif); BORDER-BOTTOM-COLOR: #feb14b; 
	BORDER-TOP-COLOR: #feb14b; BORDER-RIGHT-COLOR: #feb14b; outline: none
}
*/
