/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 188px; }
#nav ul ul { left: 187px; }

/* Everything else is theming */
 
#nav { background-color: #bf2e36; height: 23px; }
#nav li { padding: 0; width:189px;}
#nav li ul li { padding: 0; width:186px;}
#nav *:hover { background-color: none; }
#nav a { border-right: 1px solid white; color: white; font-size: 12px; padding: 1px; text-align:center; }
#nav a.last { border-right: 0px;}
#nav a:hover { font-weight:bold; }
  #nav li.hover a { background-color: #bf2e36;}
  #nav ul { top: 25px;}
    #nav ul li a { background-color: #bf2e36; text-align:left; padding: 1 0 1 14px; font-size: 11px;line-height:15px; padding-left:5px; }
      #nav ul li a.hover { background-color: #7f784c; font-weight: normal; line-height:15px; padding-left:5px;}
   #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9;}
   
a.has-child 
{
	background-image:url(http://www.ibm.com/i/v16/t/mh-submenu-marker-down.gif);
	background-position:92% 50%;
	background-repeat:no-repeat;
	padding-right:20px;
}

a.has-subchild 
{
background-image:url(http://www.ibm.com/i/v16/t/mh-submenu-marker-right.gif);
background-position:98% 50%;
background-repeat:no-repeat;
}

/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

.career a{
border-right: 0px;
}
