﻿UL.templatedMenu
    {
        width: 210px;
        margin-left: 0;
        padding-left: 16px;
        overflow: hidden;
        cursor: default;
		float:left;
    }

LI.templatedHeader
    {
        display: block;
        background-position: left top;
        background-repeat: no-repeat;
        position: relative;
        left: -12px;
        clear: both;
        list-style-type: none;
    }
    
LI.templatedImageHeader
    {
        padding-left: 24px;
    }
    
  
   
li.templatedHeader *{

}
li.templatedHeader li * {

}


DL.templatedHeader
    {
        margin-left: 0;
        padding-top: 0.8em;
    }

DD.templatedDescription
    {
        line-height: 8pt;
    }

H2.templatedHeader
    {
        font-size: large;
    }
   
/*UL.templatedChildren
    {
        margin-bottom:20px;
    } */
    
LI.templatedChild
    {
	padding:0;
	width:auto;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
	list-style-type: none;
	font-weight: normal;
    }
    
A.templatedLink:link,
A.templatedLink:visited  {
	text-decoration: none;
	font-size:14px;
	font-weight:regular;
	color:#323572;
	display:block;
	/*padding:0 0 18px 0;*/
    }

A.templatedChildLink:link,
A.templatedChildLink:visited
    {
	display:block;
	text-decoration: none;
	padding:0 0 10px 0;
	font-size:14px;
	font-weight:regular;
	color:#676868;
	float:left;
    }

A.templatedChildLink:hover,
A.templatedLink:hover {
	
}

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;
    }
