body {
font-family: Helvetica,sans-serif;
}

	/*Top Menu*/

.dm1 {

}

.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {

    font-weight: normal;
    background: transparent;
    text-decoration: none;
    position: relative; }

.dm1 .item1 {}

.dm1 .item1:hover,
.dm1 .item1-active, {}

.dm1 .item2,
.dm1 .item2:hover,
.dm1 .item2-active,
.dm1 .item2:hover {
    padding: 3px 3px 3px 3px;
    font-weight: normal;
    font-size:12px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    text-align:left; }

.dm1 .item2 {
    background:  #277DC6;
	color: #ffffff; }

.dm1 .item2:hover {
    background: #277DC6;
	color: #99ccff; }

.dm1 .section {
    background:  #277DC6;
    margin: 0px 0px 0px 0px;
    border: 1px #ffffff; /*lines between items in sub menu*/
    border-style: none none none none;
    position: absolute;
    visibility: hidden; /*sub menu hidden until mouseover*/ 
    z-index: 1;  /*moves sub menu behind main menu*/
    white-space: nowrap; }

.dm1 .arrow {}