.topmenu-text-down-normal {
	position: relative;
	color:#ff7021;
}
.topmenu-text-normal {
	position: relative;
	color:#000000;
	top: -31px;
	left: 1px;
}
.topmenu-text-up-normal {
	position: relative;
	top: -14px;
	left: 2px;
	color:#ffa06c; 
}
.topmenu-text-normal a {
	text-decoration:none;
	font-weight: bold;
	color:#000000;
}
.topmenu-text-down-selected {
	position: relative;
	color:#ff7021;
}
.topmenu-text-selected {
	position: relative;
	color:#ffffff;
	top: -31px;
	left: 1px;
}
.topmenu-text-up-selected {
	position: relative;
	top: -14px;
	left: 2px;
	color:#ffa06c; 
}
.topmenu-text-selected a {
	text-decoration:none;
	font-weight: bold;
	color:#ffffff;

}

.topmenu-separator {
	float:left;
	margin: -4px 5px 0px 5px;
}

ul.menu-vertical {
  list-style: none;
}

li.menu-vertical-normal {
  background: url(../images/bullet.gif) left top no-repeat;
  padding-left: 13px;
  margin-left: 0px;
  margin-top: 2px;
}

a.menu-vertical-normal {
  color: #000000 !important;
}

li.menu-vertical-selected {
  background: url(../images/bullet-selected.gif) left top no-repeat;
  padding-left: 13px;
  margin-left: 0px;
  margin-top: 2px;
}

a.menu-vertical-selected {
  color: #1d6fa1 !important;
}
