/* Style for top-menu */
.topMenu1 {
  background-color : white;
  width : 1024px;
}


/* Style for submenus */
.submenu {
  background-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #AAAAAA;
  padding: 0px;
}

/* Style for top items: normal state */
.topItemNormal{
  background-color : #FFFFFF;
  font-family: Arial;
  font-weight : normal;
  font-size: 11px;
  color: #000000;
  cursor: pointer;
  width : 205px;
  height: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 20px;
  border-top : 2px solid white;  
  border-bottom : 2px solid white;  
  border-left : 1px solid white;  
  border-right : 1px solid white;  
}
.topItemOver {
  background-color : #0088FF;
  font-family: Arial;
  font-weight : normal;
  font-size: 11px;
  color: #FFFFFF;
  cursor: pointer;
  width : 205px;
  height: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 20px;
  border-top : 2px solid white;  
  border-bottom : 2px solid white;  
  border-left : 1px solid white;  
  border-right : 1px solid white;  
}



.topItemNormal1,.topItemOver1 {
  background-color : #FE9901;
  font-family: Arial;
  font-weight : bold;
  font-size: 15px;
  color: #FFFFFF;
  cursor: pointer;
  width : 205px;
  height: 32px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 20px;
  border-top : 2px solid white;  
  border-bottom : 2px solid white;  
  border-left : 1px solid white;  
  border-right : 1px solid white;  
}
.topItemNormal2,.topItemOver2 {
  background-color : #CC0033;
  font-family: Arial;
  font-weight : bold;
  font-size: 15px;
  color: white;
  cursor: pointer;
  width : 205px;
  height: 32px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 20px;
  border-top : 2px solid white;  
  border-bottom : 2px solid white;  
  border-left : 1px solid white;  
  border-right : 1px solid white;  
}

.topItemNormal3,.topItemOver3 {
  background-color : #349A34;
  font-family: Arial;
  font-weight : bold;
  font-size: 15px;
  color: white;
  cursor: pointer;
  width : 205px;
  height: 32px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 20px;
  border-top : 2px solid white;  
  border-bottom : 2px solid white;  
  border-left : 1px solid white;  
  border-right : 1px solid white;  
}
.topItemNormal4,.topItemOver4 {
  background-color : #0099FF;
  font-family: Arial;
  font-weight : bold;
  font-size: 15px;
  color: white;
  cursor: pointer;
  width : 205px;
  height: 32px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 20px;
  border-top : 2px solid white;  
  border-bottom : 2px solid white;  
  border-left : 1px solid white;  
  border-right : 1px solid white;  
}
.topItemNormal5,.topItemOver5 {
  background-color : #670167;
  font-family: Arial;
  font-weight : bold;
  font-size: 15px;
  color: white;
  cursor: pointer;
  width : 205px;
  height: 32px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 20px;
  border-top : 2px solid white;  
  border-bottom : 2px solid white;  
  border-left : 1px solid white;  
  border-right : 1px solid white;  
}

/* Style for top items: mouseover state */
.topItemOver1,.topItemOver2,.topItemOver3,.topItemOver4,.topItemOver5 {
  text-decoration : underline;  
}



/* Style for items: normal state */
.itemNormal {
  cursor: pointer;
  background-color: #FFFFFF;
  padding: 0px 10px 0px 0px;
  width: 170px;
}

/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
  background-color: #357EF8;
  padding: 0px 10px 0px 0px;
  width: 170px;
}

/* Style for items text: normal state */
.itemTextNormal {
  font-family: Trebuchet MS, Tahoma;
  font-size: 11px;
  color: #000000;
  width: 100%
}

/* Style for items text: mouseover state */
.itemTextOver {
  font-family: Trebuchet MS, Tahoma;
  font-size: 11px;
  color: #FFFFFF;
  width: 100%
}
