/* ######### top menu  style ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #dfe0e2;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}


.ddsubmenustyle li a{
display: block;
width: 160px;
color: black;
background:#f5f5f5;
text-decoration: none;
padding: 4px 10px;
border-bottom: 1px solid #dfe0e2;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-color: #eee;
}

/* ######### 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;
right: 2px;
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 ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font-weight:bold;
list-style-type: none;
overflow: hidden;
}

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

.mattblackmenu li a{
text-decoration: none;
margin: 0;
padding: 3px 0px; /*padding inside each tab*/
border:1px solid #969698;
margin-right:5px;
height:25px;
line-height:25px;
text-align:center;
width:105px;
display:block;
float:left;
color: white;
overflow:hidden;
background:url(../img/navlistbg.gif) repeat-x left top;
}
.mattblackmenu li a.menuHome{ width:60px;}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background:url(../img/navhoverbg.gif) repeat-x left top;/*background of tabs for hover state */
color:#fff;
text-decoration:none
}

.mattblackmenu a.selected{
background:url(../img/navhoverbg.gif) repeat-x left top; /*background of tab with "selected" class assigned to its LI */
}
*html a.ddssubadd{
	padding-top:8px;
	height:20px;
	line-height:20px;
	}



/* ######### left menu  style ######### */

.markermenu{
width: 165px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
margin:5px 0px
}

.markermenu ul li{ list-style:none;}


.markermenu ul li a{
background: url(../img/listbg.gif) no-repeat 5px 12px; /*light gray background*/
display: block;
width: auto;
padding: 3px 0;
padding-left: 15px;
text-decoration: none;

}

*html .markermenu ul li a{ /*IE6 hack*/
width: 150px;
}



.markermenu ul li a:visited, .markermenu ul li a:active{
color: #333;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#f60;
background-color:#ddd;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background:#f5f5f5;
color:#333;
}

.blackwhite li a:hover{
background:#eee;
color:#f60;
}
* html .blackwhite{
	background:#f5f5f5;
	}
* html .blackwhite li{ /*IE6 CSS hack*/
display:inline-block;
}

