body { margin: 0; font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
h1 {  font-weight:bold; font-size: 16px; color: #000000;}
h2 {  font-weight:bold; font-size: 14px; color: #D70000;}
h3 {  font-weight:bold; font-size: 18px; color: #FF3300; }
h4 {  font-weight:bold; font-size: 22px; color: #FF3300; }
a { color:#009900; text-decoration:none; font-weight:bold;}
a:active { color: #009900; text-decoration:none; font-weight:bold;}
a:link { color: #009900; text-decoration:none; font-weight:bold;}
a:visted { color: #009900; text-decoration:none; font-weight:bold;}
a:hover { color: #CCCCCC; text-decoration:none; font-weight:bold;}

#menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 150px; /* Width of Menu Items */ 
	border-bottom: 1px solid #ccc; 
	text-align:left;
	color: #009900;
	font-weight:bold;
} 

#menu ul li { 
	position: relative; 
} 

#menu li ul { 
	position: absolute; 
	left: 150px; /*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 0 0 0; 
} 

/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	text-decoration: none; 
	background: #fff; /* IE6 Bug */ 
	padding: 5px; 
	border-top: 1px solid #CCC;
} 

/* Hover Styles */ 
#menu ul a:hover { 
	background: #f9f9f9; 
} 

/* Sub Menu Styles */ 
#menu li ul a { 
	text-decoration: none; 
	background: #fff; /* IE6 Bug */ 
	padding: 5px; 
	border: 1px solid #ccc; 
	border-bottom: 0; 
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	background: #f9f9f9; 
} 

/* Icon Styles */ 
#menu ul a.submenu {background:#fff url("../images/r_arrow.gif") no-repeat right; } 
#menu ul a.submenu:hover {background:#f9f9f9 url("../images/r_arrow.gif") no-repeat right;}
