#ToolBar
{
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #93a4af;
	background: #fff;
	padding: 0;
	width: 952px;
	margin: 0px 0 0 4px;
}

#ToolBar a, #ToolBar a:visited
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#ToolBar a:hover
{
	text-decoration: underline;
}

#ToolBarItems
{
	margin-left: -20px;
	float: left;
	overflow: hidden;
	width: 360px;
}

#AdditionalItems
{
	border: 1px solid #606c74;
	background-color: #c8d0d6;
	position: absolute;
	z-index: 2;
	text-align: left;
	padding: 1em;
}

.toolBarCell
{
	background: #c8d0d6 url(/Site/Images/Internet/Master/ToolBarStart.png) no-repeat left top;
	padding: 0px 0.5em 0 90px;
	width: auto;
}

.toolBarSearchCell
{
	background: #c8d0d6;
	padding: 0px 0.5em 0 0px;
	width: auto;
}

.toolBarStartCell
{
	width: 220px;
}

.toolBarItem
{
	margin: 0 0.5em 0 0.5em;
}

.additionalItems
{
	overflow: auto;
	width: 10px;
}

.islandStyle
{
	color: #fff;
	font-weight: bold;
	background: #c8d0d6;
	text-decoration: none;
	cursor: default;
}

.hoverStyle
{
	cursor: pointer;
	text-decoration: underline;
	/*background-color: #fff;*/
	/*color: #93a4af;*/
}

