﻿/* Top Menu Css Layout */
a 
{
	text-decoration: none;	
	color :White;
}

/*--------*/
div.menuLine 
{
	background-image: url(../images/menuline.jpg);
	background-repeat: repeat-x;	
	padding: 10px 10px 5px 18px;
	display: block;
	height: 18px;
}

.menuItem
{
		font-family: Arial;
    font-size: 10pt;
    color: White;
}

.TopMenuItemCSS a:link
{	
	padding: 6px;
	text-decoration: none;	
	color: #333333;
	
}

.TopMenuItemCSS a:visited 
{	
	padding: 5px;
	text-decoration: none;	
}

.TopMenuItemCSS a:hover
{
	padding: 5px 5px 5px 5px !important;
	text-decoration: none !important;
	background-color: #0066cc;
	color: White !important;
	/*border: solid 1px white !important;*/
	background: url(../images/menuHover.jpg);
	background-repeat: repeat-x;	
}

.TopMenuItemSelected 
{
	padding: 0px 5px 5px 7px;
	text-decoration: none;
	/*background-color: #ff6600;*/
	background: url(../images/menuHover.jpg);
	background-repeat: repeat-x;	
	color: White !important;
	/*border: solid 1px white;*/
}

.TopMenuSeparator 
{   
    width:1pt;
	color: White;
}




/*--------*/
a.TopMenuPrivacyConfidentiality span
{
	background: transparent url(../images/Proposal/NewImages/NavigationalButton_08.gif) no-repeat top left;
	display: block;
	text-decoration: none;
	height: 33px;
	width: 170px;
	padding-right: 10px;
}

a.TopMenuPrivacyConfidentiality:hover span
{
	background-position: bottom left;
	cursor: pointer;
}

.TopMenuPrivacyConfidentialitySelected
{
	background: transparent url(../images/Proposal/NewImages/NavigationalButton_08.gif) no-repeat bottom left;
	display: block;
	text-decoration: none;
	height: 33px;
	width: 170px;
	padding-right: 10px;
}


.NavigationalSeparator
{
	background: transparent url(../images/Proposal/NewImages/NavigationalSeparator.gif) no-repeat top left;
	padding-right: 10px;
}

div.TopMenuItem
{
	background-image: url('../assets/css/images/DropDownBg.png');
	background-repeat: repeat-x;
    padding: 6px;
    width: 280px;
    display: block;
}

div.TopMenuItem:hover
{
	background: #f6a800;
}

div.TopMenuItemTraining
{
	background-image: url('../assets/css/images/DropDownBg.png');
	background-repeat: repeat-x;
    padding: 6px;
    width: 220px;
    display: block;
}

div.TopMenuItemTraining:hover
{
	background: #f6a800;
}

.TopMenuContainerTraining
{
    background-color: #FEB301;
	width: 220px;
    color: black;
    font-size: 10pt;
    text-decoration: none;
}

.TopMenuContainer
{
    background-color: #FEB301;
	width: 280px;
    color: black;
    font-size: 10pt;
    text-decoration: none;
}

.TopMenuItemTitle
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    height: 100%;
}


.TopMenuDiv
{
    background-image: url('../images/NewLook/navbg.jpg');
    background-repeat: repeat-x;
    width: 100%;
    height: 27px;
}

.TopMenuDivItemMenu
{
    font-family: Arial;
    font-size: 8pt;
    color: White;
}


.Outer
{
    position: relative;
    clear: both;
}

div.SeparatorItem
{
    padding: 0px;
    margin: 0px;
    position: relative;
    float: left;
    background-color: #FFFFFF;
    width:1px;
    height:27px;
}

div.InnerLeft
{
	
    position: relative;
    float: left;
    width: 60px;
    height: 4px;
    font-family: Arial;
    font-size: 10pt;
    color: White;
    text-align: center;
    padding-top: 5px;
    padding-left:14px;
    padding-right: 14px;
    padding-bottom: 18px;
}

div.InnerLeftSearch
{
	background-image:url('../assets/css/images/search2.png');
	background-position:center;
    position: relative;
    float: left;
    margin-top:2px;
    margin-left:13px;
    width: 160px;
	padding-top: 2px;
    height:18px;
    
}

	
div.InnerLeftSearch,inputSearch
{

	position: relative;
    float: left;
    height: 15px;
    font-family: Arial;
    font-size: 9pt;
    color: White;
    text-align: center;
    padding-top: 2px;
    padding-left:5px;
    padding-right: 18px;
    padding-bottom: 5px;

}
.SearchImage
{
	 position: relative; 
	 border:0px; 
	 top: -19px; 
	 left:88px;
	 height:20px;
	 
}


div.InnerLeft:hover
{
    background-image: url('../images/NewLook/navbg2.jpg');
    background-repeat: repeat-x;
    
}

div.InnerRight
{
    position: relative;
    float: right;
    width: 60px;
    height: 4px;
    font-family: Arial;
    font-size: 10pt;
    color: #C0C0C0;
    text-align: center;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

/*Added by : A. Alayan Jr. 05/12/83 */
.TopMenuSearch
{
  background-image : url('../assets/css/images/searching2.png');
   background-repeat: no-repeat; 
   height: 19px;
   float:right;
   width: 20px;
   border-style: none;
   cursor: pointer;
   position:relative;
	top: -1px;
	left: -70px;
}
 /*background-image: url('../assets/css/images/searching2.png');
    background-repeat: no-repeat; */
a:hover span
{
    font-family: Arial;
    font-size: 10pt;
    color: White;
}


.facebook
{
     position: relative; 
	 border:0px; 
	 
	 left:115px;
	 height:20px;
	 top: -40px; 
}

.twitter
{
    padding: 0px;
    margin: 0px;
    position: relative; 
    top: -42px; 
    left: 202px; 
    width: 28px; 
    height: 20px; 
    background-color:#0068B3
}

/* ================================================================ */

/*
.TopMenuHome a:hover
{
	padding: 5px;		
	background-position: bottom left;
	cursor: pointer;
	text-decoration: none;		
	display:block;
	border: solid 1px #cccccc;
}

.TopMenuHome 
{
	/*background: transparent url(../images/Proposal/NewImages/NavigationalButton_01.gif) no-repeat top left;	
	padding: 5px;		
	text-decoration: none;		
	text-decoration: none;	
}

.TopMenuHomeSelected span
{
	/*background: transparent url(../images/Proposal/NewImages/NavigationalButton_01.gif) no-repeat bottom left;	
	padding: 5px;	
	text-decoration: none;	
	padding-right: 10px;
	text-decoration: none;
	background-color: #ffcc00;	
}

*/

/*--------
a.TopMenuMyResume span
{
	background: transparent url(../images/Proposal/NewImages/NavigationalButton_09.gif) no-repeat top left;
	display: block;
	text-decoration: none;
	height: 33px;
	width: 85px;
	padding-right: 10px;
}

a.TopMenuMyResume:hover span
{
	background-position: bottom left;
	cursor: pointer;
}

.TopMenuMyResumeSelected
{
	background: transparent url(../images/Proposal/NewImages/NavigationalButton_09.gif) no-repeat bottom left;
	display: block;
	text-decoration: none;
	height: 33px;
	width: 85px;
	padding-right: 10px;
}

*/


/*--------
a.TopMenuJobOpening span
{
	background: transparent url(../images/Proposal/NewImages/NavigationalButton_02.gif) no-repeat top left;
	display: block;
	text-decoration: none;
	height: 33px;
	width: 85px;
	padding-right: 10px;
}

a.TopMenuJobOpening:hover span
{
	background-position: bottom left;
	cursor: pointer;
}

.TopMenuJobOpeningSelected
{
	background: transparent url(../images/Proposal/NewImages/NavigationalButton_02.gif) no-repeat bottom left;
	display: block;
	text-decoration: none;
	height: 33px;
	width: 85px;
	padding-right: 10px;
}

*/

/*--------
a.TopMenuHowToApply span
{
	background: transparent url(../images/Proposal/NewImages/NavigationalButton_03.gif) no-repeat top left;
	display: block;
	text-decoration: none;
	height: 33px;
	width: 92px;
	padding-right: 10px;
}

a.TopMenuHowToApply:hover span
{
	background-position: bottom left;
	cursor: pointer;
}

.TopMenuHowToApplySelected
{
	background: transparent url(../images/Proposal/NewImages/NavigationalButton_03.gif) no-repeat bottom left;
	display: block;
	text-decoration: none;
	height: 33px;
	width: 92px;
	padding-right: 10px;
}

*/


/*--------
a.TopMenuCareerCoach span
{
	background: transparent url(../images/Proposal/NewImages/NavigationalButton_04.gif) no-repeat top left;
	display: block;
	text-decoration: none;
	height: 33px;
	width: 95px;
	padding-right: 10px;
}

a.TopMenuCareerCoach:hover span
{
	background-position: bottom left;
	cursor: pointer;
}

.TopMenuCareerCoachSelected
{
	background: transparent url(../images/Proposal/NewImages/NavigationalButton_04.gif) no-repeat bottom left;
	display: block;
	text-decoration: none;
	height: 33px;
	width: 95px;
	padding-right: 10px;
}


*/

/*--------
a.TopMenuAboutMagsaysay span
{
	background: transparent url(../images/Proposal/NewImages/NavigationalButton_05.gif) no-repeat top left;
	display: block;
	text-decoration: none;
	height: 33px;
	width: 120px;
	padding-right: 10px;
}

a.TopMenuAboutMagsaysay:hover span
{
	background-position: bottom left;
	cursor: pointer;
}

.TopMenuAboutMagsaysaySelected
{
	background: transparent url(../images/Proposal/NewImages/NavigationalButton_05.gif) no-repeat bottom left;
	display: block;
	text-decoration: none;
	height: 33px;
	width: 110px;
	padding-right: 10px;
}


*/

/*--------
a.TopMenuContactUs span
{
	background: transparent url(../images/Proposal/NewImages/NavigationalButton_06.gif) no-repeat top left;
	display: block;
	text-decoration: none;
	height: 33px;
	width: 80px;
	padding-right: 10px;
}

a.TopMenuContactUs:hover span
{
	background-position: bottom left;
	cursor: pointer;
}

.TopMenuContactUsSelected
{
	background: transparent url(../images/Proposal/NewImages/NavigationalButton_06.gif) no-repeat bottom left;
	display: block;
	text-decoration: none;
	height: 33px;
	width: 80px;
	padding-right: 10px;
}



*/

/*--------
a.TopMenuHelp span
{
	background: transparent url(../images/Proposal/NewImages/NavigationalButton_07.gif) no-repeat top left;
	display: block;
	text-decoration: none;
	height: 33px;
	width: 40px;
	padding-right: 10px;
}

a.TopMenuHelp:hover span
{
	background-position: bottom left;
	cursor: pointer;
}

.TopMenuHelpSelected
{
	background: transparent url(../images/Proposal/NewImages/NavigationalButton_07.gif) no-repeat bottom left;
	display: block;
	text-decoration: none;
	height: 33px;
	width: 40px;
	padding-right: 10px;
}


*/
