﻿

div#submenu
{
	float: left;
	width: 198px;
	background-color: #84B0DE;
	min-height: 354px;
}



div.wdywtd
{
	font-size: 0.8em;
	font-weight: bold;
	background-color: #2C3E8B;
	color: #fff;
	margin: 20px 0 5px 0;
	padding: 5px 0;
	text-align: center;
}

ul#subMenuPath, ul#wdywtdList
{
	width: 198px;
	margin: 0;
	padding: 3px 0 10px 0;
}



ul#subMenuPath li, ul#wdywtdList li
{
	border: 0;
	list-style-type: none;
    margin-top: 5px; 
    
    color: #fff;
    list-style-position: outside;
}



li a
{
	color: #fff;
    text-decoration: none;   
    font-size: 0.8em;
}

li.firstNode, li.firstNodeCurrent, ul#wdywtdList li
{
	background-color: #9BBBEB;
	font-weight: bold; 
	width: 188px;
	padding: 4px 0 4px 10px; 
	margin: 5px 0 0px 0px;
}

li.firstNode a, li.firstNodeCurrent a, ul#wdywtdList li a
{
	width: 100%;
}

li.currentNode
{
	list-style-image: url(../images/current_menu_item.gif);
	
}

li.currentNode, li.currentDirItemL2
{
	margin-left: 40px; 
	width: 60%;
}

li.pathNode
{
	list-style-image: url(../images/menu_path_item.gif);
}

li.pathNodeCurrent 
{
	list-style-image: url(../images/current_menu_item.gif);
}

li.pathNode, li.pathNodeCurrent 
{
	background-repeat: no-repeat;
	background-position: 5px center;
 
}



li.pathNode, li.pathNodeCurrent, li.currentDirItemL1
{
	margin-left: 20px; 
	width: 80%;
	padding: 2px 0 0px 0px;
}

div.subTopImageDiv, div#subcontent
{
	background-color: #F7F5FA;
	margin-left: 467px;
}

div.subTopImageDiv
{
	height: 180px;
	background-color: #B1ABD4; 
}

div#subcontent
{
	min-height: 314px;
}


div#subcontent
{
	padding: 40px 20px;
	font-size: 0.8em;
}

div#sublandingtop
{
	min-height: 140px;
	padding: 20px;
	font-size: 0.7em;
	background-position: bottom;
	background-color: #2C3E8B; 
	margin-left: 467px;
	
}

div.sublandingimage
{
	margin-left: 467px;
	height: 250px;
}

div#sublandingtop, div#sublandingtop h1, div#sublandingtop h2, div#sublandingtop h3, 
div#sublandingtop h4, div#sublandingtop h5, div#sublandingtop h6
{
	color: #fff;
}


div#subcontent a, div#subcontent a:visited, div#subcontent a:active
{
	color: #2C3E8B;
	text-decoration: none;
}

div#subcontent a:hover
{
	text-decoration: underline;
}

div#subcontent .title
{
	color: #2C3E8B; 
}


