/* ######### Marker List Vertical Menu ######### */

a{
	outline:none;
}
.markermenu{
	margin-top:30px;
	font-size:12px;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	font-weight:normal !important;

}

.markermenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.markermenu ul li{
	list-style:none;
	background:url(../styleImages/cat-seprator-bg.jpg) bottom repeat-x;
}
.markermenu ul li a{
	background:url(../styleImages/arrow.jpg) no-repeat;
	background-position:5% 12%;
	font-family:Tahoma;
	font-size:12px;
	color:#695e4a;
	display: block;
	height:32px;
	padding-left:25px;
	color:#695e4a;
	text-decoration: none;
}

.markermenu ul li a:hover{
	color:#f7901e;
	font-weight:bold;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
.blackwhite li{
	text-align:left;
}

.blackwhite li a{
	color:#000000;
	background:none;
	font-weight:normal;

}

.blackwhite li a:hover{
	background:#defeeb;
	color:#000000;
}
.inner-menu li{
	padding-left:15px;
}
/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font-family:Tahoma;
	font-size:12px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	visibility: hidden;
	z-index: 100;
}
.ddsubmenustyle li a{
	display: block;
	width: 200px; /*width of menu (not including side paddings)*/
	color: black;
	text-decoration: none;
	height:20px;
	padding-top:8px;
	padding-left:5px;
	border-bottom: 1px solid #B5B5B5;
	margin-left:5px;
	font-weight:normal;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/
}

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

/* ######### 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;
}
