/* Son of Suckerfish Dropdowns
---------------------------------------------------------
Originally developed by Patrick Griffiths and Dan Webb
http://www.htmldog.com/articles/suckerfish/dropdowns/
---------------------------------------------------------
NOTE: After a deep research, we decide to divide this
CSS into 2 parts. The first part will define the layout.
The second part will define the visual look for this menu.
---------------------------------------------------------*/

#menu-topmenu td {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;

	color: #FFFFFF;
	height: 29px;
	text-align: left;
}


#menu-topmenu td:hover ul, #menu-topmenu td.sfhover ul {
	left: auto;
}


/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#menu-topmenu td a {
	margin: 0;
	padding: 0px 14px 2px 13px;
	display: block;
	color: #FFFFFF;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

	line-height: 29px;
	text-decoration: none;
	white-space:nowrap;
	text-align: center;
}

#menu-topmenu td a:hover,
#menu-topmenu td a:active,
#menu-topmenu td a:focus {
	color: #FFFFFF;
}


#menu-topmenu td:hover,
#menu-topmenu td.sfhover,
#menu-topmenu td.active_menu-topmenu {
	background: url(/_/menu_hover_bg.png) repeat-x top;
}


#menu-topmenu td div a {
	color: #FFFFFF;
	margin: 0;
	padding: 0px 20px 0px 20px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 29px;
	text-decoration: underline;
	text-align: left;
}

#menu-topmenu td  a:hover,
#menu-topmenu td  a:active,
#menu-topmenu td  a:focus,
#menu-topmenu td ul li:hover {
	color: #5F7288;
	text-decoration: none;
	background: none;
}
