I have problem with changing text color on menu..
/*menu bar*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
.menubar {
float: left;
z-index: 2;
background: url("images/menu_bg.png") repeat-y top left;
width: 943px;
padding-left: 13px;
padding-right: 8px;
color: #fff;
}
#navigation .current-menu-item a:hover {
color: #1F6684;
}
#navbar {
width: 722px;
float: left;
color: #fff;
}
#home_btn {
width: 44px;
height: 27px;
float: left;
margin: 5px 0px 0px 0px;
background: url("images/home_icon.png") no-repeat;
text-indent: -9999em;
color: #fff;
}