﻿/* Root; text properties for states: normal, hover, click */
.TL2i0 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	vertical-align: middle;
	padding: 2px;
}

/* Root; box properties for states: normal*/
.TL2o0 {
	background-image: url('../images/Tab-Links-Gray.gif');
	border: none;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background-repeat: no-repeat;
}

/* Root; box properties for states: hover, click */
.TL2o1 {
	background-image: url('../images/Tab-Links-Gray.gif');
	background-repeat: no-repeat;
	border: none;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* Sub Level; text properties for states: normal, hover, click */
.TL3i0 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 5px 0 0 10px;
}

/* Sub Level; box properties for states: normal */
.TL3o0 {
	background-image: url('../images/Tab-SubMenu-Gray.gif');
	background-repeat: no-repeat;
	/*background-color: #5F6062;*/
	border: none;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* Sub Level; box properties for states: hover, click */
.TL3o1 {
	background-image: url('../images/Tab-SubMenu-Blue.gif');
	background-repeat: no-repeat;
	/*background-color: #5F6062;*/
	border: none;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}


