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

.ddsubmenustyle, .ddsubmenustyle ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	list-style-type: none;
	background: #ffffff;
	border: 1px solid #000000;
	border-bottom-width: 0px;
	visibility: hidden;
	z-index: 100;
}

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

.ddsubmenustyle li a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	background-color: #151515;
	text-decoration: none;
	padding: 4px 20px;
	border-bottom: 1px solid #000000;
	text-align: left;
}

.ddsubmenustyle li a:hover {
	background-color: #424343;
	text-decoration: none;
}

.downarrowpointer {
	padding-left: 4px;
	border: 0px;
}

.rightarrowpointer {
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0px;
}

.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0px;
	width: 0px;
	height: 0px;
	display: block;
}

.markermenu {
	position: relative;
}

* html a.markermenu { /*IE6 CSS hack*/
	margin-top: 5px;
	background-position: center;
}

.markermenu ul {
	list-style-type: none;
	margin: 5px 0px;
	padding: 0px;
	border: 1px solid #9A9A9A;
}

div#ddtopmenubar:hover {
 	text-decoration: none;
}

.mattblackmenu {
	padding: 0px 12px;
	line-height: 24px;
	font-weight: bold;
	color: #ffffff;
}

div#ddtopmenubar .mattblackmenu a:hover {
	text-decoration: none;
}