.parentMenu ul 
{
	list-style: none;
	margin: 10px;
	padding: 0px;
}

.vMenuTop 
{
    background: url(/img/mnuT.png) bottom center no-repeat; 
    margin-top: 5px; width:230px; height:15px;
}

.vMenuBg
{
    background: url(/img/mnuBg.png) repeat-y;
}

.vMenuPd
{
        padding:5px 18px 5px 12px;
}

.vMenuHdrPd
{
        padding:0px 13px 0px 6px;
        margin-top:-3px;
}

.vMenuBtm
{
    background: url(/img/mnuB.png) top center no-repeat; 
    width:230px; height:10px;
}

.vMenuHdr
{
    padding:5px; background-color:#44577F;
    /*border-bottom: 3px solid #ffffff;*/
    font-weight:bold; color: white; 
    text-transform: uppercase;
    letter-spacing:1pt;
}

.vMenu li
{
    list-style-image:url(/img/mnuStar.gif); list-style-position: outside;
    margin-left:-20px; padding-left:2px;
    padding-top: 5px; padding-right: 0px; padding-bottom: 5px;
    background:url(/img/mnuDots.png) bottom center no-repeat;
}

.vPressHdr
{
    padding:5px; background-color:#44577F;
    font-weight:bold; color: #ffffff; 
    text-transform: uppercase;
    letter-spacing:1pt;
}

.vPressBg
{
    background: url(/img/presskitBg.png) repeat-y;
}

#ctl00_ExtraContent_PressKitContent ul li
{
    list-style-image:url(/img/diamondArrow.gif); list-style-position: outside;
    margin-left:-20px; padding-left:2px;
    /*padding-top: 5px; padding-right: 0px; padding-bottom: 5px;
    background:url(/img/mnuDots.png) bottom center no-repeat;*/
}


