/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
	width: 100%; /*leave this value as is in most cases*/
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	height: 30px;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
    border-top: 1px solid darkred;
	background-image: url(../images/theme_images/nav_button_bkg_03.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 30px;
}
.indentmenu ul a:hover{
	color: #990000;
}
.indentmenu ul li{
	display: inline;

}

.indentmenu ul li a{
	float: left;
	color: #666666; /*text color*/
	padding: 7px 11px;
	text-decoration: none;
	
	
}

.indentmenu ul li a:visited{

}

.indentmenu ul li a.selected{
	color: #990000 !important;
	padding-top: 8px;
	height: 15px;
	background-color: #e5e4e4;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#iframe {
	height: 520px;
	width: 780px;
}
