﻿/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 8pt Arial;
margin-top: -1px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0;
left: 0;
top: 0;
position: absolute;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
width: 200px; /*width of menu (not including side paddings)*/
}

.ddsubmenustyle li a{
display: block;
width: 200px; /*width of menu (not including side paddings)*/
color: black;
background-color:#e7e2e3;
text-decoration: none;
vertical-align:middle;
padding: 4px 0px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
float: left; width: 100%;
}

.ddsubmenustyle li a:hover{
background-image:none;
color: #e72121;
font: normal 8pt Arial;
text-decoration:none;
}

/* ######### 2nd Tier Format  ######### */
.ddsubmenustyle2, .ddsubmenustyle2 ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Verdana;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0;
left: 0;
top: 0;
position: absolute;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle2 li a{
font: normal 8pt Arial;
display: block;
width: 250px; /*width of menu (not including side paddings)*/
color: white;
background-color:#e72121;
text-decoration: none;
vertical-align:middle;
padding: 4px 0px;
}

* html .ddsubmenustyle2 li{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle2 li a:hover{
background-color:#e7e2e3;
color: black;
font: normal 8pt Arial;
}

/* ######### Part Order Format  ######### */
.ddsubmenustyle3, .ddsubmenustyle3 ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Verdana;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0;
left: 0;
top: 0;
position: absolute;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle3 li a{
display: block;
width: 360px; /*width of menu (not including side paddings)*/
color: white;
background-image:url('Images/menu5.jpg');
background-repeat:no-repeat;
text-decoration: none;
vertical-align:middle;
padding: 4px 0px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle3 li{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle3 li a:hover{
background-image:url('Images/menu4.jpg');
background-repeat:no-repeat;
color: white;
font: normal 12px Verdana;}

/* ######### Part Order Format  ######### */
.ddsubmenustyle4, .ddsubmenustyle3 ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Verdana;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0;
left: 0;
top: 0;
position: absolute;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle4 li a{
display: block;
width: 360px; /*width of menu (not including side paddings)*/
color: white;
background-image:url('Images/menu6.jpg');
background-repeat:no-repeat;
text-decoration: none;
vertical-align:middle;
padding: 4px 0px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle4 li{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle4 li a:hover{
background-image:url('Images/menu4.jpg');
background-repeat:no-repeat;
color: white;
font: normal 12px Verdana;}


/* ######### 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: 1500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}