#menu {
	float: right; 
	width: 620px;
}

	#menu1 {
		font: bold 12px "Times New Roman", Times, serif;
		text-transform: uppercase;
		text-align: center;
		margin-top: 25px;
		color: #dfae2d;
	}
	
		#menu1 a {
			color: #dfae2d;
		}
		
		#menu1 a:hover {
			color: #ffffff;
			text-decoration: none;
		}
	
	#menu2 {
		margin-top: 26px;
		height: 40px;
		text-align: center;
	}
	
		#menu2 img {
			margin-right: 2px;
		}
		

#sub {
	height: 26px;
	background: #e0cca8;
	border-bottom: 3px solid #c8b085;
}

	#sub ul {	
	}

	#sub ul li {
		display: inline;
	}
	
	#sub ul li a {
		color: #f7ebd6;
		font: bold 12px "Times New Roman", Times, serif;
		text-transform: uppercase;
		background: #2f6ea0;
		padding: 4px 20px 7px 20px;
		margin-left: -3px;
	}
	
	#sub ul li a:hover {
		background: #2f6ea0;
		color: #fff;
			text-decoration: none;
	}
	
#sc1 {
	margin-left: 322px;
}	
#sc2 {
	margin-left: 468px;
}	
#sc3 {
	float: right;
	margin-right: 165px;
}	


#side-sub-navigation {
	margin: 4px 0px 4px 10px;
	}


#tabcontentcontainer{
width:100%; /*width of 2nd level content*/
height:25px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}
