/* 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.
---------------------------------------------------------*/

/*--------------------------- LAYOUT ----------------------------*/
#top #menu
{
	text-align:right;
	margin-left:420px;
	border-bottom:1px solid #F60;
}

#top ul {
	padding:0;
	margin: 0;
	height:40px;
	width:100%;
	display:table-cell;
}

#top a {
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 10px 25px;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#top li { /* all list items */
	float: left;
	margin: 0;
	padding: 0;
}
#topwrap {
	border-top: 1px solid #666666;
	background: #444444;
}
#top ul, #top li {
	background-image: none;
	list-style: none;
}
#top span.separator {
	display:none;
}

/* -------- Top level -------- */
#top > ul {
	background-color: #444444;
	padding-left: 20px;
}

#top > ul > li {
	background-color: #444444;
	border-left: 1px solid #666666;
	border-right: 1px solid #333333;
	margin-right: 1px;
}

#top > ul > li.active {
	color: #ff0000;
}

#top > ul > li:hover,
#top > ul > li:active,
#top > ul > li:focus {
	color: #FFFFFF;
}

#top li a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#top ul li.active a {
	color: #ff0000;
}
#top li:hover,
#top li:active,
#top li:focus,
#top li a:active,
#top li a:focus,
#top li a:hover
{
	color: #ff0000;
}