
.tabotherpage {
	font-size: 110%;
}
.navtabs {
	width: 100%;
	line-height: normal;
}
ul.navtabs {
	border-bottom:1px solid #DD740B;
	margin: 20px;
	/* padding-left: 20px; */
	float: left;
	width: 90%;
	/* outline: 1px solid brown; */
}
.navtabs li {
	list-style: none;
	float: left;
	/* background-color: #000; */
	background-image: url(images/right_side1.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right:  15px;
	/*outline: 1px solid black;*/
}
.tabotherpage a{
	display: block;
	padding: 7px 15px 4px 15px;
	/* background-color: #f00; */
	background-image: url(images/left_side1.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	color: #c0562e;
	/*outline: 1px dashed blue;*/
}
#tabthispage div{
	display: block;
	padding: 7px 15px 4px 15px;
	/* background-color: #f00; */
	background-image: url(images/left_side1.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
    color:#000;
	/*outline: 1px dashed blue;*/
}
.navtabs a:hover {
	color:#000;
}
