﻿#bottomMenu
{
	min-height:250px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	background-color:#d4d4d4;
	width:940px;
	margin:0 auto;	
}

.bottomMenuCont
{
	padding:20px 29px;
}	
.bottomMenuCont a
{
	color: #536987;
	float:left;
	display: block;
	text-decoration: none;
	cursor:pointer;	
    font-size: 14px;
    line-height:140%;
    font-weight:bold;    
    width:218px;
    text-transform:uppercase;
    height:auto;
    padding:0;
}
.bottomMenuCont a:hover
{
	text-decoration:underline;
}
.bottomMenuCont ul ul a
{
	color: #000; 
	margin: 0;	
	padding: 10px 0 0 0;
	font-size:12px;
	line-height:130%;
	clear:both;
	text-transform:none;
	font-weight:bold;
	display:block;
}
.bottomMenuCont ul li
{
	float:left;
	display:block;
	width:219px;
	text-align:left;
}
.bottomMenuCont ul li li
{
	float:none;
	border:none;
	padding:0;
	line-height:0;
	font-size:0;
}
.bottomMenuCont ul ul ul a,
.bottomMenuCont ul ul ul li
{
	display:none;
	color: #a2a2a2; 	
	margin: 0;	
	padding:0;
	line-height:0;
	font-size:0;
	clear:both;
	text-transform:none;
	font-weight:normal;
}
.bottomMenuCont ul .onPath ul ul a,
.bottomMenuCont ul .onPath ul ul li
{
	display:block;
	line-height:130%;
	font-size:12px;	
}
.ff2 .bottomMenuCont ul ul li
{
	margin-left:-218px;
}
.ff2 .bottomMenuCont ul ul ul
{
	margin-left:218px;
}