#topNavigation ul {
  background-image: url("css/cssimages/menuslice.png");
  background-repeat: repeat-x;
  cursor: default;
  height: 30px;
  list-style-type: none;
  margin: 0 auto 0 auto;
  padding: 0 0 0 170px;
}
/*ul#cssmw ul {
	cursor: default;
  font-size: 20px;
  color:red;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw ul li {
  background-image: none;
  float: none;
}
*/
#topNavigation li {
  background-image: none;
  float: left;
  padding: 0 0 0 0;
  position: relative;
  white-space: nowrap;
}

/*
ul#cssmw li ul {
  display: none;
  top: 0;
}
ul#cssmw li:hover > ul {
  display: block;
  position: absolute;
}
ul#cssmw > li {
  background-image: url("CSSMenuWriter/cssmw_images/1center.jpg");
  background-repeat: repeat-x;
}
ul#cssmw > li > span {
  background-image: url("CSSMenuWriter/cssmw_images/1left.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
}
*/
#topNavigation li a {
  background-image: url("css/cssimages/linef.jpg");
  background-position: left top;
  background-repeat: repeat-y;
  color: #fff;
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  height: 20px;
  line-height:20px; /*r*/
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
 /* text-transform: uppercase;*/
  width: 85px;
}
#topNavigation li#first  a {
	background-image: none;
}
#topNavigation > li:hover {
  display: block;
}

#topNavigation  li:hover {
font-weight: bold;
}
#topNavigation a:hover {
color:red;
}
#topNavigation li.current a, #outerWrapper #contentWrapper #leftColumn1 ul .current a{
	color: #B41313;
	/*cursor:default;*/
}
#outerWrapper #contentWrapper #leftColumn1 .current {
	color: #B41313; /*just for menu heading on main section pages*/
}
/*rme*/

/*ul#cssmw ul.level-1 {
  left: 0px;
  top: 100%;
}
ul#cssmw ul.level-1 > li {
  background-image: none;
}
ul#cssmw ul.level-1 > li > a {
  background-color: #5456EF;
  background-image: none;
  border-bottom: dotted 1px #E3E3E4;
  border-left: solid 1px #E3E3E4;
  border-right: solid 1px #767A7F;
  color: #fff;
  display: block;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
}
ul#cssmw ul.level-1 > li > a:active {
  background-color: #E3E3E4;
  border-bottom: dotted 1px #5456EF;
  border-right: solid 1px #E3E3E4;
  color: #2D2B2E;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-1 > li:hover > a {
  background-color: #E3E3E4;
  border-bottom: dotted 1px #5456EF;
  border-right: solid 1px #E3E3E4;
  color: #2D2B2E;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-2 {
  left: 112px;
}
ul#cssmw ul.level-2 > li {
  background-image: none;
}
ul#cssmw ul.level-2 > li > a {
  background-color: #5456EF;
  background-image: none;
  border-bottom: dotted 1px #E3E3E4;
  border-left: solid 1px #E3E3E4;
  border-right: solid 1px #767A7F;
  color: #fff;
  display: block;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
}
ul#cssmw ul.level-2 > li > a:active {
  background-color: #E3E3E4;
  border-bottom: dotted 1px #5456EF;
  border-right: solid 1px #E3E3E4;
  color: #2D2B2E;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-2 > li:hover > a {
  background-color: #E3E3E4;
  border-bottom: dotted 1px #5456EF;
  border-right: solid 1px #E3E3E4;
  color: #2D2B2E;
  font-weight: bold;
  text-decoration: none;
}
*/