html { overflow: -moz-scrollbars-vertical !important; }

.mtDropdownMenu {
    position:absolute;
    overflow:hidden;
    left:-1000px;
    top:-1000px;
}


.mtDropdownMenu .content {
    position:absolute;
}


.mtDropdownMenu .items {
    position:relative;
    left:0px; top:0px;
    border:1px solid #999;
    z-index:2;
}

.mtDropdownMenu.top .items {
    border-top:none;
}


.mtDropdownMenu .item {
    color:#4A4B4B;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;


    border:none;
    cursor:pointer;
    cursor:hand;
}

.mtDropdownMenu .background {
    position:absolute;
    left:0px; top:0px;
    z-index:1;
    -moz-opacity:.8;
    filter:alpha(opacity=90);
}

.mtDropdownMenu .shadowRight {
    position:absolute;
    z-index:3;
    top:3px; width:2px;
    -moz-opacity:.4;
    filter:alpha(opacity=40);
}

.mtDropdownMenu .shadowBottom {
    position:absolute;
    z-index:1;
    left:3px; height:2px;
    -moz-opacity:.4;
    filter:alpha(opacity=40);
}

.mtDropdownMenu .item.hover {
    background:#ffffff;
    color:#5188b4;
}

.mtDropdownMenu .item img {
    margin-left:10px;
}

a { color : #66ff00;}
a:hover { color : #99ffff; }
a:visited{ color : #66ff00; }
a:link {text-decoration: none}
body {font-family:verdana;color:#473B3B;font-size:12;

}

a, a img, a:hover img, a:visited img, a.sn, a.snl, a.mn { outline: none;}

a.mn:link {
  color: #d2c5a3;
  text-decoration : none;    
}
a.mn:visited {
  color: #d2c5a3; 
  text-decoration : none;
}
a.mn:hover { 
  color: #ffffff; 
  text-decoration : none; 
}

a.sn:link {
  color: #66ff00;
  text-decoration : none;    
}
a.sn:visited {
  color: #ea531d; 
  text-decoration : none;
}
a.sn:hover { 
  color: #ffffff; 
  text-decoration : none; 
}


.floatleft { float: left; margin: 0px 12px 0px 0px; }
.floatright { float: right; margin: 0px 0px 5px 5px; }

.hours {
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}