/* ######### 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: #0e0a07;
border:1px solid #5c4127;
padding:10px;
color:#a6530a;
visibility: hidden;
z-index: 100;
}

.menu_li_class {
	width:120px;
	height:14px;
	padding-left:20px;
	padding-top:3px;
	cursor:pointer
}
.menu_li_class:hover {
	width:120px;
	height:14px;
	padding-left:20px;
	padding-top:3px;
	background-image: url(../../img/shell/menu_bg.gif);
	background-repeat:no-repeat;
	color:#ffb400;
	cursor:pointer
}

.ddsubmenustyle li a{

display: block;



text-decoration: none;

}

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

}

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

/* ######### 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: 220px; /*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: #FFFFFF;
display: block;
width: auto;

text-decoration: none;

}

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

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

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

}

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

.blackwhite li a{

color:#FFFFFF;
}

.blackwhite li a:hover{

color: #ffcc00;
}
/* ######### 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{

}
