/*NAV CONTENT*/
#navcontent {
font-style:italic;
text-transform: none;
float:left;
width:224px;
overflow:hidden;
border-right:1px solid #DDE4EE;
}
#navcontent ul {background:white;padding:0 16px 0 0;}
#navcontent li a {
background:white;
border-bottom:1px dashed #DDE4EE;
height:37px;
overflow:hidden;
/*min-height:32px;*/
padding-right:0px;
}
#navcontent li a:hover {
border-left:8px solid #00305C;
padding-left:12px;
}
