/* Style for top-menu */
.topMenu {

}

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

/* Style for top items: normal state */
.topItemNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	cursor: pointer;
	width:100px;
	height: 36px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	 background-repeat:no-repeat;
background-position:right top;
background-image:url(images/sep.gif);
}

/* Style for top items: mouseover state */
.topItemOver {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  width:100px;
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  text-align:center;
   background-repeat:no-repeat;
background-position:right top;
background-image:url(images/sep_over.gif);
	text-decoration:none;
		text-transform:uppercase;
}

/* Style for items: normal state */
.itemNormal {
  cursor: pointer;
  background-position:left top;
  padding: 0px 11px 0px 11px;
 height:33px;
 background-color:#942545;
width:200px;
}

/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
/*  background-color: #ffffff;*/
  padding: 0px 11px 0px 11px;
 height:33px;
   background-position:left top;
width:200px;
   background-repeat:repeat-x;
background-image:url(images/sep_over.gif);
}

/* Style for items text: normal state */
.itemTextNormal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  width: 100%;
  height:33px;
}

/* Style for items text: mouseover state */
.itemTextOver {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  width: 100%;
  height:33px;
}
