/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font-size:0.9em;
font-family:Arial, Helvetica, sans-serif;
list-style-type: none;
overflow: hidden;
width:802px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding:0px 0px; /*padding inside each tab*/
border-right: 0px solid #be390e; /*right divider between tabs*/
color: white;
width:133px;
height:27px;
line-height:200%;
text-align:center;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
color:#FFFFFF;
background:url(../../images/bg_navigation_hover.gif);
/*background of tabs for hover state */
}

.mattblackmenu a.selected{
background:url(../../images/bg_navigation_hover.gif); /*background of tab with "selected" class assigned to its LI */
}




/* ######### Drop Down ULs CSS ######### */

/*this is for 01 menu */
.ddsubmenustyle1, .ddsubmenustyle1 ul{ /*topmost and sub ULs, respectively*/
font-size:0.9em;
font-family:Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #be390e;
color:#FFFFFF;
border: 1px solid #d5784c;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle1 li a{
display: block;
width: 120px;
background: #be390e;
color:#FFFFFF;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #d5784c;
}
* html .ddsubmenustyle1 li a{ /*IE6 CSS hack*/
display: inline-block;
}
.ddsubmenustyle1 li a:hover{
background-color: #d5784c;
color: white;
}


/*this is for 02 menu */
.ddsubmenustyle2, .ddsubmenustyle2 ul{ /*topmost and sub ULs, respectively*/
font-size:0.9em;
font-family:Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #be390e;
color:#FFFFFF;
border: 1px solid #d5784c;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle2 li a{
display: block;
width: 120px;
background: #be390e;
color:#FFFFFF;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #d5784c;
}
* html .ddsubmenustyle2 li a{ /*IE6 CSS hack*/
display: inline-block;
}
.ddsubmenustyle2 li a:hover{
background-color: #d5784c;
color: white;
}

/*this is for 03 menu */
.ddsubmenustyle3, .ddsubmenustyle3 ul{ /*topmost and sub ULs, respectively*/
font-size:0.9em;
font-family:Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #be390e;
color:#FFFFFF;
border: 1px solid #d5784c;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle3 li a{
display: block;
width: 120px;
background: #be390e;
color:#FFFFFF;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #d5784c;
}
* html .ddsubmenustyle3 li a{ /*IE6 CSS hack*/
display: inline-block;
}
.ddsubmenustyle3 li a:hover{
background-color:#d5784c;
color: white;
}

/*this is for 04 menu */
.ddsubmenustyle4, .ddsubmenustyle4 ul{ /*topmost and sub ULs, respectively*/
font-size:0.9em;
font-family:Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #be390e;
color:#FFFFFF;
border: 1px solid #d5784c;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle4 li a{
display: block;
width: 120px;
background: #be390e;
color:#FFFFFF;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #d5784c;
}
* html .ddsubmenustyle4 li a{ /*IE6 CSS hack*/
display: inline-block;
}
.ddsubmenustyle4 li a:hover{
background-color:#d5784c;
color: white;
}


/*this is for 05 menu */
.ddsubmenustyle5, .ddsubmenustyle5 ul{ /*topmost and sub ULs, respectively*/
font-size:0.9em;
font-family:Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #be390e;
color:#FFFFFF;
border: 1px solid #d5784c;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle5 li a{
display: block;
width: 120px;
background: #be390e;
color:#FFFFFF;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #d5784c;
}
* html .ddsubmenustyle5 li a{ /*IE6 CSS hack*/
display: inline-block;
}
.ddsubmenustyle5 li a:hover{
background-color:#d5784c;
color: white;
}



/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
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;
}