/*brianc 5/5/08 - I fixed the highlight bug*/

	td.imenu {
			background-color: #8FA6C7;
	}
	div#imenu {
		width: 157px;
	}

 	 a#imenuitemSelect {
	 	text-decoration: none;
	 	font-size: 9pt;
	 	font-weight: bold;
		display: block;
		padding: 2px;
		width: 138px;
		color: #231F20;
		background-color: #B9C1C1;
		position: relative;
	}
	 a#imenuitem {
	 	text-decoration: none;
	 	font-size: 9pt;
	 	font-weight: bold;
		display: block;
		padding: 2px;
		width: 138px;
		color: #231F20;
		position: relative;
	}
	 a#isubmenuitem {
	 	text-decoration: none;
	 	font-size: 12px;
		display: block;
		width: 129px;
		color: #231F20;
		position: relative;
		left: 8px;
	}
	
	 a#isubmenuitem:hover {
	 	text-decoration: none;
	 	font-size: 12px;
		display: block;
		width: 129px;
		color: #231F20;
		background-color: #B9C1C1;
		position: relative;
		left: 8px;
	}
	
	a#imenuitem:hover {
		position: relative;
		width: 138px;
		color: #231F20;
		background-color:#B9C1C1;
	}
	
	a#imenuitemSelected {
	 	text-decoration: none;
	 	font-size: 14px;
	 	font-weight: bold;
	 	font-style: italic;
		display: block;
		padding: 1.5px;
		color: #ffaf60;
		background-color: #B9C1C1;
		position: relative;
		left: 10px;
	}
	
	div#search {
		background-color: #AAC1E1;
	}

	input.searchBox {
		background-color: #cce3f3;

		color: #000000;
	}
	div.isubmenuheight {
		display: none;
	}
