body{
	background-color: #666666;
	margin:0;
	scrollbar-arrow-color: #80614d;
	scrollbar-3dlight-color: #b38b70;
	scrollbar-darkshadow-color: #80614d;
	scrollbar-face-color: #f5dccc;
	scrollbar-highlight-color: #f5dccc;
	scrollbar-shadow-color: #f5dccc;
	scrollbar-track-color: #b38b70;
	background-color:#4d301d;
	background: url(bg.png);

}
.oranarro
{
	color:#FF6600;
	font-weight: normal;
	text-decoration: none;

}
.topmenu {
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.topmenu:hover {
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.distextorang{
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
}
.distext{
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
}
.distext:hover{
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
	font-size: 12px;
	text-align: left;
}
.subhed{
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	text-align: left;
	padding-left:5px;
}
.telugu{
	font-family: TeluguFont;
	font-size: 23px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.telugu:hover{
	font-family: TeluguFont;
	font-size: 23px;
	color: #990000;
	text-decoration: none;
	text-align: left;
}
.subhedblack{
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	text-align: left;
}
.subhedwight{
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	text-align: left;
}
/* CSS Tabs */
#button {
	width: 145px;
	border-right: 1px solid #000;
	padding: 0 0 0 0;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
    font-size : 11px;
	color: #333333;
    }
#button ul {
     list-style: none;
     margin: 0;
     padding: 0;
     border: none;
     }
#button li {
	border-bottom: 1px solid #ffffff;
	margin: 0;
	list-style: none;
	list-style-image: none;
    }
#button li a {
	display: block;
	padding: 3px 3px 3px 0.5em;
	border-left: 10px solid #80614d;
	background-color: #D5AC90;
	color: #333333;
	text-decoration: none;
	width: 100%;
    }
body #button li a {
                width: auto;
                }
#button li a:hover {
	background-color: #E7CEBE;
	color: #333333;
	border-left: 10px solid #80614d;
	}
#button li #active {
	border-left: 10px solid #80614d;
	background-color: #E7CEBE;
	color: #333333;
    }
