.dropDownMenuElement {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	padding: 2px;
	background-color: #FFFFFF;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
	1178B1

}

.dropDownMenuElementActive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
    font-weight: bold;
	padding: 2px;
	background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;

3C93C3
}
.dropDownMenuElement a,.dropDownMenuElement a:link,.dropDownMenuElement a:visited {
	background-color: #FFFFFF;
    color: #666666;
    font-weight: normal;
    text-decoration: none;
}
.dropDownMenuElement a:hover,.dropDownMenuElementActive a,.dropDownMenuElementActive a:link,.dropDownMenuElementActive a:visited,.dropDownMenuElementActive a:hover {
	background-color: #000000;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;

}

.ListAllNormal {
	background-color: #E5E5E5;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.ListAllNormal a{
	background-color: #E5E5E5;
    color: #02488D;
    font-weight: normal;
    text-decoration: none;
}
.ListAllNormal_Alter {
	background-color: #EEEEEE;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
.ListAllNormal_Alter a{
	background-color: #EEEEEE;
    color: #02488D;
    font-weight: normal;
    text-decoration: none;
}
.ListAllClick {
	background-color: #FFCC99;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.ListAllClick a{
	background-color: #FFCC99;
    color: #02488D;
    font-weight: bold;
    text-decoration: none;
}
.ListAll_Over{
	background-color: #CCCCFF;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.ListAll_Over a{
	background-color: #CCCCFF;
    color: #02488D;
    font-weight: normal;
    text-decoration: none;
}