
#menu{
	width:200px;
	text-align:right;
	margin: 0; 
	padding: 0;
	padding-bottom: 10px; 
}
#menu ul { 
	margin: 0; 
	list-style: none;
	width: 200px; /* Width of Menu Items */ 
	
} 

#menu ul li { 
	position: relative; 
	margin: 0; 
	padding: 0;
} 

#menu li ul { 
	position: absolute; 
	left: 199px; /*Set 1px less than menu width */ 
	top: 0; 
	display: block; 
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li { 
	margin: 0; 
	padding: 0;
} 

/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	text-decoration: none; 
	color: #626262; 
	background: #E9EDF8; /* IE6 Bug */ 
	padding:5px 20px 5px 0px; 
	font-family:Verdana;
	font-size:11px;	
	font-weight:bold;
	border-bottom:1px solid #808080;
} 

/* Hover Styles */ 
#menu ul a:hover { 
	color: #ffffff;
	text-decoration:underline; 
	 
} 

/* Sub Menu Styles */ 
#menu li ul a { 
	text-decoration: none; 
	color: #000000; 
	 /* IE6 Bug */ 
	padding: 5px; 
	 
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #ffffff; 
	background: #94C0EF; 
} 

/* Icon Styles */ 
/*#menu ul a.menu1 {background: url("images/spacer.gif") no-repeat right; } 
#menu ul a.menu1:hover {background:#94C0EF url("images/spacer.gif") no-repeat right; } 
#menu ul a.submenu {background:url("images/mnu_arrow.gif") no-repeat right; } 
#menu ul a.submenu:hover {background:#94C0EF url("images/mnu_arrow.gif") no-repeat right;}*/

#menu ul a.menu1 {background: url("images/spacer.gif") no-repeat right; } 
#menu ul a.menu1:hover {background:#94C0EF url("images/spacer.gif") no-repeat right; } 
#menu ul a.submenu {background:url("images/spacer.gif") no-repeat right; } 
#menu ul a.submenu:hover {background:#94C0EF url("images/spacer.gif") no-repeat right;}
#menu ul a.menu2 {background: url("images/spacer.gif") no-repeat right; color:#ff0000;} 
#menu ul a.menu2:hover {background:#94C0EF url("images/spacer.gif") no-repeat right; color:#ff0000;} 
