﻿/* TOP MENU */
.top_Menu{}

.top_Static
{
    float:right;    
}

.top_StaticItem, .top_StaticItem a
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:10px;
    color:#4c482e;
    padding-left:10px;
}

.top_Dynamic
{
    z-index: 1;
}

.top_DynamicItem{}

/* MAIN MENU */

.main_Menu
{
	float:left;
    text-align:left;    
}

.main_Static
{
    width:550px;
}

.main_StaticItem
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:16px;
    color:White;
}

.main_StaticItem:hover
{
    cursor:pointer;
    color:White;
}

.main_Dynamic
{
    border-top:solid 10px #fdb813;
    margin-top:9px;
    width:200px;
    z-index: 1;
    padding-bottom: 4px;
}

.main_DynamicItem
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:14px;
    color:Black;
    width:200px;
    padding:5px 5px;
    border-left:solid 2px #fdb813;
    border-right:solid 2px #fdb813;
    border-bottom:solid 2px #fdb813;
    padding-bottom: 4px;
}

.main_DynamicItem:hover
{
    cursor:pointer;
    background-color:#ffde8f;
    color:Black;
    padding-bottom: 4px;
}

/* HOME MAIN MENU */

.home_Menu
{
    margin-top:43px;    
}

.home_Static
{
    width:960px;
}

.home_StaticItem
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:16px;
    color:White;
}

.home_StaticItem:hover
{
    cursor:pointer;
}

.home_Dynamic
{
    border-top:solid 10px #fdb813;
    margin-top:9px;
    width:200px;
    z-index: 1;
    padding-bottom: 4px;
}

.home_DynamicItem
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:12px;
    color:Black;
    width:200px;
    padding:5px 5px;
    border-left:solid 2px #fdb813;
    border-right:solid 2px #fdb813;
    border-bottom:solid 2px #fdb813;
    padding-bottom: 4px;
}

.home_DynamicItem:hover
{
    cursor:pointer;
    background-color:#ffde8f;
}
#blog_link {
	margin:0 0 0 0;
	right:0px;
	bottom:-3px;
	width:40px;
	height:20px;
	display:block;
	position:absolute;
}

/* SUB MENU */

.sub_Static
{
    width:157px;
    margin-left:-10px;
}

.sub_StaticItem
{
    width:100%;
    border-left:solid 10px #684f40;
    /*height:24px;*/
    font-family:Arial;
    font-size:12px;
    color:White;
    text-align:left;    
}

.sub_StaticItemHover
{
    cursor:pointer;
    color:Black;
    border-left:solid 10px #fdb813;
    background-color:#fdb813;
}

.sub_StaticItemSelected
{
    font-weight:bold;
    color:#fdb813;
}
.greenSubMenu{
	list-style:none;
	padding:0px;
	margin:0px;
	margin-left:-10px;
}
.greenSubMenu li ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.greenSubMenu li ul {	
}
.greenSubMenu li ul li{
	width:131px;	
}
.greenSubMenu li a.sideHeading{
	font-weight:bold;	
}
.greenSubMenu li ul li a{
	padding-left:16px;
}
.greenSubMenu li a{
	width:100%;
    border-left:solid 10px #684f40;
    /*height:24px;*/
    font-family:Georgia;
    font-size:12px;
    color:White;
    text-align:left; 
	text-decoration:none;
	display:block;
}
.greenSubMenu li a:hover{
	cursor:pointer;
    color:Black;
    border-left:solid 10px #fdb813;
    background-color:#fdb813;
}

.greenSubMenu li a.sub_StaticItemSelected{
	font-weight:bold;
    color:#fdb813;
}
.greenSubMenu li a.sub_StaticItemSelected:hover{
	color:#000000;
}
