#toolTitle {
	background-color: #ffffff;
	width: 525px;
	border-top: #d9d1bd 2px solid;
	border-left: #d9d1bd 2px solid;
	border-right: #d9d1bd 2px solid;
	border-bottom: #d9d1bd 1px dashed;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	margin-left: 225px;
	color: #555555;  
	font-weight: bold;
	font-size: 20px;
}

#toolContentContainer { 
	width: 754px;
}

#toolItems {
	float: left;
}

#niemActions {
	padding-left: 20px;
	float: left;
}

#iepdLifecycle {
	float: left;
	vertical-align: middle;
	padding-top: 35px;
}

#toolMenu {
	position: relative;
	float: left;
	padding-top: 10px;
	z-index: 99;
}

#toolMenuItems {
	margin-bottom: 0px;
	margin-top: 2px;
}

#toolMenuItems li {	   
	list-style: none;
	margin-left: 0;
	padding: 9px 0px 9px 0px;
	color: #000080;
	cursor: pointer;
	width: 210px;
	text-align: right;
	padding-right: 15px; 
}

#toolMenuItems li.toolMenuItem_hl {
	background-image: url(../images/bullet_go.png);
	background-repeat: no-repeat;
	background-position: 210px;
	background-color: #ffffff;
	border-left: 2px solid #d9d1bd;
	border-top: 2px solid #d9d1bd;
	border-bottom: 2px solid #d9d1bd;
	padding: 7px 0px 7px 0px;
	padding-right: 15px;
	width: 208px;
	font-weight: bold;
	color: #333333;
}

#toolItemVerticalBar {
	left: 225px;
	height: 429px;
	width: 2px;
	position: relative;
	background-image: url(../images/tool_item_vbar.png);
	background-repeat: no-repeat;
	float: left;
}

.niemActionHeading {
	color:#555555;
	font-size: larger;
	font-weight: bold;
}

.toolItem {
	display: none;
	float: left;
}

.toolItem_selected {
	display: block;
	margin-bottom: 10px;
	padding: 10px 25px 7px 25px;
	background-color: #ffffff;
	border-right: 2px solid #d9d1bd;
	border-bottom: 2px solid #d9d1bd;
	width: 475px;
	height: 410px;
}

.toolLink A:link,
.toolLink A:visited,
.toolLink A:hover,
.toolLink {
	color: #555555;  
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.toolImage {
	border: 1px solid #555555;
}

.toolLink a img {
	opacity: .8;
	filter: alpha(opacity=80);
}

.toolLink a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.toolDescription {
	color: #333333; 
	text-align: justify; 
	width: inherit;
}