.link:hover,
.expanded
{
	color: Black;	
	text-decoration: none;
}

.focused
{
	color: #191955;	
}

.link
{
	float: left;
	text-decoration: none;
	color: white;
	
	background: transparent;
}

.group
{
	background: white;
	border-right: #cc3333 1px solid;
	border-top: #cc3333 1px solid;
	border-left: #cc3333 1px solid;
	border-bottom: #cc3333 1px solid;
	filter : progid:DXImageTransform.Microsoft.Shadow(color='#8e8e8e', Direction=135, Strength=4);
	z-index:1000;
}

.slide
{
	margin-top:-1px;
	margin-left:5px;
}

.group .text
{
	font-weight: bold;
	background: none;
	margin-right: 0px !important;
	padding-right: 60px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: 'Trebuchet MS' , Verdana, Arial;
	color: #191955;
}

.group .link:hover, .group .focused, .group .expanded
{
	background: #ffffcc;
	border: 0px;
	border-bottom: solid 1px #d8dde0;
	color:Black;
}

.group .link
{
	background: white;
	border: 0px;
	border-bottom: solid 1px #f0f2f3;
	color: Black;
}


.horizontal .expandBottom,  
.horizontal .expandTop  
{  
  
} 


