#nav_top{
	position:relative;
	width: 600px;
	text-align: left;
	border-top: 1px solid #ddd;
	background-color: #d9000f;  
}
#nav_top a:link, #nav_top a:active, #nav_top a:visited{
	font-size: 12px;
	padding-right: 20px;
	padding-left: 10px;
	line-height: 20px;
	text-decoration: none;
	color: #fff;
	margin: 0px 5px 0px 5px;
	height: 30px;
	line-height: 32px;
} 

#nav_top_clients{
	position:relative;
	width: 850px;
	text-align: left;
	background-color: #ececec;
	border-bottom: 1px solid #ddd;
}
#nav_top_clients a:link, #nav_top_clients a:active, #nav_top_clients a:visited{
	font-size: 12px;
	padding-right: 20px;
	padding-left: 10px;
	line-height: 20px;
	text-decoration: none;
	color: #555;
	margin: 0px 5px 0px 5px;
	height: 30px;
	line-height: 32px;
} 
#nav_top_clients a:hover{
	color: #111;
}

.ddmenu{
	display: block;
	width: 145px;
	visibility:hidden;
	position:absolute;
	z-index: 900;
	top: 145px;
	border: 1px solid #1d1d1d;
	text-align: left;
	/* overflow: hidden; */
}
.ddmenu a:link, .ddmenu a:visited, .ddmenu a:active { 
	display: block;
	width: 143px;
	line-height: 20px;
	margin: 0px;
	font-size: 12px;  
	color: #fff; 
	text-decoration: none; 
	background-color: #1d1d1d;
	font-size: 12px;
	line-height: 30px;
	padding-left: 3px;
}
.ddmenu a:hover { 
  background-color: #333;
} 

/* 
.layout_left{
	width:  15px;
	position:  absolute;
	top:  0px;
	left:  -15px;
	background-image:  url(../images/left.png);
	background-repeat: repeat-y;
	background-position:  right;
	height:  100%; 
	
	_display: none;
}
.layout_right{
	width:  15px;
	position:  absolute;
	top:  0px;
	right:  -15px;
	background-image:  url(../images/right.png);
	background-repeat: repeat-y;
	background-position:  left;
	height:  100%; 
	
	_display: none;  
}
.footer{  
	position: absolute;
	bottom: -21px;
}

*/


.layout_left{
	width:  15px;
	position:  absolute;
	top:  0px;
	left:  -15px;
	background-image:  url(../images/left.png);
	background-repeat: repeat-y;
	background-position:  right;
	height:  100%;
	
	_display: none;
}
.layout_right{
	width:  15px;
	position:  absolute;
	top:  0px;
	right:  -15px;
	background-image:  url(../images/right.png);
	background-repeat: repeat-y;
	background-position:  left;
	height:  100%;

	_display: none;
}
.footer{
	position:  absolute;
	bottom: -10px;
	left: -10px;
	width: 165px;
	text-align:  center;
	
	_display: none;

}
