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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background-color: #000000;
	border:1px solid #bed630;
	padding:10px;
	visibility: hidden;
	z-index: 100;
}

.menu_li_class {
	width:180px;
	height:14px;
	padding-left:20px;
	padding-top:3px;
	cursor:pointer
}
.menu_li_class:hover {
	width:180px;
	height:14px;
	padding-left:20px;
	padding-top:3px;
	background-color:#bed630;
	color:#000000;
	cursor:pointer
}

.ddsubmenustyle li a{
display: block;
text-decoration: none;

}

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

}

.ddsubmenustyle li a:hover{
color: black;
}

/* ######### 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;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 210px; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	font-weight:bold;
	font-size:11px;
}

.markermenu ul{
list-style-type: none;

padding: 0;

}

.markermenu ul li a{
color: #000000;
display: block;
width: auto;

text-decoration: none;

}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #000000;

}

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

.blackwhite li a{

color:#FFFFFF;
}

.blackwhite li a:hover{

color: #000000;
}
/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
border-bottom: 1px solid gray;
background: #414141;
overflow: hidden;
width: 100%;

}

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

}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141;
}

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

.mattblackmenu li a:hover{

}

.mattblackmenu a.selected{

}
