/**
 * Main Properties
 */

#body
{
	background: url('../imgs/grayBgHIE62.jpg') left 58px no-repeat;	
}

/**
 * NAVIGATION SECTION
 */

.navigation
{
	height: 76px;	
	border-bottom: 1px solid #3a3b3c;
}

ul.level0, ul.level1, ul.language, ul.country
{
	border-bottom: 0px;
}

ul.level0, ul.language
{
	border-bottom: 1px solid #3a3b3c;
}

ul.level1
{
	width: 784px;
}

ul.level0 li, ul.level1 li, ul.language li, ul.country li
{
	margin-bottom: 2px;
}

.csel
{
	margin: 10px 10px 0px 0px;
	border: none;
	/*width: 50px;
	height: 30px;*/
}          

.countrychoice:hover
{
	cursor: pointer;
}

