ul.rolling_text li {
  color: #060;
}

A:link {
  color: #060;
}
A:active {
  color: #060;
}
A:hover {
  color: #222222;
}
A:visited {
  color: #222222;
}

/* td.tableDate {color: #6E6767;} */

/* Left Menu - start */

.leftMenuBG{
	background-image:url(side_013.gif);
	height:15px;/*size of image*/
	width:164px;	
}

td.leftMenuItemBG{
	height: 100%;
	/* background-color: #ADC4BE; */
	background-color: white;	/* border on left menu */
}

/* header, background and footer*/
.leftMenu{
	background-image:url(side_013.gif);
	/*height:100%;*/
	/*background-repeat:repeat-y;*/
	width:184px;
	/*height: 900px;*/
}

#leftMenuHeader{
	background-image:url(side_013.gif);
	/*2012.08.06*/
	height: 15px; 
	width: 184px;

}

#leftMenuFooter{
	background-image:url(side_033.gif); 
}

.menu_li_lv1, .in-active, .sf-menu, .sf-vertical, .active, .menu_lv1
{
	color: #FFFFFF;
	background: white;
}

/* level 1 menu - start */
.sf-menu .in-active .menu_lv1{
    /* default background color for menu lv 1 */
    color: #FFFFFF;
    background-color: #1E725B;
    
}

.sf-menu .active{
	/* tab over: level 1 menu*/
	/*background: #5885B8;*/
	background: white;	
}

.sf-menu .active a:hover{
	/* mouse over: level 1 menu*/
	/*background: #324DA4;*/
	background: white;
}

.sf-menu ul li {
	/*Default Font and backgrond color for sub-menu*/
	color: #FFFFFF;
	/* aaa: level 2 menu background */
	background: #4B719C;
}
/* level 1 menu - end */

/* level 2 menu - start */

.sf-menu .active .in-active a:hover, .sf-menu .active .in-active a:focus, .sf-menu .active .in-active a:active{
	/* menu2 highlight */
	background: #324da4;
	color: #ffffff;
}

.sf-menu ul li {
	/* menu2 background */
	background: #4B719C;
}

.sf-menu .active .in-active a{
	/* menu2 font */
	color: #ffffff;
}

/* level 2 menu - end */

/* Left Menu - end */