/**
* MDMShelters.com Menu Style
*/
div#navbar {
position: relative;
top: 0px;
left: 0px;
white-space: nowrap;
line-height: 22px;
height:26px;
width:720px;
padding-left: 15px;
}
a.menuNoDropDown,
a.menuNoDropDown:visited,
a.menuNoDropDown:active  {
position: relative;
top: 0px;
left: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 12px;
font-weight:bold;
text-decoration: none;
padding: 7px 11px;
padding-right:15px;
line-height: 22px;
z-index:101;
}
a.menuNoDropDown:hover  {
color: #ffffff;
text-decoration:underline;
}

a.menuButton,
a.menuButton:visited,
a.menuButton:hover,
a.menuButton:active {
position: relative;
top: 0px;
left: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 11px;
text-decoration: none;
padding: 7px 11px;
padding-right:15px;
line-height: 22px;
z-index:101;
background-image:url(arrow_r.gif);
background-position:right;
background-repeat:no-repeat;
}
a.menuButton:hover,
a.menuButton:focus,
a.menuButtonActive,
a.menuButtonActive:visited,
a.menuButtonActive:hover,
a.menuButtonActive:active {
color: #000000;
background-color: #ffffff;
border: solid 1px #555555;
border-right: solid 2px #000000;
border-bottom:solid 1px #ffffff;
line-height: 20px;
padding: 6px 9px;
padding-right:14px;
background-image:url(arrow_d.gif);
background-position:right;
background-repeat:no-repeat;
}
div.menu {
position: absolute;
top: 0px;
left: 0px;
z-index: 100;
visibility: hidden;
background-color:#ffffff;
color: #000000;
font-family: Tahoma, sans-serif;
font-size: 11px;
padding: 4px;
padding-right: 5px;
border: solid 1px #555555;
border-right: solid 2px #000000;
border-bottom: solid 2px #000000;
cursor: default;
}
div#navbar a,
div.menu a {
text-decoration: none;
}
a.menuItem,
a.menuItem:visited,
a.menuItem:hover,
a.menuItem:active {
text-align: left;
position: relative;
top: 0px;
left: 0px;
display: block;
width: auto;
padding: 2px 5px;
color: #000000;
white-space: nowrap;
}
a.menuItem:hover,
a.menuItem:focus {
background-color: #e7e7e7;
color: #000066;
}
a.menuItemHighlight,
a.menuItemHighlight:visited,
a.menuItemHighlight:hover,
a.menuItemHighlight:active {
background-color: #e7e7e7;
color: #000000;
}

span.nav_accents  {
font-size:12px; 
color:#FFFFFF; 
padding:7px; 
font-weight:bold;
}

