.top_menu {
	width: 650px;
	height: 38px;
  display: block;
  float: right;
  margin-top: 20px;
}

.top_menu a {
	position: relative;
	color: #C6C6C6;
	font-size: 15px;
	font-weight: normal;
	display: block;
	float: right;
	height: 38px;
        padding-left:6px;
	padding-right:6px;

	text-decoration: none;	
}
.top_menu a .textMenu{
        padding-top:6px;
}
.top_menu a img {
	vertical-align:middle;
}


.menu_item_shadow {
  position: absolute;
  top: 1px;
  left: 7px;
  color: white;
  z-index: 1;
}

div.menu_separator {
display: block;
float: right;
width: 2px;
height: 38px;
background-image: url("../images/menu/menu_item_separator.png");
background-position: bottom;
}

.top_menu a:hover {
background: transparent url("../images/menu/menu_item_hover_bg.png") top repeat-x;	
}

.top_menu_table {
	width: 100%;
	height: 100%;
}

.top_menu_table td {
	background: transparent url("../images/menu/menu_item.png") left repeat-x;
	text-align: center;
}

.menu_item {
	position: relative;
}

.menu_item span {
	display: block;
	margin: auto;
}

a.menu_item_selected{
	color: #F70D97;
	background: transparent url("../images/menu/menu_item_hover_bg.png") top repeat-x;
}

.menu_selector {
	position: absolute;
	top: 41px;
	background: transparent url("../images/menu/menu_item_selected.png") center bottom no-repeat;
	height: 8px;
	width: 100%;
}

