#menu {
 width:100%;
 height:35px;
 background: transparent url('images/menu.png') no-repeat scroll top left;
}
 #menu ul, #adlayouts ul, #brochure ul, #cddvd ul, #directmail ul, #folders ul, #packaging ul, #postcard ul, #rackcard ul, #sellsheet ul, #tradeshow ul {
padding-left: 15px;
padding-top:8px;
white-space: nowrap;
}

#menu li, #adlayouts li, #brochure li, #cddvd li, #directmail li, #folders li, #packaging li, #postcard li, #rackcard li, #sellsheet li, #tradeshow li {
display: inline;
font-size:11px;
color:#f8f8f8;
font-weight: bold;
font-family: arial;
list-style-type: none;
}

#menu a, #adlayouts a, #brochure a, #cddvd a, #directmail a, #folders a, #packaging a, #postcard a, #rackcard a, #sellsheet a, #tradeshow a { padding: 3px 8px; }

#menu a:link, #adlayouts a:link, #brochure a:link, #cddvd a:link, #directmail a:link, #folders a:link, #packaging a:link, #postcard a:link, #rackcard a:link, #sellsheet a:link, #tradeshow a:link,  #menu a:visited, #adlayouts a:visited, #brochure a:visited, #cddvd a:visited, #directmail a:visited, #folders a:visited, #packaging a:visited, #postcard a:visited, #rackcard a:visited, #sellsheet a:visited, #tradeshow a:visited {
color: #fff;
/*background-color: #769EC1;*/
text-decoration: none;
}

#menu a:hover, #adlayouts a:hover, #brochure a:hover, #cddvd a:hover, #directmail a:hover, #folders a:hover, #packaging a:hover, #postcard a:hover, #rackcard a:hover, #sellsheet a:hover, #tradeshow a:hover {
color: #fff;
background-color: #369;
text-decoration: none;
}
#adlayouts {
 width:100%;
 height:35px;
 background: transparent url('images/adlayouts.png') no-repeat scroll top left;
}
#brochure {
 width:100%;
 height:35px;
 background: transparent url('images/brochure.png') no-repeat scroll top left;
}
#cddvd {
 width:100%;
 height:35px;
 background: transparent url('images/cddvdmenu.png') no-repeat scroll top left;
}
#directmail {
 width:100%;
 height:35px;
 background: transparent url('images/directmail.png') no-repeat scroll top left;
}
#folders {
 width:100%;
 height:35px;
 background: transparent url('images/folders.png') no-repeat scroll top left;
}
#packaging {
 width:100%;
 height:35px;
 background: transparent url('images/packaging.png') no-repeat scroll top left;
}
#postcard {
 width:100%;
 height:35px;
 background: transparent url('images/postcard.png') no-repeat scroll top left;
}
#rackcard {
 width:100%;
 height:35px;
 background: transparent url('images/rackcard.png') no-repeat scroll top left;
}
#sellsheet {
 width:100%;
 height:35px;
 background: transparent url('images/sellsheet.png') no-repeat scroll top left;
}
#tradeshow {
 width:100%;
 height:35px;
 background: transparent url('images/tradeshow.png') no-repeat scroll top left;
}