

#mark ul { 
	margin: 0;
	padding: 0;
	list-style: none;
	width: 186px; /* Width of Menu Items */ 
	border-bottom:#4a4a4a dotted 1px; 
	font-family:"trebuchet MS"; 
	font-size:11px; 
	font-weight: bold;
} 

#mark ul li { 
	position: relative;
} 

#mark li ul { 
	position: absolute;
	left: 188px; /*Set 1px less than mark width */ 
	top: 0;
	display: block; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight: normal;
} 

#mark li:hover ul {
	display: block;
} 

#mark li:hover>ul { 
	visibility:visible;
} 

#mark ul ul {
	visibility:hidden;
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #mark ul li { float: left; height: 1%; } 
* html #mark ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#mark ul, li { 
	margin: 0 0 0 0; 
} 

/* Styles for Menu Items */ 
#mark ul a {
	display: block;
	text-decoration: none;
	color: #000;
	background: none; /* IE6 Bug */ 
	padding: 6px; 
	border-bottom:#cb3234 dotted 1px;
} 

/* Hover Styles */ 
#mark ul a:hover { 
	color: #e2144a;
	background: no;
} 

/* Sub Menu Styles */ 
#mark li ul a {
	text-decoration: none;
	color: #000;
	background: #fff; /* IE6 Bug */ 
	padding: 3px; 
	border-bottom:#cb3234 dotted 1px;
	padding-left:10px;
              } 

/* Sub Menu Hover Styles */ 
#mark li ul a:hover {
			color: #e2144a;
			background: #f9f9f9;
         } 

/* Icon Styles */ 
#mark ul a.submark {background: #f1f1f1 url(../../images/red-arrow.gif) no-repeat right;  } 
#mark ul a.submarknormal {background: none;  } 
#mark ul a.submarknormal:hover {background: #fff;  } 
#mark ul a.submark:hover {background:#fff url(../../images/black-arrow.gif) no-repeat right;}


