/*<![CDATA[*/

#cenBox {
}

#cenBox ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 320px;
    }

#cenBox li {
	position: absolute;
	display: table;
	height: 4em;
	width: 320px;
	left: 127px;
	top: 36px;
    }


#cenBox a {  /* link box */
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
    }

#cenBox a {
    }

#cenBox a:hover {
	cursor: default;
    }
    
/* star html hacks read by IE-Mac and IE-Win<7 */

* html #cenBox  a { /* link box */
    display: block; /*table-cell is not supported, and we need that width/height for the maxed clickable area */
    }

* html #cenBox a span { /* contains the link text */
    display: inline-block; /* these two inline-blocks sit side-by-side in one line */
    vertical-align: middle; /* aligns with respect to the line box of b.openm */
    }

* html #cenBox b.opnm { /* empty vertical opener extra element */
    
    display: inline-block; /* these two inline-blocks sit side-by-side in one line */
    
    vertical-align: middle; /* I don't understand why, but it is needed in IE6 */
    
    height: 100%; /* opens the line-box to the current height of the link box */
    
    width: 1px; /* IEMac needs a width for inline-block to exist */
    margin-left: -1px; /*for clarity*/
}

/*]]>*/

