﻿.menu-top{
	width:975px;
	height:31px;
	margin-top:18px;

	margin-left:auto;
	margin-right:auto;
	}
	
.menu-top-left{
	width:7px;
	height:31px;
	background-image:url(images/header-menu-02-left.gif);
	float:left
}

.menu-top-middle{
	float:left;
	width:959px;
	height:31px;
	background-image:url(images/header-menu-02-midle.gif);
	background-repeat:repeat-x;
}		

.menu-top-right{
	width:9px;
	height:31px;
	background-image:url(images/header-menu-03-right.gif);
	float:right;
}	

.language-bar {
	float:left;
	height:13px;
	width:150px;
	margin-left:10px;
	margin-top:7px;
		
}

a.language-flag {
	float:left;
	width:21px;
	height:13px;

	margin-left:5px;
	margin-top:2px;
	
}

a.language-flag:hover {
	margin-top:0px;
}

div.menu-top-bar {
	float:right;
	height:26px;
	width: auto;
/*	padding-left:520px;*/

}
div.menu-top-bar ul {
	
	margin: 0px;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
div.menu-top-bar li {
	list-style-type: none;
	display: inline;
}
div.menu-top-bar li a {
	text-decoration:none;
	padding: 7px 10px;
	color:#1C5297;
}
div.menu-top-bar li a:link {
	color:#1C5297;
}
div.menu-top-bar li a:visited {
	color:#1C5297;
}
div.menu-top-bar li a:hover {
	color:#000000;
}

