﻿UL.templatedMenu
    {
        width: 300px;
        margin-left: 0;
        padding-left: 0px;
        margin-top: 15px;
        overflow: hidden;
        cursor: default;
		color: #212121;
    }

LI.templatedHeader
    {
        
  width: 300px;
        display: block;
        background-position: left top;
        background-repeat: no-repeat;
        position: relative;
        left: 0px;
		padding-top: 0px;
        clear: both;
        list-style-type: none;
		color: #212121;
		font-weight:bold;
		height: 25px;
    }
    
    
LI.templatedHeader *
    {
        position: relative;
        top: 0px;
		
    }
   
DL.templatedHeader
    {
        margin: 0;
        padding: 0px;
		
		
    }
.templatedDescription
    {
	border-bottom: #FFFFFF 0px solid;
	height: 1px;
	left: 0px;
	display:none;
    }


H2.templatedHeader
    {
		color: #212121;
    }

UL.templatedChildren
    {
        
		margin-top: 0px;
		
		
    }
    
LI.templatedChild
    {
        float: left;
        width: 330px;
		top: 0px;
		margin: 0;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
        display: block;
        list-style-type: none;
		font-size: 12px;
        font-weight: bold;
		border-bottom: #FFFFFF 0px solid;
    }
    
LI.templatedChild *
    {
        position: relative;
        margin: 0;
    }
    
A.templatedLink:link
    {
        font-weight: bold;
		color: #212121;
		background-color: #ffffff;
		text-decoration: none;
		display: block;
		height: 25px;
		margin: 0;
		padding-left: 5px;
    }

A.templatedLink:visited
     {
        font-weight: bold;
		color: #212121;
		background-color: #ffffff;
		text-decoration: none;
		display: block;
		height: 25px;
		margin: 0;
		padding-left: 5px;
	}
A.templatedLink:hover
    {
        display: block;
		font-weight: bold;
		color: #ffffff;
		background-color: #366092;
		text-decoration: none;
		height: 25px;
		margin: 0;
		padding-left: 5px;
	}
A.templatedLink:active
    {
        display: block;
		font-weight: bold;
		color: #ffffff;
		background-color: #366092;
		text-decoration: none;
		height: 25px;
		margin: 0;
		padding-left: 5px;
	}

A.templatedChildLink:link
    {
        font-weight: normal;
		color: #212121;
    }

A.templatedChildLink:visited
    {
        font-weight: normal;
		color: #212121;
    }

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: 0;
    }