a.n3 { width: 67px; height: 33px; background: URL("/_common/images/navigation.png") -218px -34px; }
#content           { background: URL("/_common/images/bokeh/menu.png") top center no-repeat; }
#content .title h1 { background: URL("/_common/images/titles/menu.png") no-repeat; }
#content .container .text .panes strong { color: #258dee; font-size: 14px; }

#tabs { list-style: none; margin: 0; padding: 15px 0 0 0; float: left; display: inline; width: 150px; }
div.panes { float: left; display: inline; width: 410px; border-left: 1px solid #222; padding-left: 15px; }

/* Tabs */
#tabs              { list-style: none; margin: 0; padding: 15px 0 0 0; float: left; display: inline-block; width: 150px; }
ul#tabs li         { width: 134px; display: block; height: 36px }
ul#tabs li a       { -moz-border-radius-topleft: 10px; -webkit-border-radius-topleft: 10px;
					-moz-border-radius-bottomleft: 10px; -webkit-border-radius-bottomleft: 10px;
					 border-left: 1px solid #222; 
                     width: 134px; display: block; font-size: 14px; color: #fff; text-decoration: none; background: #222; padding: 8px; }
ul#tabs li a:hover { background:  #258dee }

