.medhelpmenu ul{
margin: 0;
//padding: 0;
padding-left: 50px;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid #c41e3a;
//background: #c41e3a;
//background-image:url(../images/menuBackground.jpg);
background: transparent;
overflow: hidden;
width: 100%;
}

.medhelpmenu li{
display: inline;
margin: 0;
}

.medhelpmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
//padding: 6px 8px; /*padding inside each tab*/
padding: 0px 20px;
//border-right: 1px solid white; /*right divider between tabs*/
color: white;
//background: #c41e3a;
//background-image:url(../images/menuBackground.jpg);
background: transparent;
}

.medhelpmenu li a:visited{
color: white;
}

.medhelpmenu li a:hover{
//background: black; /*background of tabs for hover state */
color: #3f2893;
}

.medhelpmenu a.selected{
//background: black; /*background of tab with "selected" class assigned to its LI */
color: #3f2893;
}
