/* CSS Document */
.Caption {
font-family: Arial;
font-weight: bold;
color:      #123456;
}
#banner{background-image:url("http://www.rogersequip.com/graphics/rogersbanner.gif");
}

.navC{
background-image:url("http://www.rogersequip.com/images/nav/navbg.gif");
background-position:top;
background-repeat:no-repeat;
width:91px;
}

#navL{
text-decoration:none;
font:Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
height:30px;
width:91px;
}

/*Dropdown Menu Settings*/
#drop{
font-size:  10pt;
font-family: arial;
text-decoration: none;
color:#000000;
}

#dropmenudiv{
position:absolute;
border-bottom-width: 0;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #D4D0C8;
}

#droptitle{
font-weight: bold;
color:black;
font-size:  8pt;
font-family: arial;
}

