ul#patient_navlist
{
padding: 0;
margin: 0;
list-style-type: none;
/* float: left; */
/* width: 100%; */
width: 40em;
color: #fff;
background-color: #9BAB7A;
}

ul#patient_navlist li { width: 25%; display: inline; }

ul#patient_navlist li a
{
float: left;
width: 25%;
color: #fff;
background-color: #2A2F69;
padding-top: .5em;
padding-bottom: .5em;
text-align: center;
text-decoration: none;
font-size: 11px;
}

ul#patient_navlist li a:hover { width: 25%; background-color: #ACBFC5; color: #fff; }

#patient_navlist li a.patientactive { width: 25%; color: #fff; background-color: #686CB3; }
#patient_navlist li a:hover.patientactive { width: 25%; color: #000; background-color: #ACBFC5; }
