/*top nav */
#header-container
{
	width: 100%;
	float:right;
	height:1px;
}

#menu-container
{
	width: 100%;
	float:right;
	height:50px;
	margin-top:25px;
}

a.post-job-btn
{
 background: url(../images/sfc_nd/post-job-btn.png)  no-repeat;
 width:104px;
 height:37px;
 float:right;
 cursor:						pointer;
}
a.post-job-btn:hover
{
 width:104px;
 height:37px;
  float:right;
}
a.directory-btn
{
 background: url(../images/sfc_nd/directory-btn.png)  no-repeat;
 width:103px;
 height:37px;
 float:right;
 cursor:						pointer;
}
a.tender-track-btn
{
 background: url(../images/sfc_nd/tender-track-btn.png)  no-repeat;
 width:117px;
 height:37px;
 float:right;
 cursor:						pointer;
}
a.contact-us-btn
{
 background: url(../images/sfc_nd/contact-us-btn.png)  no-repeat;
 width:103px;
 height:37px;
 float:right;
 cursor:						pointer;
}

/* Begin CSS Drop Down Menu */
a.down
{
	height:						30px;
	padding-right:				20px;
	line-height:				30px;
	cursor:						pointer;
	text-decoration:			underline;
	color:						#f9bf12;
}
#menuh-container
	{
	 padding:0px;
	margin:0px;
	}

#menuh
	{
	float:right;
	}
		
#menuh a
	{
	float:left;
		 padding:0px;
	margin:0px;
	margin:0;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{

	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	list-style-type:		none;
	width:120px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	
	position:relative;
	height: 30px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	list-style-type:		none;

	}

#menuh li li a
	{
		height:		30px;
		float:		left;
		width:		120px;
		padding:	0px 10px 0px 10px ;
		text-align:	left;
		line-height:	30px;
		background-color:	#535a5d;
		color:		#fff;
		margin:0px;
	    border-bottom: 1px solid #454a4c;
		border-left: 1px solid #454a4c;
		border-right: 1px solid #454a4c;
	}

#menuh ul ul
	{	
	z-index:500;
	top:auto;
	display:none;
	margin:0px 0 0 0px;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
