/* ######### Matt Black Strip Main Menu Bar CSS ######### */
 ul.WebMenu{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
width: 100%;
padding-bottom:5px;
}

.WebMenu li{
display: inline;
margin: 0;
}

.WebMenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding-bottom:18px;
padding-left: 15px;
padding-right: 15px;
font-family: font-family: Tahoma, Geneva, sans-serif;
font-size: 13px;
color: #274455;
}
.WebMenu li a:hover{text-decoration: none;}
.WebMenu a.selected{}
.WebMenu .MenuSeparador{width:1px; padding-top:3px; float: left; display: inline;}
/* ######### Drop Down ULs CSS ######### */
.WebSubMenu{
margin: 0;
margin-top:-15px;
margin-left:-2px;
padding: 0;
position: absolute;
left: 0;
top: 0px;
list-style-type: none;
background: white;
border: 1px solid #4C627D;
visibility: hidden;
z-index: 100;
width: 550px;
overflow: hidden;
}
.WebSubMenu li a{
padding-left:20px;
padding-right:20px;
padding-top:2px;
padding-bottom:2px;
font-size:12px;
color: #274455;
}

.WebSubMenu li a:hover{color: #0E6990; text-decoration: none;}

* html .WebSubMenu li a{display: inline-block;}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for \"down\" arrow image added to top menu items*/
margin-left: 8px;
border: 0;
display: none;
}

.rightarrowpointer{ /*CSS for \"right\" arrow image added to drop down menu items*/
position: absolute;
margin-top: 3px;
right: 2px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
