/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown2{
padding: 0;

width: 520px;
border-top: 1px solid #e2e2e2; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 15px; /*margin between first menu item and left browser edge*/

padding: 0 0 30px 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:none;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 12px Arial;
color: #336699;
text-decoration: none;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #e2e2e2; /*Default menu color*/
border-bottom: 8px solid #FFFFFF;
}

.invertedshiftdown2 a:hover{
background-color: #d10000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #d10000; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color:#d10000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #d10000; /*Highlight red color theme*/
color:#ffffff;
}

.invertedshiftdown2 .current a:hover{ /** currently selected menu item **/
background-color:#d10000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #d10000; /*Highlight red color theme*/
color:#slategrey;
}

a.lbutton{display:block;float:left; font-weight:bold; font-size:16px; font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS"; color:#FFFFFF; text-decoration:none; background:url(../images/buttnbg_red.jpg) no-repeat left top; height:40px;}

a.lbutton span{display:block; float:left; background:url(../images/buttnbg_red.jpg) no-repeat right top; height:30px; padding-left:10px; padding-top:10px; padding-right:25px; margin-left:15px; cursor:pointer}

a.lbutton:hover{background-position:0px bottom; color:#cddfee}

a.lbutton:hover span{background-position:right bottom;}

div.agentbanner{
    width: 520px;
    height: 43px;
    background-image: url('../images/valleyagent3.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    padding-top:55px;
    }
