#example-links {
    border: 1px solid #ccc;
	 border-bottom: none;
    float: left;
    width: 195px;
	 height: 25px;
    line-height: 25px;
	 margin: 0px 15px 0px 0px;
}
#example-links a {
    border-bottom:1px solid #ccc;
    display: block;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
}
#example-links a:focus {
	outline: 0;
	background-color: #184A99;
	color: White;
}
#example-links a:hover {
	background-color: #184A99;
	color: White;
	text-decoration: none;
}
#example-content-container {
    border: none;
    overflow: hidden;
	 height: 600px;
    width: 495px;
	 padding: 0px;
	 margin: 0px;
	 
}
#example-content div {
    padding: 0px;
	 margin: 0px;
    height: 600px;
	 border: none;
}

.inner div
{
	height: 600px;
	border: none;
	padding: 5px;
	margin:0px;
	}