/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #d8e499;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;*/
color: #666666;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #bad154;
}
#menu {
	width: 760px;
	background-color: #FFFFFF;
}
#news_links {
	background-image: url(../images/news_links_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 165px;

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}
.text_grey_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
a.text_grey_news:link {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration:underline;
}
a.text_grey_news:visited {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration:underline;
}
a.text_grey_news:hover {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration:none;
}
.text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.text_white:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.text_white:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.text_white:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
body {
	background-color: #d0d1d3;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C0CC44;
	margin-bottom: 3px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.letters {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #C0CC44;
}
.black_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.black_link a:link {
	color: #333333;
	text-decoration: underline;
}
.black_link a:visited {
	color: #333333;
	text-decoration: underline;
}
.black_link a:hover {
	color: #333333;
	text-decoration: underline;
}
.input_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #CCCCCC;
}
