/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.WebMenu{
margin: 0px;
padding: 0px;
font-weight: bold;
margin-top:38px;
}

.WebMenu ul{
margin: 0;
padding: 0;
padding-top:1px;
padding-left: 5px;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.WebMenu li{
display: inline;
margin: 0;
}

.WebMenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
line-height: 16px;
padding-right: 13px;
padding-left: 10px;
color: #003358;
height: 20px;
}

.WebMenu li a:hover{
text-decoration: underline;
}

.WebMenu a.selected{
text-decoration: none;
}


/* ######### Drop Down ULs CSS ######### */

.WebSubMenu, .WebSubMenu ul{ /*topmost and sub ULs, respectively*/
margin: 0;
margin-top:0px;
margin-left:0px;
padding: 0px;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
background: white;
border: 1px solid #7B7B7B;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
font-size: 12px;
}

.WebSubMenu ul{margin-top:-1px;}


.WebSubMenu li a{
display: block;
width: 120px; /*width of menu (not including side paddings)*/
color: #4E4E4E;
background-color: #E8E7E5;
text-decoration: none;
padding: 3px 5px;
border-bottom: 1px solid #878787;
}

* html .WebSubMenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.WebSubMenu li a:hover{
background-color: #2B70AD;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for down arrow image added to top menu items*/
padding-left: 6px;
border: 0;
}

.rightarrowpointer{ /*CSS for  right arrow image added to drop down menu items*/
position: absolute;
padding-top: 2px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}