Hi kevin0207,
1.About Menu color problem :
i checked your 2 site and see some difference in css you use for them, example about css for the second menu item :
in old site you use following code :
a.menu-item2 {
background-color: #F58426;
}
#ja-cssmenu li ul {
background: none repeat scroll 0 0 #DDDDDD;
border-color: -moz-use-text-color #CCCCCC #CCCCCC;
border-right: 1px solid #CCCCCC;
border-style: none solid solid;
border-width: 0 1px 1px;
}
but in new site you use following code for it :
#ja-mainnav #ja-cssmenu .menu-item2, #ja-mainnav #ja-cssmenu .menu-item2 ul li, #ja-mainnav #ja-cssmenu .menu-item2 ul li:hover, #ja-mainnav #ja-cssmenu .menu-item2 ul li a:hover, #ja-mainnav #ja-cssmenu .menu-item2 ul {
background: none repeat scroll 0 0 #F58426 !important;
color: #FFFFFF !important;
}
that code is not correct so it effect to submenu of the second menu item, please change it like as old site and you will see the result.
2.About other problem :
Ja teline iii and ja teline iv are different about css and some position layout, so you need know about css and html to match new site same as old site, if you use firefox browse i suggest you use firebug addon to check css and html, it is useful tool for you.
thanks