/*************************************************/
/*                                               */
/*                                               */
/*                                               */
/*                                               */
/*************************************************/
#menu {
	/*background: #ccc url(images/menu-bg.jpg) repeat-x;*/
}

#menu ul
{
	/*background: #ccc url(images/menu-bg.jpg) repeat-x;*/
	text-align:center;
	padding:13px 0 0 0;
	margin:0px;	
}

#menu li
{
}
/*************************************************/
/*                                               */
/*                                               */
/*                                               */
/*                                               */
/*************************************************/
#menu ul li 
{
	/*background: url(../images/ws_04.jpg) repeat-x;*/
	color: #FC891D;
}
#mhome{
	width:71px;
	border-right: 1px solid #FFFFFF;
}
#mservices{
	width:84px;
	border-right: 1px solid #FFFFFF;
}
#mabout{
	width:87px;
	border-right: 1px solid #FFFFFF;
}
#mgallery{
	width:81px;
	border-right: 1px solid #FFFFFF;
}
#mmission{
	width:139px;
	border-right: 1px solid #FFFFFF;
}
#mresume{
	width:124px;
	border-right: none;
}
#mtest{
	width:106px;
	border-right: 1px solid #FFFFFF;
}
#memploy{
	width:106px;
	border-right: 1px solid #FFFFFF;
}
#menu a
{
	color: #FC891D;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a:active
{
	color:#060;
	background:#ccc;
	
}

#menu a:visited
{
	color: #FC891D;
	
}

#menu a:hover
{
	color:#FFFFFF;
}

/*************************************************/
/* Every ul inside another ul is a submenu. They */
/* are hidden until hovered over. It is not      */
/* moved left since the 1st ul->ul is a vertical */
/* dropdown. top:auto makes sure the menu is     */
/* directly under the 1st ul parent              */
/*************************************************/
#menu ul ul
{
	top:auto;
	left:0px;
	height:auto;
	width:100%;
	border: 0px solid white;
	background: black !important;
	
	

}

#menu ul ul li 
{
	background: black;
	
	
}

#menu ul ul a
{
	color: #565656;
	font-weight:bold;
	font-size: 1em;
	padding:3px;
	text-decoration:none;
	text-transform: capitalize;
}
#menu ul ul li a {
	color:#fdc614 !important;
}

#menu ul ul a:active
{
	
}

#menu  ul ul a:visited
{
	
}

#menu ul ul a:hover
{
	color:white !important;
	background:#e67e1d;
	text-decoration:underline;
}
/*************************************************/
/* Every ul->ul->ul is a side popout menu from   */
/* an existing dropdown. This overrides the      */
/* vertical drop of all menus following the 1st  */
/* top:0px; left:100% makes sure the menu is     */
/* inline with its parent                        */
/*************************************************/
#menu ul ul ul
{
	top:0px;
	left:100%;
}
