/* ######### Drop Down DIVs CSS ######### */


.hmsubmenustyle, .hmsubmenustyle div{ /*topmost and sub DIVs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
/*background: #8b0304;*/
background: #fff;
/*border: 1px solid black;
border-bottom-width: 1px;*/
visibility: hidden;
z-index: 100;
}

.hmsubmenustyle ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px none;
}

.hmsubmenustyle li{
  list-style:none;
}

.hmsubmenustyle ul li{
  margin:0px;
}

.hmsubmenustyle li a{
display: block;
width: 232px; /*width of menu (not including side paddings)*/
color: #231f20;
/*background-color: lightyellow;*/
background: #fff;
text-decoration: none;
padding: 4px 5px 4px 11px;
/*border-bottom: 1px solid black;*/
border-bottom: 1pt solid;
border-bottom-color: #e4dfd6;
font-family: 'Source Sans Pro', sans-serif;
font-size:9pt;
list-style:none;
}

* html .hmsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 232px; /*width of menu (include side paddings of LI A*/
}

.hmsubmenustyle li a:hover{
/*background-color: #8b0304;*/
background-color: #bb141a;
color: white;
/*text-decoration:underline;*/
}

/* ######### Neutral CSS  ######### */


#hmsubmenuone li {list-style:none;margin-left:0px;}
#hmsubmenutwo li {list-style:none;margin-left:0px;}
#hmsubmenuthree li {list-style:none;margin-left:0px;}
#hmsubmenufour li {list-style:none;margin-left:0px;}
#hmsubmenufive li {list-style:none;margin-left:0px;}
#hmsubmenusix li {list-style:none;margin-left:0px;}
#hmsubmenuseven li {list-style:none;margin-left:0px;}

/*#hmtopmenubar ul {font-family:Source Sans Pro Semibold;font-size:12pt}
#hmtopmenubar {width:1100px;margin-left:auto;margin-right:auto;}*/
#hmtopmenubar { margin-left: 48px; }


