.hdr .sm:hover .dd, .tooltip:hover .tip
{
	display:block;
}

.memDir select
{
	margin:0 9px 0 6px;
	float:left;
}

.labelBr select
{
	display:block;
	clear:both;
}

.modalBox select
{
	margin-bottom:35px;
}

.tabbed
{
	padding-top:10px;
	border-bottom:3px double #C2C2C2;
}

.breadWrap .mail .link:hover
{
	color:#396b0f;
}

.breadWrap .mail:hover .link /*	also in main.css	*/
{
	background:#eaeee7 url(/site/static/i/mailPageBg.gif) 100% 0;
	-webkit-border-top-left-radius:8px;	/*	shorthand bug in Safari 4	*/
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
}

.breadWrap .mail:hover .mailDD
{
	display:block;
}

.barousel_image
{
	display:none;
}

.barousel_content, .narrow .barousel_content
{
	width:auto;
	height:auto;
	padding:0;
	margin-bottom:20px;
	background:none;
	position:static;
	float:left;
}

.barousel_content div
{
	width:724px;
	background-color:#4b4f4b;
	padding:10px;
	margin-bottom:10px;
	display:block;
	float:left;
}

/*	reset original styles for IE that were removed to match .ddIE	*/

.hdr .dd 
{
	width:926px !important;
	padding:12px 10px 21px 24px !important;
}

.breadWrap .mailDD
{
	width:232px !important;
	padding:10px !important;
}