/* CSS Document */
#left_menu 
{
	width: 170px;
}
#left_menu  td
{
	background-image:url(images/button_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom right ;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	
}
 #left_menu  td a
 {
 	text-decoration:none;
 }
 
#top_menu 
{
	height:55px;
}
#top_menu  td
{
	width: 140px;
	background-image:url(images/button_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	
}
 #top_menu  td a
 {
 	text-decoration:none;
	color:#FFCC00;
 }
 

