﻿#sub_menu a:hover 
{
    background-image: url(../../../Global/Images/Animations/back_line_collaborations.gif);
    background-repeat: repeat-y;
}
li 
{
  	list-style-image: url(../../../Global/Images/Bullets/bullet_collaboration.gif);
}
#banner 
{
    background-color: #EEE2D5;
}

.include_content #CollaborationOverviewWraper
{
	float: left;
	width: 540px;
	height: auto;
	overflow: hidden; 
}

.include_content #CollaborationOverviewImages
{
	margin-top: 5px;
	float: left;
	width: 582px;
	height: auto;
	overflow: hidden; 
	xbackground: red;
}

.include_content #CollaborationOverviewImages .imageBox
{
	text-align: center;
	border: solid 1px #E0E0E0;
	float: left;
	width: 150px;
	height: 42px;
	overflow: hidden; 
	xbackground: green;
	margin-bottom: 24px;
}

.include_content #CollaborationOverviewImages .imageBox TABLE
{
	width: 100%;
	height: 100%;
}

.include_content #CollaborationOverviewImages .spacer
{
	float: left;
	width: 42px;
	height: 44px;
	overflow: hidden; 
	xbackground: blue;
}
