﻿/* New Pfizer menu from standard sharepoint menu */

.topNavigation{
	background: url(images/pfizer_nav_bar_bkgd.png) right;
}

.topNavigation td{
	padding:0px;
}

#zz1_GlobalNav{
	width: 835px;
	background: url(images/pfizer_nav_bar_bkgd.png) right;
}

/* New Pfizer menu custom div */

/* New Pfizer Menu from Sharepoint */

.topNavMenu {
	left:122px;
	margin-top:40px;
	position:relative;
	width:835px;
}

.ie .topNavMenu {
	margin-top:8px;
}

.topNavComplete{
	position:relative;	
}

.topNavImage{
	border: 0px #ffffff solid;
}

.topNavLogo{
	position:absolute;
	margin-left:18px;
	top: 0px;
}

.topNavLast{
	left:952px;
	position:absolute;
	top:0;
}

.ie .topNavComplete{
	margin-top:40px;
}

.ie .topNavLogo, .ie .topNavLast{
	margin-top:1px;
}

table.topNavItem1{
	background: url(images/pfizer_nav_button.png) no-repeat right;
	height:57px;
	cursor:pointer;
	text-align:center;
}

table.topNavSelected1{
	background: url(images/pfizer_nav_button.png) no-repeat right;
	height:57px;
	cursor:pointer;
	text-align:center;
}

table.topNavHover1{
	background-image: url(images/pfizer_nav_button.png) no-repeat right;
	height:57px;
	cursor:pointer;
	text-align:center;
}

a.topNavItem1{
	font-size:10pt;
	font-weight:normal;
	color:#ffffff !important;
	font-family:Segoe UI, Calibri, Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
}

a.topNavSelected1{
	font-size:10pt;
	font-weight:normal;
	color: #FBD81A !important;
	font-family:Segoe UI, Calibri, Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
}

a.topNavHover1{
	height:57px;	
	font-size:10pt;
	font-weight:normal;
	color: #FBD81A !important;
	font-family:Segoe UI, Calibri, Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	text-decoration:none !important;
	cursor:pointer;
}

table.topNavItem1 td, table.topNavSelected1 td, table.topNavHover1 td {
	letter-spacing:0.6px;
	text-align:center;
}


/* New Pfizer flyout-menu-buttons from standard sharepoint menu */

.topNavFlyOuts1{
	background-image:url(images/pfizer_nav_bkgd_drop.png);
	background-color:transparent !important;
	background-repeat:repeat;
	margin:0px;
	text-decoration:none;
	top:57px !important;
	padding-top: 16px;
	z-index: 100 !important;
}

a.topNavFlyOutsItem1{
	color: #ffffff !important;
	display:block;
    text-decoration:none;
    text-align: left;
    font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:12px;
	line-height:12px;
	padding-right:20px;
	text-decoration:none;
	text-indent:0;
	z-index: 100 !important;
}

.topNavFlyOutsHover1{
	background-color:#FBD81A !important;
	
}

a.topNavFlyOutsHover1{
	color: #000000 !important;
	text-decoration:none;
}

/* Styling for left menu */

#intcontainerleft {
	width: 132px;
}

.leftNav {
	background-color: transparent;
	border: 0px solid #ffffff;
	color: #289DE9;
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	height: auto;
	padding: 0;
	margin:30px 0 20px 18px;
	width: 108px;
}

.leftNav a, .leftNav a:visited{
	color:#289DE9;
	text-decoration:none;
	display:block;
	padding:0 6px 0 23px;
}

table.leftNav2 a.leftNavSelected {
	color:#FF7B00!important;
	font-weight:bold;
	display:block;
	text-decoration:none;
}

.leftNav a:hover{
	color:#005A95;
}

.ie table.leftNav a{
	margin-top: 7px;
	margin-bottom: 4px;
	margin-left: 8px;
}

table.leftNav1{
	background-image:none;
	margin:0;
	padding:10px;
	border-bottom:1px solid #E3F3F9;
	border-right:1px solid #E3F3F9;
	font-family:arial,verdana,sans-serif;
	font-size:13px;
}

table.leftNav1 a, table.leftNav1 a:hover, table.leftNav1 a:visited {
	font-weight:bold;
	padding: 0;
}

.leftNav2{
	font-family: arial,verdana,sans-serif;	
}

table.leftNav2{
	background: transparent url(images/pfizer_leftnav_plus.gif) no-repeat scroll 7px 8px;
	border-bottom: 1px solid #E3F3F9;
	border-right: 1px solid #E3F3F9;
	margin: 0;
	padding: 4px 0 7px;
	font-size: 13px;
}

.leftNavSelected{
	background-color: transparent;
	color:#FF7B00!important;
}

table.leftNavSelected, table.leftNav2.leftNavSelected{
	background:transparent url(images/pfizer_nav_active_bg.gif) repeat-y scroll 0 0;
	border-color:#679ACD;
	border-style:solid none solid solid;
	border-width:2px medium 2px 1px;
	line-height:14px;
	padding:10px 0 10px 0;
}

table.leftNav1.leftNavSelected{
	padding:10px 10px 10px 10px;
}

.leftNav2.leftNavSelected{
	background:transparent url(images/pfizer_leftnav_minus.gif) no-repeat scroll 3px 0px;
}
.ie.leftNav2.leftNavSelected{
	background:transparent;
}


