/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/balloons.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 
 /* common styling */
.leftNav ul li dl {
	visibility:hidden;
	position:absolute;
	border:none;
}

.leftNav ul li dl table {
	margin:-2px;
	border:none;
	padding:0;
	border-collapse:collapse;
}

.leftNav dl {padding: 0 0 0 0; background:url(/ASTD/images/astd_memberpopup_7.gif) no-repeat bottom left;border:none;}
.leftNav dt {margin:0; padding:31px 78px; background:url(/ASTD/images/astd_memberpopup_1.gif) no-repeat top left; text-align:center;border:none;}
.leftNav dd {width:156px;margin:0 0 22px 0; padding:0; background:url(/ASTD/images/astd_memberpopup_2.gif) repeat-y left top; border:none;}
.leftNav dl.bubble {width:156px;height:102px;background:url(/ASTD/images/astd_memberpopup_7.gif) no-repeat bottom left;border:none;}
.leftNav dl.bubble dt {width:156px; background:url(/ASTD/images/astd_memberpopup_1.gif) no-repeat top left;border:none;}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
.leftNav ul li:hover dl,
.leftNav ul li a:hover dl {
	visibility:visible;
	top:-39px;
	left:126px;
	border:none;
}

.leftNav ul li:hover dl a,
.leftNav ul li a:hover dl a {
	color:#FFF;
	background:transparent;
	text-decoration:none;
	display:inline;
}

.leftNav ul li:hover dl a:hover,
.leftNav ul li a:hover dl a:hover {
	text-decoration:underline;
	background:transparent;
	border:none;
}

.bubbleLinks {display:block;padding-top:5px;margin:0; height:50px;margin-left:32px;}
.bubbleLinks a {float:left;clear:none;display:block;width:111px;padding:0;font-size:10px;color:#ffffff;background-color:Transparent;}
.bubbleLinks a:hover {float:left;clear:none;color:#ffffff; text-decoration:underline;background:transparent; border-right:0px;}

#LeftNavControl .leftNav ul li .bubbleLinks a:link,
#LeftNavControl .leftNav ul li:hover .bubbleLinks a:link,
#LeftNavControl .leftNav ul li .bubbleLinks a:visited,
#LeftNavControl .leftNav ul li:hover .bubbleLinks a:visited
{
	float:left;clear:none;color:#ffffff; text-decoration:none;background:transparent; border-right:0px;
}
#LeftNavControl .leftNav ul li .bubbleLinks a:hover,
#LeftNavControl .leftNav ul li:hover .bubbleLinks a:hover,
#LeftNavControl .leftNav ul li .bubbleLinks a:active,
#LeftNavControl .leftNav ul li:hover .bubbleLinks a:active
{
    float:left;clear:none;color:#ffffff; text-decoration:underline;background:transparent; border-right:0px;
}