#overDiv {
border: black solid 1px;
padding: 10px;
}

.cubeChooser {
display: block;
width: 670px;
}

.deploymentOpHead {
	font-weight: bold;
}

.deploymentHead {
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

/* Contains the entire tabbed section */
.tabbed {
	}

/* List of tabs */
.cubeChooser .tabbed ul.tabs {
	float: left;
	display: inline;
	width: 320px;
	margin: 0;
	padding: 0;
	}
.cubeChooser .tabbed ul.tabs li {
	list-style: none;
	width: 320px;
	float: left;
	margin: 0;
	padding: 0;
	background: white;
	}
.cubeChooser .tabbed ul.tabs li a {
	overflow: hidden;
	display: block;
	margin: 0 0 5px 0;
	padding: 5px 15px 5px 0;
	text-decoration: none;
	color:#444;
	}
.cubeChooser .tabbed ul.tabs li a:hover {
color: red;
	background-image: none;
	border-left:3px solid red;
	padding: 5px 15px 5px 10px;
	}

.cubeChooser .tabbed ul.tabs li a span.clickme {visibility: hidden;}
.cubeChooser .tabbed ul.tabs li a:hover span.clickme {visibility: visible; color:blue;}

/* The current selected tab */
.cubeChooser .tabbed ul.tabs li a.tab-current {
color: #4c4c87;
	background-image: none;
	border-left:5px solid #4c4c87;
	padding: 5px 15px 5px 15px;
	}

/* The content shown when a tab is selected */
.cubeChooser .tabbed div {
	float:left;
	display: block;
	width: 349px;
	height:520px;
	}

/* Set the CSS to make sure the other tabs' content isn't shown other than the first */
.cubeChooser .tabbed div.t2, .cubeChooser .tabbed div.t3, .cubeChooser .tabbed div.t4, .cubeChooser .tabbed div.t5, .cubeChooser .tabbed div.t6 {
	display: none;
	}

/* Content for inside your tabs' divs */
.cubeChooser .tabbed div ul {
	}
.cubeChooser .tabbed div p {
	}
.cubeChooser .tabbed div div {
	}