/*
topmenu
*/
#menuTop,#menuBottom
{
	width:986px;
}

#menuTop
{	
	height:4px;
	background:url(/img/menu_top_grey.gif) repeat-x left top;
}

#menuBottom
{
	height:5px;
	background:url(/img/menu_bot_grey.gif) no-repeat left top;
}

#menuLinks
{
	height:44px;
	background-color:#616161;
}

#mainSections
{
	width:100%;
	float:left;
	background-color:#424242;
}
	#mainSections ul
	{
		margin:0px;		
		padding:0px 0px 0px 0px;
		list-style-type: none;		
		float: left;
	}
	#mainSections ul li
	{
		display:inline;
		margin:0px;
		
		border-right:1px solid #616161;
		float: left;
	}
	#mainSections ul li:hover
	{
		background-color:#505050;
	}
		#mainSections a
		{
			text-decoration:none;
			color:#bebebe;
			display:block;
			padding:3px 10px 6px 10px;
			font-size:10px;
		}
		#mainSections a:hover
		{
			color:#fff;
		}
		#mainSections a.messut
		{
			color:#ffa61b;
		}
	#mainSections ul li.selected_grey
	{
		background-color:#616161;
	}
		#mainSections li.selected_grey a
		{
			font-weight:bold;
			color:#fff;
		}
#subSections
{
	width:100%;
	float:left;
}
	#subSections ul
	{
		margin:0px;		
		padding:4px 0px 0px 10px;
		list-style-type: none;		
	}
	#subSections ul li
	{
		display:inline;
		margin:0px;
		padding:0px 4px 0px 7px;
		float: left;
		color:#57a7be;
	}
		#subSections a
		{
			text-decoration:none;
			color:#57a7be;
			font-size:10px;
		}
		#subSections a:hover
		{
			color:#ffa61b;
		}
		#subSections a.selected
		{
			font-weight:bold;
		}