	#nav_left{
		float: left;
		width: 200px;
		padding-left: 20px;
		padding-top: 25px;
	}
	
	#nav_right{
		width: 670px;
		float: right;
		
	}
	
	#nav_top_right {
		margin-bottom: 55px;
		padding: 0px;
		border-bottom: none;
	}
	#nav_bottom_right {
		border-bottom: none;
		color: #f4f8fb;
		width:650px;
		padding-top: 15px;
		padding-left: 30px;
	}
	
	#nav_bottom_right li{
		padding: 0;
		list-style:none;
		float:left;
		font-size: 14px;
		font-weight: bold;
		font-family: "Arial";
		
	}
	#nav_bottom_right a {
		padding: 0 10px;
		color: #f4f8fb;
		text-decoration: none;
	}
	
	#nav_bottom_right a:hover {
		padding: 0 10px;
		color: #ccc;
		text-decoration: none;
	}
/*
	#nav_bottom_right a:hover{
		margin-top: 30px;
		float: left;
		color: #ccc;
		font-size: 14px;
		font-weight: bold;
		font-family: "Arial";
		border-bottom: none;
		text-decoration: none;
		
	}*/
	
	/* ------------------------------------------------------ DROPDOWN MENU CSS ---------------------------------------------------------------------- */

	
#dropdown_menu {
	margin-top:13px;
	float:right;
	width: 550px;
}


#dropdown_menu ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	font-size: 7pt;
	font-weight: bold;
	margin:0;
	padding:0;
	border:none;
	
} 

#dropdown_menu ul li {
	position:relative;
	float:left;
	padding:0 4px;
	border-right: solid 1px #ccc;
	margin: 0;
	border-bottom: none;
	list-style: none;
} 

#dropdown_menu li ul {
      position:absolute;
      left:25px;
      top:7px;
      display:none;
	  font-weight: normal;
	  font-family: arial;
	  border:none;
	  margin:0;
	  padding: 0;
	  list-style: none;
}

#dropdown_menu ul li a {
	display: block;
	text-decoration: none;
	color: #656565;
	padding-top: 3px;
	
}

#dropdown_menu li:hover ul {
	display:block;
}

#dropdown_menu li ul li {
	top:16px;
	left:-20px;
	border:none;
} 

#dropdown_menu ul li.over {
    display:inline;		 
}

#dropdown_menu li.over ul {
	display:block;
} 

/*.idList {
	height:65px;
	margin-left: -20px;
	width:75px;
	border:none;
}*/


.idList li a{
	padding:0 0 0 10px;
	width: 80px;
	color: #3A3A3A;
	border: solid 1px #ccc;
	background-color: #ffffff;
	margin-top: -2px;
}


#language_thumb{
	background: url('/media/structure/language_globe.png') no-repeat;
	width:19px;
	height:20px;
	float:left;
	margin-top: -2px;
	}

#clipboard_thumb{
	background: url('/media/structure/clipboard.png') no-repeat;
	float:left;
	width:90px;
	height:19px;
	top: -2px;
}

#clipboard_text{
	float: right;
	margin-top: 2px;
	padding-right: 3px;
}

#dropdown_menu a:hover {
	color: #ccc;
	}

#search {
	position: relative;
	top: -3px;
	float:left;
}
#mySubmit{
		border: none;
		background: none;
		text-decoration: none;
		color: #656565;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		cursor: pointer;
	}
	
	#mySubmit:hover {
		color: #ccc;
	}

	#search_page_box {
		padding: 0 5px;
	}