﻿UL.templatedMenu
    {
        margin-left: 0;
        /*padding-left: 16px;*/
        padding-top: 1em;
        cursor: default;
        display: inline;
    }


    
    
LI.templatedImageHeader
    {
        padding-left: 24px;
        position: relative;
        top: 3px;
    }

LI.templatedImageHeader DL.templatedHeader, LI.templatedImageHeader DIV.templatedHeader
    {
        position: relative;
        top: -4px;
    }
    
DL.templatedHeader
    {
        margin: 0 0 4px 0;
    }
   


H2.templatedHeader
    {
        font-size: large;
    }


    

LI.templatedChild *
    {
        position: relative;
        top: -3px;
    }
    



A.templatedDisabledLink, SPAN.templatedDisabledLink
    {
        cursor: default;
        color: #000000;
        font-weight: bolder;
    }

A.templatedDisabledLink:hover
    {
        font-weight: bolder;
        color: #000000;
        cursor: default;
        text-decoration: none;
    }

.templatedDescription
    {
        font-size: smaller;
        font-weight: lighter;
        margin-left: 0;
    }
	
	A.templatedLink:link
    {
        font-family:"Lucida Grande",arial,helvetica,sans-serif; font-size: 11px; font-weight: bold; color: #ffffff; cursor: pointer; padding:0 10px 0 15px; text-decoration:none; 
    }

A.templatedLink:visited
    {
        font-family:"Lucida Grande",arial,helvetica,sans-serif; font-size: 11px; font-weight: bold; color: #ffffff; cursor: pointer; padding:0 10px 0 15px;  text-decoration:none;
    }
	LI.templatedHeader
    {
        width: 195px;
        float: left;
        background-position: left top;
        background-repeat: no-repeat;
        position: relative;
        /*left: -12px;*/
        padding-bottom: 10px;
        list-style-type: none;
        min-height: 50px;
/*	background-color:#005c56; *//*orange - A35920*/
	/*left:6px;*/
    }
A.templatedChildLink:link
    {
font-family:"Lucida Grande",arial,helvetica,sans-serif; font-size: 11px; font-weight: normal; color: #ffffff; cursor: pointer; padding-top:10px; padding-right: 20px; text-decoration:none;
    }

A.templatedChildLink:visited
    {
font-family:"Lucida Grande",arial,helvetica,sans-serif; font-size: 11px; font-weight: normal; color: #ffffff; cursor: pointer; padding-top:10px; padding-right: 0px; text-decoration:none;
    }
    LI.templatedChild
    {
        width: 165px;
        overflow: hidden;
        background-position: left top;
        background-repeat: no-repeat;
        list-style-type: none;
        font-weight: normal;
		text-align:left;
		line-height:13px;
		padding: 7px 15px 3px 15px;
	    }
 DIV.templatedHeader
    {

/*margin-left:15px;
margin-right:8px;*/
padding:5px 0;
text-align:left;

    }   
DIV.borderHeader{border-bottom:1px dashed #FFFFFF; height:1px; margin: 2px 15px 5px; padding:0px; font-size:0px;}    
    UL.templatedChildren
    {
        margin: 0;
        padding-left: 0;
	padding-top:0px;
    }