/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *	MENU 1
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#menu_top *,
#menu_left * {
	font-size:11px;
	text-decoration:none;
}

#menu_top * {
	line-height:25px;
	font-weight:bold;
	text-transform:uppercase;
}

#menu_left * {
	text-align:right;
	font-weight:normal;
	line-height:23px;
}

#menu_top ul {
  list-style:none;
  position:relative;
   z-index:99;
}
#menu_top li {
  display:inline;

}
#menu_top a {
	float:left;
	display:block;
	
	background:url(../images/layout/menu_1_spacer.gif) top right no-repeat;  
}
#menu_top a:hover {
	background-color:#FFFFFF;
}
#menu_top a span {
	float:left;
	display:block;
	padding:0 10px;
	color:#333333;
}

/* Start IE5-Mac hack */
#menu_top a span {float:none;}
/* End IE5-Mac hack */
#menu_top a:hover span {
}

#menu_top .menu_1_current a:link,
#menu_top .menu_1_current a:visited {
	background:url(../images/layout/menu_1_bg.gif) top right repeat-x;
}
#menu_top .menu_1_current a span {
	  color:#FFFFFF;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *	MENU 2
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
#menu_left ul {
  list-style:none;
}
#menu_left li.menu_2,
#menu_left li.menu_2_current {
  margin-bottom:1px;
}
#menu_left li.menu_2_current {
	background:url(../images/layout/menu_2_bg.gif) repeat-y 0 1px;
}
#menu_left .menu_2 a,
#menu_left .menu_2_current a {
	display:block;
	width:100%;
	text-decoration:none;
}
#menu_left .menu_2 a span,
#menu_left .menu_2_current a span {
	float:none;
	display:block;
	padding:0 10px 0 10px;
	font-weight:normal;
}
#menu_left .menu_2 a span {
}

#menu_left .menu_2 a {
	color:#AAAAAA;
	display:block;
}
#menu_left .menu_2 a:hover {
	color:#DDDDDD;
}

#menu_left .menu_2 a:hover span {
}
#menu_left .menu_2 a:hover {
}
#menu_left .menu_2 a:hover span {
}

#menu_left .menu_2_current a {
	background:url(../images/layout/menu_2_bg_top.gif) top left no-repeat;	
}
#menu_left .menu_2_current a span {
	color:#FFFFFF;
	background:url(../images/layout/menu_2_bg_bottom.gif) bottom left no-repeat;	
	font-weight:bold;
}

