/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/
/* TO Change Top and Bottom lines on Navigation and Top and Bottom Lines of Site CHANGE AT Settings - Layout */

/* Changes the color of the borders above and below page names in nav */
#nav li ul li, #nav li.sfHover ul li a.sf-with-ul { background: none repeat scroll 0 0 #ffffff; }
.nav li ul li a:hover, .nav li.sfHover ul li a.sf-with-ul { background:#ffffff;}
.nav li ul li  { background:#ffffff; border-top:1px solid #ffffff; border-bottom:1px solid #ffffff;}

/* Changes the default background color of the drop down menus for the TOP menu */
#top .nav li a:hover, #top .nav li.current_page_item a, #top .nav li.current_page_parent a, #top .nav li.current-menu-ancestor a, #top .nav li.current-menu-item a, #top .nav li.current_page_item li a, #top .nav li.current_page_parent li a, #top .nav li.current-menu-ancestor li a, #top .nav li.current-menu-item li a, #top .nav li.sfHover a { background:#ffffff; 
}
/* Changes TOP MENU Hover Color of Page Names */
#top .nav li ul li a { 
color: #000000;
}
/* Changes TOP MENU Drop Down Page Name Color and Font Size */
#top .nav li ul li a { 
font-size: 14px; 
color: #000000;
}

/* Changes the hover background, text and text shadow color  */
.nav li ul li a:hover, .nav li.sfHover ul li a.sf-with-ul:hover { background:#f9ea49; color:#000000; text-shadow:0 0px 0 #000;}
/* Changes the default background color of a drop down menu with a child */
.nav li ul li, .nav li.sfHover ul li a.sf-with-ul { background: none repeat scroll 0 0 #f9ea49; }
