/*@import url(&quot;oye_CustomStyle.css&quot;);*/

li#navgift a {
	text-indent:0;
   background: url(../images/content/pagebuilder/slj-gift-bg.png) repeat-x bottom left;
   color: white;
   text-shadow: 0px 1px 0px #000000;
   text-align:center;
   /*filter: dropshadow(color=#000000, offx=0, offy=1);*/
   
}
li#navgift a:hover {
background: url(../images/content/pagebuilder/slj-gift-bg.png) repeat-x bottom left;

}

li#navgift ul.sub-menu a {
   background: none;
   color: #343E42;
   text-shadow: none;
   text-align:left;
}

li#navgift ul.sub-menu a:hover {
    color: #ffffff;
    background: none;
}

/* CSSTerm.com Simple CSS menu */ 

.menu_simple ul {
margin: 0;
padding: 0;
width:185px;
list-style-type: none;
}

.menu_simple ul li a {
text-decoration: none;
color: white;
padding: 10.5px 11px;
background-color: #005555;
display:block;
} 

.menu_simple ul li a:visited {
color: white;
} 

.menu_simple ul li a:hover, .menu_simple ul li .current {
color: white;
background-color: #5FD367;
}