/* NAGA ARTS CSS Styles */
body {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(images/main/img_01bkgd.gif);

}
h1 {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #336600}
	
a.yellow { 
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFF99;
	text-decoration: none;
	}

a.yellow:hover {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#CC0000;
	text-decoration: none;
}
	
a {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #FF6600
	}
a:hover {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #FF9900
	}
.text_link {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	}
.text_subtitle{
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #660000;
	
}
.text_black{
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	
	
}
.textbody_red{
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	
}
.textbody_yellow{
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFF99;
	

}
.text_grey{
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	
}

.textbody_grey{
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}

.textbody_brown{
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #993300;
	line-height: 16px;
}

.textbody_orange{
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC6600;
	line-height: 16px;
}

.text_date{
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #993300;
}
.menutitle {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;

}
.menutitle2 {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #320000;
}
.text_fineprint {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}

.dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

.dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}
