

#dc_jqmegamenu_widget-4-item ul	{
	margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
        background: #ebeaea;
        border-right: 0px solid #5c5c5c; border-left: 0px solid #5c5c5c; border-bottom: 0px solid #5c5c5c;
        
}
#dc_jqmegamenu_widget-4-item li	{
	display: block;
	float: left;

	line-height: 30px; /* this should be the same as your #dc_jqmegamenu_widget-4-item height */
	height: 30px; /* this should be the same as your #dc_jqmegamenu_widget-4-item height */
	margin: 0; padding: 0; /* only needed if you don't have a reset */
	position: relative; /* this is needed in order to position sub menus */
 
}
#dc_jqmegamenu_widget-4-item li a	{
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 0px;
   
        color: #fff;
     
}



#dc_jqmegamenu_widget-4-item ul  a 
{ 
    background: #000; width: 90px;

    display: block; color: #5c5c5c; padding: 0px 30px 0px 30px;}


#dc_jqmegamenu_widget-4-item ul li  a 
{ 
    background:  #cf0100; width: 90px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;

     border-right: 0px solid #cf0100; border-left: 0px solid #cf0100; border-bottom: 0px solid #cf0100;
    color: #fff; padding: 0px 30px 0px 30px;}
    

#dc_jqmegamenu_widget-4-item  li  
{ 
    

      margin-right:2px;
      margin-left:2px;
   }


#dc_jqmegamenu_widget-4-item .current_page_item a, #dc_jqmegamenu_widget-4-item a:hover {
	

        background: #ebeaea;
        border-right: 0px solid #5c5c5c; border-left: 0px solid #ebeaea; border-bottom: 0px solid #5c5c5c;
        text-decoration:none;
        color:  #cf0100;
        margin-right:0px;
      margin-left:0px;
}

#dc_jqmegamenu_widget-4-item .current-menu-item a:hover {
	
	
        background: #ebeaea;
        border-right: 0px solid #5c5c5c; border-left: 0px solid #ebeaea; border-bottom: 0px solid #5c5c5c;
        text-decoration:none;
        color:  #cf0100;
}

#dc_jqmegamenu_widget-4-item ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 30px; /* this should be the same height as the top level menu -- height + padding + borders */
  
}
#dc_jqmegamenu_widget-4-item ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 250px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
    border-right: 0px solid #5c5c5c; border-left: 0px solid #5c5c5c; border-bottom: 0px solid #5c5c5c;
}
#dc_jqmegamenu_widget-4-item ul ul li a { /* target all sub menu item links */
	
  
         background:  #ebeaea; width: 250px;
        
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
          padding-left: 0px;
        display: block; color: #5c5c5c; padding: 0px 30px 0px 30px;}
}


#dc_jqmegamenu_widget-4-item ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
      
}
#dc_jqmegamenu_widget-4-item ul ul li ul {
	/* target all second, third, and deeper level sub menus */
	left: 20px; /* this needs to match the sub menu width set above -- width + padding + borders */
	top: 0; /* this ensures the sub menu starts in line with its parent item */
  
}


