/* Tab and Link Manager - dropdown Tab hover CSS */
.navtabs .popupctrl#tabpopupctrl:hover {
	background:#7192a8 url(images/gradients/selected-tab-gradient-with-top-alpha.png) repeat-x   0 -4px;
        _background-image:none;
	color:#111111;
}

/* Tab and Link Manager - dropdown Tab menu popup control CSS */
.navtabs .popupctrl#tabpopupctrl {
	padding:0px 10px;
	border-top: 1px solid #Cedfeb;
	border-left: 1px solid #Cedfeb;
	display:block;
	background:transparent url(images/misc/arrow.png) no-repeat right center;
	padding-right:15px;
        _background-image:url('images/misc/arrow.gif');
	min-width:60px;
	width:auto !important;
	width:60px;
	_min-width:75px;
	_width:auto !important;
	_width:75px;
	text-align:center;
	color: #ffffff;
	font:  bold 12px Arial, Calibri, Verdana, Geneva, sans-serif;
	text-decoration:none;
	line-height:26px;
}

/* Tab and Link Manager - dropdown Tab menu body CSS */
.navtabs .popupbody li > a {
	border-top: 1px solid #Cedfeb;
	padding:0px 10px;
	text-indent: 0;
	color: rgb(0, 0, 0);
} 