#contentBody {
	left: 456px;
}
.menuSecondary
{
    width: 152px;
    left: 286px;

    /* Mac IE ONLY */
    position: absolute;
    top: 0px;

    /* IE ONLY */
    /* BEGIN Mac IE Hack \*/
    position: relative;
    top: -50%;
    /* END Mac IE Hack */
}

.menuSecondary[class]
{
    left: 0px;
    margin-left: 286px;
    top: 0px;
    position: static;
}

.menuSecondaryOuter
{
    /* Every Browser */
    position: absolute;

    /* Mac IE ONLY */
    top: 0px;

    /* IE ONLY */
    /* BEGIN Mac IE Hack \*/
    top: 146px;
    /* END Mac IE Hack */
}

.menuSecondaryOuter[class]
{
    top: 0px;
    height: 100%;
    display: table;
}

.menuSecondaryInner
{
    /* Mac IE and IE */
    position: absolute;

    /* Mac IE ONLY */
    top: 0px;

    /* IE ONLY */
    /* BEGIN Mac IE Hack \*/
    top: 50%;
    /* END Mac IE Hack */
}

.menuSecondaryInner[class]
{
    position: static;
    top: 0px;
    display: table-cell;
    vertical-align: middle;
}
.largeImage
{
	border-top: 1px solid #999;
	border-left: 0px none;
	border-right: 1px solid #999;
	border-bottom: 0px none;
	position: absolute;
	right: auto;
	left: 0px;
	top: 20px;
}
