body{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-top:0px;
		font-size: 12px;
		
	}
	
	.bodyText{
	padding-left:10px;
	padding-right:10px;
	border-top:1px solid #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	.bodyText p{
		margin-top:5px;
	}
	
	#mainContainer{
	width:200px;
	height:100px;
	padding-top:85px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dadcdd;
	background-color: #dadcdd;
	}
	
	#mainMenu{
	background-color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:22px;
	position:relative;
		
	}
	
	
	#mainMenu a{
   
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	position:absolute;
	bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	}
	
	#submenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	font-size: 9px;
	height:14px;
	background-color:#dadcdd;
	
	
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		background-color: #dadcdd;
		margin-top:0px;
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
	
	background-color: #dadcdd;
	color: white;	
	cursor:pointer;
	
	}
	
	#mainMenu .activeMenuItem img{
		
		position:absolute;
		bottom:0px;
		right:0px;
		
		
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{
	
	color: #4399bf;
	cursor:pointer;

	}
	
	#submenu a{
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
	color: #4399bf;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	
	
	}
	
	#submenu a:hover
	{
	background-color: white;
	color: #003366;
	
	}
	

	
	#ddimagetabs{
		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2b6d8a;
	background-color:  #e2e2e2;
	position: relative;
	
}

#ddimagetabs a{

	background-color: #e2e2e2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	color: gray;
}
<!--main menu hover -->
#ddimagetabs a:hover, #ddimagetabs a.current{


background-color:  #dadcdd;
color: #003366;

}
<!--2nd level menu content -->
#tabcontentcontainer{

background-color:white;
width:760px; /*width of 2nd level content*/
height:30px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/


}

.tabcontent{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: white;
width:760px;
background-color: #f2f2f2;
display:none;
position: relative;

	

}

</script>
