	/*
		horizontal navigation menu
	*/
	
	#menu_h{
		position:absolute; 
		left:225px; 
		top:125px; 
		height:35px; 
		width:569px;
	}
	
	#menu_h a{
		display: block;
		text-decoration: none;
		/*tab font */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #808080; /*font color */
		width: 90px;
		height: 25px;
		float: left;
		display: inline;
		margin-left: 0px; /*spacing between tabs */
		padding-top: 5px; /*vertical offset of tab text from top of tab*/
		text-align: center;
	}

	#menu_h a:hover{
		font-size: 13px;
		color: #FFFFFF;
		background-color:#F8931D;
	}
				
	#menu_h a.current{
		font-size: 13px;
		color: #FFFFFF;
		background-color: #AAAAAA;
	}
	
	
	/*
		vertical navigation menu
	*/
	
	#menu_v{
		position:absolute; 
		top:5px; 
		left:15px; 
		text-align:left;
	}
	
	#menu_v a {
		display: block;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color: #FFFFFF;
		margin-left: 0px; /*spacing between tabs */
		margin-top: 5px;
		padding-top: 1px; /*vertical offset of tab text from top of tab*/
		padding-left: 5px;
	}
	
	#menu_v a:hover{
		font-size: 12px;
		color: #FFFF00;
	}
	
	#menu_v a.current{
		font-size: 12px;
		color: #666666;
	}
	
	.menu_v{
		width: 200px;
		height: 40px;
		border-bottom-style:dashed;
		border-bottom-width:2px;
		border-bottom-color:#FFFFFF;
		text-align:right;
		vertical-align:middle;
	}
	
	img.flag{
		margin-top:3px;
		margin-left:3px;
		border-color:#FFFFFF;
		border-style:none;
		border-width:3px;
	}
	
	img#current{
		display:none;
	}
	
	#tabcontentcontainer{
		width:480px; /*width of 2nd level content*/
		height:40px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	}
	
	.tabcontent{
		display:none;
	}