.dm_widget_inner.main_menu {
	left:308px;
	position:absolute;
	top:29px;
}

div.main_menu ul {
  font: 16px/40px Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif;
  list-style: none;
  margin:0;
  padding: 0 0 0 36px;
  height: 40px;
  /*background: #81C524 url(../images/menu.jpg) no-repeat;*/
}
div.main_menu ul li {
  display: inline;
  margin: 2px;
}
div.main_menu ul li .link {
  display: block;
  float: left;
  padding: 0 19px;
  color: #fff;
  text-decoration: none;
}
div.main_menu ul li a:hover {
  color: #558ba0;
}
div.main_menu ul li.dm_current .link {
  color: #558ba0;
  background:url("../images/main_nav_arrow.png") no-repeat scroll 50% 100% transparent;
  height:79px;
}


.page_main_dedicatedSalesTeams div.main_menu ul li.services a ,
.page_main_nurseEducators div.main_menu ul li.services a ,
.page_main_vacancyManagement div.main_menu ul li.services a ,
.page_main_physiciansReach div.main_menu ul li.services a ,
.page_main_salesForceEffectiveness div.main_menu ul li.services a 
{
  color: #558ba0;
  background:url("../images/main_nav_arrow.png") no-repeat scroll 50% 100% transparent;
  height:79px;
}

.navigation_bread_crumb li, .pager li {
  display: inline;
  margin: 0 0.5em;
}
.pager {
  text-align: center;
  font-weight: bold;
}
 .pager li.current .link {
   font-size: 120%;
   color: #666;
 }
 
 .servicesSubNav {
	background: url(../images/bg_subNav.gif) repeat-y 212px 0;
}

.servicesSubNav .dm_current {
	color: #7ea6b6;
	background-image: url(../images/bg_subNav_active.gif);
}

.servicesSubNav span.dm_current {
	background-image: none;
}
 
.servicesSubNav a.link {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
 }
 
 .servicesSubNav ul {
  margin-top: 10px;
 }
 
.servicesSubNav li {
	height:21px;
	margin:2px 0 9px 5px;
	padding:5px 0 0;
	width:220px;
 }
