﻿/*Top Navigation menu*/

.ddsubmenustyle, .ddsubmenustyle ul
{
    /*topmost and sub ULs, respectively*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    background: #b48917;
    border: 0px solid black;
    border-bottom-width: 0;
    visibility: hidden;
    z-index: 100;
    text-align: left;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color:white;
background-color: #b48917;
text-decoration: none;
padding: 3px 12px;
border-bottom: 0px solid black;
}

.menubold
{
    color: white;
    font-weight: bold;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 160px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover
{
    color: white;
    background-color: #d0aa1a;
    text-decoration: none;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}


.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
overflow: hidden;
width: 100%;
text-align:center;
}

.mattblackmenu li{
display: inline;
margin: 0;

}

.mattblackmenu li a
{
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 0px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: white;

}

.menuline
{
    padding:0px;
    height:1px;
    margin:0px;
    vertical-align:middle;
}

.home a
{
    background-image: url("/subs/headers/images/home.gif");
    background-repeat:no-repeat;
    width:57px;
    height:27px;
}

.home a:hover, a.selected
{
    background-image: url("/subs/headers/images/on/home.gif");
    background-repeat:no-repeat;
    width:57px;
    height:27px;
}



.aboutus a
{
    background-image: url("/subs/headers/images/aboutus.gif");
    background-repeat:no-repeat;
    width:80px;
    height:27px;
}

.aboutus a:hover, .aboutus a.selected
{
    background-image: url("/subs/headers/images/on/aboutus.gif");
    background-repeat:no-repeat;
    width:80px;
    height:27px;
}




.productrange a
{
    background-image: url("/subs/headers/images/productrange.gif");
    background-repeat:no-repeat;
    width:117px;
    height:27px;
}

.productrange a:hover, .productrange a.selected
{
    background-image: url("/subs/headers/images/on/productrange.gif");
    background-repeat:no-repeat;
    width:117px;
    height:27px;
}



.information a
{
    background-image: url("/subs/headers/images/information.gif");
    background-repeat:no-repeat;
    width:98px;
    height:27px;
}

.information a:hover, .information a.selected
{
    background-image: url("/subs/headers/images/on/information.gif");
    background-repeat:no-repeat;
    width:98px;
    height:27px;
}



.support a
{
    background-image: url("/subs/headers/images/support.gif");
    background-repeat:no-repeat;
    width:73px;
    height:27px;
}

.support a:hover, .support a.selected
{
    background-image: url("/subs/headers/images/on/support.gif");
    background-repeat:no-repeat;
    width:73px;
    height:27px;
}


.contactus a
{
    background-image: url("/subs/headers/images/contactus.gif");
    background-repeat:no-repeat;
    width:90px;
    height:27px;
}

.contactus a:hover, .contactus a.selected
{
    background-image: url("/subs/headers/images/on/contactus.gif");
    background-repeat:no-repeat;
    width:90px;
    height:27px;
}
