/* Start of CMSMS style sheet 'ddlevelsmenu' */
/* ######### Marker List Vertical Menu ######### */
.markermenu {
	width: 200px; /* width of side bar menu, FINE */
	clear: left;
	position: relative; /* Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	text-align: left;
	text-indent: 10px;
}
.markermenu ul { /* FINE */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.markermenu ul li a {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #262626;
	border-left: 1px solid #262626;
	border-right: 1px solid #262626;
	padding: 5px 0 6px 0;
	color: #ffffff;
	background-color: #464646;
}
.markermenu ul li .active {
	background-color: #bd9025;
	color: #ffffff;
	font-weight: bold;
}
* html .markermenu ul li a { /* IE6 hack */
	width: 198px;
}
.markermenu ul li a:hover, .markermenu ul li a.selected {
	color: #ffffff;
	background-color: #caa651;
}

/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul { /* topmost and sub ULs, respectively */
	text-align: left;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: #ffffff;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	border-top: 1px solid #262626;
	border-right: 1px solid #262626;
}
.ddsubmenustyle li a {
	display: block;
	width: 100px; /* width of menu (not including side paddings)*/
	color: #ffffff;
	background-color: #464646;
	text-decoration: none;
	padding: 5px 5px 6px 5px;
	border-bottom: 1px solid #262626;
}
* html .ddsubmenustyle li { /* IE6 CSS hack */
	/* display: inline-block; */
	display: inline;
	width: 200px; /* width of menu (include side paddings of LI A*/
}
.ddsubmenustyle li a:hover { /* Expand list hover, FINE */
	background-color: #caa651;
	color: #ffffff;
}
/* ######### Neutral CSS  ######### */
.rightarrowpointer { /* CSS for "right" arrow image added to drop down menu items, FINE */
	position: absolute;
	padding-top: 2px;
	left: 100px;
	border: 0;
}
.ddiframeshim { /* FINE */
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
/* End of 'ddlevelsmenu' */

