﻿/* speakTECH : master elements css for Company.master - 2007.10.09 */

/* ----- PAGE CONTROL ELEMENTS ------------------------------------------------ */

/* ----- BREADCRUMB ----- */

#contentWide .breadcrumb {
	height:20px;
	color:#339933;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	}

	#contentWide .breadcrumb span span a {
		color:#339933;
		text-decoration:underline;
		}
	
	#contentWide .breadcrumb span span a:hover {
		color:#ff9900;
		text-decoration:none;
		}


/* ----- SET BG COLOR ----- */
.bgColor {
	background-color:#444d55;
}


