/***********************************************
CSS for Show All, Hide All Script of JQuery Tabs
************************************************/
#commcontent_2 {
	display: none
}
#commcontent_3 {
	display: none
}
.technology { /*header of 2nd demo */
	cursor: hand;
	cursor: pointer;
	padding-left:15px;
} 
#title_img th{
	background:#FFFFFF url(bg_down.gif) repeat-x bottom left;
}
.defaultbold a, .defaultbold a:link, .defaultbold a:visited, .defaultbold a:hover {
	font-weight: bold;
	text-transform: uppercase; 
	text-decoration: none;
	
	display:block;
	padding:7px 7px 7px 7px; 
}
.defaultbold a:hover {	
	text-decoration: none;
}
.defaultbold a.activemenu, .defaultbold a.activemenu:link, .defaultbold a.activemenu:visited, .defaultbold a.activemenu:hover{
	background:#FFFFFF url(bg_up.gif) repeat-x top left;
	font-weight: bold;
}

.irToggleOpen {
	background: url(open.gif) no-repeat left top;
}
.irToggleClose {
	background: url(close.gif) no-repeat left top;
}

