#menuCol .VerticalExpandMenu {clear:both;padding-top:10px;margin-bottom:20px;}

.VerticalExpandMenuLevel1WithChildrenCurrentPage, .VerticalExpandMenuLevel2, .VerticalExpandMenuLevel1WithChildren,
.VerticalExpandMenuLevel2WithChildren, .VerticalExpandMenuLevel2CurrentPage, .VerticalExpandMenuLevel2CurrentPage, .VerticalExpandMenuLevel2WithChildrenCurrentPage {border-bottom: 1px solid #bdbfc1;}

.VerticalExpandMenuLevel1WithChildrenCurrentPage a:link, .VerticalExpandMenuLevel1WithChildrenCurrentPage a:visited,
.VerticalExpandMenuLevel2 a:link, .VerticalExpandMenuLevel2 a:visited, 
.VerticalExpandMenuLevel1WithChildren a:link, .VerticalExpandMenuLevel1WithChildren a:visited {text-transform:uppercase; padding:6px 10px;display:block;text-decoration:none;color:#00529c;font-size:10px;}

.VerticalExpandMenuLevel1WithChildrenCurrentPage a:hover, .VerticalExpandMenuLevel2 a:hover,
.VerticalExpandMenuLevel1WithChildren a:hover {color:#fff;background-color:#00529c;text-decoration:underline;}

/*Level2 with Children*/
.VerticalExpandMenuLevel2WithChildren a:link, .VerticalExpandMenuLevel2WithChildren a:visited , .VerticalExpandMenuLevel2CurrentPage a:link, .VerticalExpandMenuLevel2CurrentPage a:visited, .VerticalExpandMenuLevel2WithChildrenCurrentPage a:link, .VerticalExpandMenuLevel2WithChildrenCurrentPage a:visited{text-transform:uppercase; padding:6px 10px;display:block;text-decoration:none;color:#fff;font-size:10px;background-color:#00529c;}
.VerticalExpandMenuLevel2WithChildren a:hover, .VerticalExpandMenuLevel2CurrentPage a:hover, .VerticalExpandMenuLevel2WithChildrenCurrentPage a:hover{text-decoration:underline;}

/*Level3*/
.VerticalExpandMenuLevel3, .VerticalExpandMenuLevel3CurrentPage {border-bottom: 1px solid #bdbfc1;background-color:#ecf2f8;}
.VerticalExpandMenuLevel3 a:link, .VerticalExpandMenuLevel3 a:visited, .VerticalExpandMenuLevel3CurrentPage a:link, .VerticalExpandMenuLevel3CurrentPage a:visited { padding:6px 10px 6px 20px;display:block;text-decoration:none;color:#00529c;font-size:10px;}
.VerticalExpandMenuLevel3 a:hover, .VerticalExpandMenuLevel3CurrentPage a:link, .VerticalExpandMenuLevel3CurrentPage a:visited {text-decoration:underline;background-color:#d3e1f0;}