/* MENU BOTTOM */
#accordion {width: 900px; font: 11px/15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
#accordion * {cursor: pointer !important;}
#accordion a {cursor: pointer !important; text-decoration: none; color: #7c7c7c;}
#accordion a:hover, #accordion a.active {color: #e20000;}


#accordion img {float:left;	cursor: pointer;}
#accordion img.current {cursor:default;}

#accordion div {width: 0; float: left; display: none; height: 105px;}
#accordion div p {width: 85px; margin: 0 0 10px 0; padding-top: 6px;}


#accordion #about {background: url(../img/menu_about.gif) no-repeat 0 0; height: 30px; width: 57px; display: block; float: left;}
#accordion #about:hover, #accordion #about.active {background: url(../img/menu_about.gif) no-repeat 0 -30px;}


#accordion #design {background: url(../img/menu_design.gif) no-repeat 0 0; height: 30px; width: 69px; display: block; float: left;}
#accordion #design:hover, #accordion #design.active {background: url(../img/menu_design.gif) no-repeat 0 -30px;}

/*#publishing {background: url(../img/menu_publishing.gif) no-repeat 0 0; height: 30px; width: 97px; display: block; float: left;}
#publishing:hover, #publishing.active {background: url(../img/menu_publishing.gif) no-repeat 0 -30px;}*/

#publishing {background: url(../img/menu_books.gif) no-repeat 0 0; height: 30px; width: 67px; display: block; float: left;}
#publishing:hover, #publishing.active {background: url(../img/menu_books.gif) no-repeat 0 -30px;}


#retail {background: url(../img/menu_retail.gif) no-repeat 0 0; height: 30px; width: 145px; display: block; float: left;}
#retail:hover, #retail.active {background: url(../img/menu_retail.gif) no-repeat 0 -30px;}

#accordion #work {position: relative;}
#accordion #work p {float: left;}
#accordion #work p.work {width: 70px !important; padding-left: 10px; border: 0; position: absolute; left: 60px;}

#accordion .content{display: none; width: 0px; overflow: hidden; /*border-right: 1px solid #ccc;*/} 
.content-1 {display: none; width: 0px; overflow: hidden;} 
#accordion #work .content-1 {width: 70px !important; border: 0; position: absolute; left: 45px; top: 7px;}
.header-1 {clear: both !important; height: 20px !important;}
