/******** CSS for toolbar *********/
	
#toolbar {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 44px;
	display: inline;
}

#toolbar li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
}

#toolbar a {
	float: left;
	text-indent: -5000px;
	width: 135px;
	height: 33px;
	text-decoration: none;
}

#toolbar1 a {
	background: url("/ict/_images/toolbar1.gif") no-repeat;
}

#toolbar1 a:hover {
	background: url("/ict/_images/toolbar1h.gif") no-repeat;
}

#toolbar2 a {
	background: url("/ict/_images/toolbar2.gif") no-repeat;
}

#toolbar2 a:hover {
	background: url("/ict/_images/toolbar2h.gif") no-repeat;
}

#toolbar3 a {
	background: url("/ict/_images/toolbar3.gif") no-repeat;
}

#toolbar3 a:hover {
	background: url("/ict/_images/toolbar3h.gif") no-repeat;
}

#toolbar4 a {
	background: url("/ict/_images/toolbar4.gif") no-repeat;
}

#toolbar4 a:hover {
	background: url("/ict/_images/toolbar4h.gif") no-repeat;
}


/***** End CSS for toolbar ******/


/******** CSS for menu *********/

/*
#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background: url("/ict/_images/menu.gif") no-repeat;
}

#menu li {
	margin: 0; 
	padding: 0;
	list-style: none;
}

#menu a {
	display: block;
	text-indent: -5000px;
	width: 145px;
	height: 15px;
	text-decoration: none;
}
*/

#menu11 a {
	background: url("/ict/_images/menu11.gif") no-repeat;
}

#menu11 a:hover {
	background: url("/ict/_images/menu11h.gif") no-repeat;
}

#menu12 a {
	background: url("/ict/_images/menu12.gif") no-repeat;
}

#menu12 a:hover {
	background: url("/ict/_images/menu12h.gif") no-repeat;
}

/***** End CSS for menu ******/

