﻿UL.templatedMenu
    {
        width: 310px;
        margin-left: 0;
        padding-left: 16px;
        padding-top: 1em;
        overflow: hidden;
        cursor: default;
    }

LI.templatedHeader
    {
        width: 294px;
        display: block;
        background-position: left top;
        background-repeat: no-repeat;
        position: relative;
        left: -12px;
        padding-bottom: 1em;
        clear: both;
        list-style-type: none;
    }
    
LI.templatedImageHeader
    {
        padding-left: 24px;
    }
    
LI.templatedHeader *
    {
        position: relative;
        top: -3px;
    }
   
DL.templatedHeader
    {
        margin-left: 0;
        padding-top: 0.8em;
    }

DD.templatedDescription
    {
        line-height: 8pt;
    }

H2.templatedHeader
    {
        font-size: large;
    }
   
UL.templatedChildren
    {
        display: inline;
    }
    
LI.templatedChild
    {
        float: left;
        width: 127px;
        overflow: hidden;
        margin-top: 8px;
        padding: 0 0 6px 20px;
        display: inline;
        background-position: left top;
        background-repeat: no-repeat;
        list-style-type: none;
        font-weight: normal;
    }
    
LI.templatedChild *
    {
        position: relative;
        top: -3px;
    }
    
A.templatedLink:link
    {
        font-size: large;
        font-weight: normal;
    }

A.templatedLink:visited
    {
        font-size: large;
        font-weight: normal;
    }

A.templatedChildLink:link
    {
        font-weight: normal;
    }

A.templatedChildLink:visited
    {
        font-weight: normal;
    }

A.templatedDisabledLink, SPAN.templatedDisabledLink
    {
        font-size: large;
        cursor: default;
        color: #000000;
        font-weight: normal;
    }

A.templatedDisabledLink:hover
    {
        font-size: large;
        color: #000000;
        cursor: default;
        text-decoration: none;
    }

.templatedDescription
    {
        font-size: smaller;
        margin-left: 0;
    }