.AccordionContent, .AccordionContainer
{
/*  position:relative; */
  width:150px;
  border-bottom: 1px solid #3f5cb1;
  border-top: 1px solid #0a246e;
  display:block;
}

.AccordionTitle
{
	height: 23px;
	overflow:hidden;
	cursor:pointer;
	font-family:Arial;
	font-size:10pt;
	color: #fff;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
	padding-top: 12px;
}
.AccordionBg{
	width:165px;
	background-image: url(images/nav/bgNav.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: right bottom;
}
.AccordionContent
{
	height:auto;
	width:130px;
	overflow:hidden;
	display:none;
	font-family:Arial;
	font-size:9pt;
	color:#FFFFFF;
	font-weight: bold;
	padding-top: 5px;S
	padding-bottom: 15px;
	padding-left:15px;
	
}
.AccordionContent a
{
	color:#FFFFFF;
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 5px;
 }
.AccordionContent a:hover
{
	color:yellow;
	text-decoration:underline;
	padding-top: 5px;
	padding-bottom: 5px;
 }
 
/*.AccordionContainer
{
  border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;
}*/
