/* ######### Matt Black Strip Main Menu Bar CSS ######### */
 ul.WebMenu{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
width: 620px;
margin-left:290px;
height:35px;
}

.WebMenu li{
display: inline;
margin: 0;
}

.WebMenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
}
.WebMenu li a:hover{text-decoration: none;}
.WebMenu a.selected{}
.WebMenu .MenuSeparador{
height:20px;
line-height:20px;
width:26px;
float: left;
display: inline;
background:Url(../../images/MenuSeparador.gif);
background-repeat: no-repeat;
background-position: 12px 6px;
}
/* ######### Drop Down ULs CSS ######### */
.WebSubMenu{
margin: 0;
margin-left: -15px;
padding-top:5px;
padding-left: 14px;
padding-right: 14px;
position: absolute;
left: 0;
top: 0px;
list-style-type: none;
background: white;
border: 1px solid #4C627D;
visibility: hidden;
z-index: 100;
}
.WebSubMenu li a{
padding-bottom:4px;
font-size:13px;
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;
}