.dropDownMenuElement {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	padding: 2px;
	background-color: #1178B1;
    color: #FFFFFF;
    text-decoration: none;
}
.dropDownMenuElementActive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	padding: 2px;
	background-color: #3C93C3;
    color: #000000;
    text-decoration: none;

}
.dropDownMenuElement a,.dropDownMenuElement a:link,.dropDownMenuElement a:visited {
	background-color: #1178B1;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}
.dropDownMenuElement a:hover,.dropDownMenuElementActive a,.dropDownMenuElementActive a:link,.dropDownMenuElementActive a:visited,.dropDownMenuElementActive a:hover {
    color: #000000;
    font-weight: normal;
    text-decoration: none;

}

.dropDownMenuElement td{
    color: #FFFFFF;
}
.dropDownMenuElementActive td{
    color: #000000;
}


.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;
}


.dropDownLeftMenu {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	padding: 2px;
	background-image: url('../images/leftfix.jpg');
    color: #FFFFFF;
    text-decoration: none;
}

.dropDownLeftMenuActive {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	padding: 2px;
	background-image: url('../images/leftactive.jpg');
    color: #FFFFFF;
    text-decoration: none;
}