        #Tabs ul {
		list-style: none;
		padding: 0;
		margin: 0;
        }
    
	#Tabs li {
		float: left;
		border: 1px solid #bbb;
		border-bottom-width: 0;
		margin-right: 2px;
        }
 
        #Tabs a {
		text-decoration: none;
		display: block;
		background: #eee;
		padding: 0.24em 1em;
		color: black;
		width: 8em;
		text-align: center;
        }


	#Tabs a:hover {
		background: #eef;
	}
	
        #Tabs .active {
                border-color: black;         
        }
 
        #Tabs .active a {
		position: relative;
		top: 1px;
		background: #ffcc66;
		color: black;
		font-weight: bold;
		text-transform: uppercase;
	}
 
	#Content_Area {
		border: 1px solid black;
		clear: both;
		padding: 0 1em;
		margin-right: 10px;
		/* height: 411px; */
	}

