Remove this style:

#primary-nav li
{
 /* background:
url("http://africanamericanart.si.edu/themes/fromscratch/images/left.gif";)
no-repeat scroll left top transparent; */
}

 and put it here

#primary-nav .tab_navigation > ul > li
{
background:  
url("http://africanamericanart.si.edu/themes/fromscratch/images/left.gif";)
no-repeat scroll left top transparent;
}

Remove this style:
#primary-nav a
{
/* background: 
url("http://africanamericanart.si.edu/themes/fromscratch/images/right.gif";)
no-repeat scroll right top transparent */
}

and put it here
#primary-nav .tab_navigation > ul > li > a
{
background: 
url("http://africanamericanart.si.edu/themes/fromscratch/images/right.gif";)
no-repeat scroll right top transparent;
}

Regards,
Chetan Crasta
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to