﻿.AccordionContainer
{
	position: absolute;
	left: 42pt;
	top: 150pt;
	z-index:100;	
}

.AccordionTitle, .AccordionContainer
{  
  width:112px;  
  background-color :#4f9428;
}

.AccordionTitle
{	
	-moz-user-select: none;
	text-align: left;
	line-height: 2.5;
}

.AccordionContent
{
  height:0px;
  overflow: hidden;
  display:none; 
  width: 120px;
  background-color :#4f9428;
}

a.AccordionInsideContent
{
	font-family: Verdana,Arial;
	font-size: 9pt;
	display: block;
	color: white;
	font-weight: normal;
	text-decoration: none;
	border: none;
	line-height: 1.5;
}

a.AccordianMain
{
	font-family: Verdana,Arial;
	font-size: 9pt;
	color: white;
	font-weight: normal;
	text-decoration: none;
	border: none;
}

a.AccordianMain:hover, a.AccordionInsideContent:hover, a.oneline:hover
{
	font-weight : bold;		
}

a.oneline
{
	font-family: Verdana,Arial;
	font-size: 9pt;
	color: white;
	font-weight: normal;
	text-decoration: none;
	border: none;
	line-height: 1;
	width: 120px;
}


