/*Drop Menu Configuration for Index Page*/


#domticker{
width: 250px;
height: auto;
border: 0px;
padding: 0px;
background-color: #FFFFFF;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFFFFF;
height: auto;
}

#domticker a{
font-weight: bold;
}

