
/*    Sub-menus "drop" up in IE so they don't fall under the map.   */


#menu 
{
margin: 12px 0 0 0; 
padding: 0;
height: 27px;
width: 695px;
}

html>body #menu
{
top: 11px;
background: url('../images/menubgdark.png');
}

#menu #phone 
{ 
float: left; 
width: 10em;
}

#menu #phone h1
{
margin: 1px 0 0 0;
color: #fff;
font-weight: bold;
font-size: 1em;
font-family: Verdana, sans-serif;
}

#menu li 
{
position: relative;
list-style: none;
height: 100%;
float: right;
width: 4.2em;
text-align: center;
}

#menu li a
{
display: block;
font-family: Tahoma, sans-serif;
letter-spacing: 0.06em;
font-size: 16px;
font-weight: bold;
color:  #e9cbcb;
text-decoration: none;
}

#menu li a:hover
{
color: #fff;
}

#menu li:hover div, #menu li.over div
{
display: block;
}

#homeLI a, #businessLI a
{
cursor: default;
}


				/* SUBMENUS */


#menu div
{
position: absolute;
display: none;
top: -45px;
left: -10px;
height: 45px;
width: 125px;
border-left: 1px solid #000; 
border-right: 0;
background: url('../images/submenubgr.gif') -18px 0 no-repeat; 
z-index: 1;
}

html>body #menu div
{
top: 21px; left: -45px;
height: 71px; width: 148px;
background: url('../images/submenubg.png') 16px -22px no-repeat; 
border-left: 0;
border-right: 1px solid #000;
}

#menu div ul
{
margin: 0;
height: 100%;
padding-top: 20px;
filter:none;
}

html>body #menu div ul
{
margin: 0 0 0 16px; 
padding: 8px 0 0 0;
background: url('../images/dropshadow.png') repeat-x;
}

#menu div ul li
{
width: 131px;
height: 20px;
}

#menu div ul li a
{
margin-right: 1px;
text-align: right;
cursor: pointer;
padding-right: 10px;
height: 100%;
display: block;
font-size: 0.9em;
font-weight: normal;
}

#menu div ul li a:hover
{
padding-right: 4px;
color: #fff;
border-left: 6px solid #a00;
border-right: 6px solid #a00;
}


				/* Settings specific to each #DIV */


#menu #business
{
height: 64px;
background: url('../images/submenubgr.gif') -2px 0 no-repeat; 
top: -64px; 
left: -8px;
}

html>body #menu #business
{ 
top: 21px;
height: 88px; 
background: url('../images/submenubg.png') 0 -5px no-repeat;
}

#menu #business ul
{ 
margin: 0;
}

#menu #business ul li
{
width: 147px;
}

				/* END SUBMENUS */

li#locationLI
{
width: 5.5em;
}

li#safesLI
{
width: 4em;
}

li#autoLI
{
width: 3.6em;
}

li#businessLI
{
width: 5.8em;
}





