.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 194px; /*default  width of main box */
border: 2px solid gray;
position: relative;
text-indent: 6px;
font-family: arial;
font-size: 12px;
padding: 0px 0px 7px 0px;
cursor: hand;
cursor: pointer;
background-color: #ffffff;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: relative;
right: 0px;
top: 5px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: -90;
width: 180px; /*default width of drop down menu*/
border: 1px solid black;
border-bottom-width: 0;
display: none;
z-index: 5;
font-weight: normal;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background: #cccccc;
border-bottom: 1px solid black;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
color: black;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background: #67a431;
color: #ffffff;
}

a.news12:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

a.news12:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #67a431;
	text-decoration: underline;
	font-weight: bold;
}

a.news12:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #67a431;
	text-decoration: underline;
	font-weight: bold;
}

a.news12:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: red;
	text-decoration: underline;
	font-weight: bold;
}