Hi,
var.php file:
#horiz_m .slidemenu ul li a:hover, #horiz_m .slidemenu .current-menu-item > a, #horiz_m .slidemenu ul li.current-menu-ancestor > a{
<?php $shadow_txt = su_hex_shift( get_option_tree('menu_link_hover_background_color'), 'darker', 15 );
$shadow = su_hex_shift( get_option_tree('menu_link_hover_background_color'), 'darker', 35 ); ?>
background:<?php get_option_tree('menu_link_hover_background_color', '', true); ?>; color:<?php get_option_tree('menu_opt_link_hover', '', true); ?>; text-shadow: 1px 1px <?php echo $shadow_txt ?>; box-shadow:inset 0 0 3px <?php echo $shadow ?>;}
It looks like you're new here. If you want to get involved, click one of these buttons!