/* Style for top-menu */

.topMenu {
}

/* Style for submenus */
.submenu {
  background-color:#CC3300;
  border-width: 1px;
  border-style: solid;
  border-color: #320637;
  padding: 0px;
}

/* Style for top items: normal state */
.topItemNormal {
  /*background-image: url(images/css/btn1.gif);*/
  background-repeat: no-repeat;
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  cursor: pointer;
  width: 100px;
  padding-left: 5px;
  padding-right: 5px;
}

/* Style for top items: mouseover state */
.topItemOver {
  background-image: url(images/left_panel_bg.jpg);
  font-family: verdana;
  font-size: 11px;
  color: #FF0000;
  cursor: pointer;
  width: 215px;
  padding-left: 5px;
  padding-right: 5px;
}/* Style for items: normal state */
.itemNormal {
	cursor: pointer;
	padding: 1px 5px 1px 5px;
	width: 170px;

}


/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
  padding: 1px 5px 1px 5px;
width: 165px;

}

/* Style for items text: normal state */
.itemTextNormal {
  font-family: verdana;
  font-size: 11px;
  color: #FFFFFF;
	height:25px;
  width: 150px;
}

/* Style for items text: mouseover state */
.itemTextOver {
  font-family: verdana;
  font-size: 11px;
  color: #FFFFFF;
  background-color:#FF9900;
  
	height:25px;
  width: 150px;
}




