@alexrams: The thumbnail size is the homepage is width 210px and height 210px. See this in theme instructions http://catchthemes.com/theme-instructions/simple-catch/
So, you need to add this size or it will just crop the image automatically.
You can change the hover and active of menu by adjusting the color and adding the following css in “Custom CSS” box in Theme Options panel.
#header #mainmenu ul li a:hover, #header #mainmenu ul li.current-menu-item a, #header #mainmenu ul li.current-menu-parent a, #header #mainmenu ul li.current_page_item a, #header #mainmenu ul li.current_page_ancestor a, #header #mainmenu ul li:hover > a {
background-color: #000000;
color: #FFFFFF;
}
For more color options and other features that you just change through Theme Options panel upgrade to Simple Catch Pro theme.