@CHARSET "utf-8";

#topNavContainer
{
	background-color: #fff;
	padding : 9px;
	margin-bottom : 10px;
		
	
}

#topNav
{
	padding : 8px;
	background-color: #333;/*#5d1a22;*/
	color : #fff;
	font-size : 9pt;
	/* IE 6&7 crap*/
	*margin-top : -3px;
	

}

	.menuClickable
	{
		padding-left : 10px;
		padding-right : 10px;
		cursor : pointer;
		cursor : hand;	
		text-decoration: none;
		font-weight: normal;
	}
	.topMenu
	{
	
		color : #777;
		font-size : 9pt;
		vertical-align: bottom;
	}
	
	.topRightMenu 
	{
		color : #777;
		font-size : 9pt;
		vertical-align: top;
	}
	/* Work-around for IE6*/
	.topMenu ul, .topRightMenu ul
	{
		margin-bottom : -8px;
		margin-right : -35px;
		position : relative;
	}
	
	.topMenu li, .topRightMenu li
	{
		
		font-weight : bold;
		color : #333; /*#5d1a22;*/					
		list-style: none;
		display : inline;
		padding : 0px 10px;
	
	}
	
	.languageImage 
	{
		width : 15px;
		height : 10px;
		border : 0px solid #fff;
	}
	
	.blackLink
	{
		color: #000;
		text-decoration: none;
		font-weight: bold;
	}

