/* ######### Drop Down ULs CSS ######### */

.WebSubMenu, .WebSubMenu ul{ /*topmost and sub ULs, respectively*/
position: absolute;
left: 0;
top: 0;
list-style-type: none;
font-size: 11px;
background: #FFFFFF;
border: 1px solid #FCA0A0;
border-top-width: 0;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.WebSubMenu{margin-top: 0px; margin-left: -1px;}
.WebSubMenu ul {margin-top: -2px;}

.WebSubMenu li a{
display: block;
width: 120px; /*width of menu (not including side paddings)*/
color: black;
background-color: #FFFFFF;
text-decoration: none;
padding: 4px 11px;
border-bottom: 1px solid #FCA0A0;
}

.WebSubMenu li a:hover{text-decoration: underline;}

* html .WebSubMenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
/*
padding-left: 4px;
border: 0;
*/
display: none;
}

.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;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.WebMenuTop ul{
margin: 0px;
padding: 0px;
list-style-type: none;
overflow: hidden;
margin-top:5px;
border-right: 1px dotted #333333;
border-bottom: 1px dotted #333333;
}

.WebMenuTop li{
display: inline;
margin: 0;
}

.WebMenuTop li a{
float: left;
display: block;
padding-top: 4px;
font-size: 12px;
width: 120px;
font-weight: bold;
color: #333333;
text-decoration: none;
line-height:40px; height:40px;
border-left: 1px dotted #333333;
border-top: 0px;
text-align: center;
background-image:url("../../images/bgtopmenu1.gif");
background-repeat:no-repeat;
background-position:top;
}

.WebMenuTop li a:hover{background-image:url("../../images/bgtopmenu2.gif"); color: #CC0000;}

.MenuSeparador{position: relative; top:0px; left:0; width: 1px; display: inline; float: left;}