@charset "UTF-8";
/* CSS Document */

/*****TCC Menu*****/
/******************/



/* menubar text */
.menuText {
	font-family: Tahoma, Trebuchet MS, Myriad, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 10px;
}

.menuText:hover {
	font-family: Tahoma,Trebuchet MS, Myriad, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #cccccc;
	xbackground-color: #FFFFFF;
	text-decoration: none;
}

.menuText:visited {
	color: #ffffff;
	text-decoration: none;
}
/* end menubar */

/* drop menu */
.menuLinks{
	font-family: Trebuchet MS, Myriad, Verdana, Helvetica, sans-serif;
	font-size:10px;
	xfont-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	line-height: 13px;
}
.menuLinks:hover {
	color: #cccccc;
	text-decoration: none;
}

.menuLinks:visited {
	color: #ffffff;
	text-decoration: none;
}

/* end drop menu */


/* various other menu styles */


.sidemenuLinks{
	font-family: Trebuchet MS, Myriad, Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 13px;
}

.sidemenuLinks:hover{
	color: #FFFFFF;
	text-decoration:none;
}

.sidemenuLinks:visited{
	text-decoration: none;
	color: #FFFFFF;
}

.sidemenuText {
	font-family: Trebuchet MS, Myriad, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	xfont-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
}
.sidelinkHighlight{
	background: URL("images/spacer.gif");
	background-color: #0099ff;
}
.sidelinkNoHighlight{
	background: URL("images/sidemenuBackground.jpg");
	background-color: #000000;
}
.tmenuLayer{
	font-family: Trebuchet MS, Myriad, Verdana, Helvetica, sans-serif;
	font-size:11px;
	position:absolute;
	visibility:hidden;
	z-index:999;
	text-align: left;
	color: #015992;
 	background-color: #0099ff;
	line-height: 18px;
	
}
.bmenuLayer{
	font-family: Trebuchet MS, Myriad, Verdana, Helvetica, sans-serif;
	font-size:11px;
	position:absolute;
	visibility:hidden;
	z-index:999;
	text-align: left;
	color: #015992;
	background-color: #0099ff;
	line-height: 18px;
	bottom: auto;
}


.linkHighlight{
	background-color: #015992;
}
.linkNoHighlight{
	background-color: #0099ff;
}

/* end */
