a:link {
    color: inherit;
    text-decoration: none;
}

a:visited {
   color: inherit;
   text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:active {
    color: inherit;
    text-decoration: none;
}

#home
{
	/*width:100px;
	height:100px;*/
	/*background-color:rgb(253,234,207);*/
	background-color:#ECE9E8;
	margin:12px 8px 8px 12px;
	/*height:128px;*/
	height:auto;
	overflow:hidden;
}

#companyLogo
{
	float:left;
	padding:6px;
	outline:red 1px solid;
	/*background-color:#E6E5E0;*/
	/*background-color:#E0DFDA;*/
	background-color:white;
	/*border-bottom:2px solid red;*/
	
}

#functionPanelWrapper
{
	float:left;
	background-color:#ECE9E8;
	width:auto;
	/*margin-left:30px;*/
	/*padding-top:50px;*/
	
	
	
}
#functionGroup
{
	clear:both;
}
#functionGroup div
{
	float:left;
	height:100%;
	padding-top:17px;
	padding-left:1.5em;
	padding-bottom:17px;
	padding-right:1.5em;
	font-size:18px;
	position:relative;
	
}
#functionGroup div:hover
{
	/*background-color:#A00;*//*rgb(250,247,246) hsl(15,2,97)*/;
	/*background-color:#93C54B;*//*rgb(147,197,75) hsl(15,2,97)*/;
	/*background-color:#82B249;*//*rgb(147,197,75) hsl(15,2,97)*/;
	/*background-color:rgb(30,128,60);*//*rgb(147,197,75) hsl(15,2,97)*/;
	/*background-color:#92141d;*//*rgb(147,197,75) hsl(15,2,97)*/;
	background-color:#ea202e;/*rgb(147,197,75) hsl(15,2,97)*/;
	color:#ECE9E8;

}

