.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #DFCD5D;
line-height: 28px;
display:block;
text-decoration: none;
}


a:hover{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #DFCD5D;;
line-height: 28px;
display:block;
text-decoration: none;
}

a { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #F9E776;
line-height: 28px;
display:block;
text-decoration: none;
color:#333333;


}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #ff8800;
border-bottom-width: 0;
font: normal 14px Verdana;
line-height: 25px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 180px; /* default width for menu */
text-decoration: none;

}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ff8800;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color:#000000;
text-indent: 5px;
text-decoration: none;

}

.anylinkmenu a:hover{ /*hover background color*/
background: #DFCD5D;
color: white;
text-decoration: none;

}
.menuanchorclass {
border-left: 1px solid #ff8800;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}


/* style for pages*/


h4 {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF8800;
	text-decoration: none;
	text-align: left;
	margin-top: 10px
}
p {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	white-space: normal;
	margin-top: 5px;
	padding-top: 0px;
}
.content td{
	background-image: url(images/watermark.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.utsav {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	white-space: normal;

}

.title{
	font-size: 14px;
	font-weight: bold;
	color: #FF8800;
	text-decoration: underline;
	text-align: left;
	white-space: normal;

}
