a img {
	border-width:0;
}
a.quickLinks 
{
	/*padding:4px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*background:transparent url("images/signin-nav-bg-ie.png") no-repeat 0 0;
	*padding: 4px 0 12px 6px;*/
	position:relative;
	margin-left:3px;
}
a.quickLinks:hover {
	background:#59B;
	*background:transparent url("images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
	*padding: 4px 0 12px 6px;
}
a.quickLinks, a.quickLinks:hover {
	*background-position:0 3px!important;
}

a.menu-open {
	background:#ddeef6!important;
	color:#666!important;
	outline:none;
}
a.quickLinks.menu-open span {
	background-image:url("images/toggle_up_dark.png");
	color:#789;
}
a.quickLinks img{
    margin-top: 16px;
	/*margin-top: 20px;
	*margin-top: 0px;*/
}
*:first-child+html a.quickLinks img
{
    margin-top: 0px;
}

#quickLinks_menu {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color:#3B3B3B;
	position:absolute;
	width:410px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:12px;
	top: 70px; 
	right: 0px; 
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#fff;
	font-size:11px;
}
#quickLinks_menu p
{
	margin-bottom: 5px;
}

.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(images/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(images/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(images/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(images/tipsy-west.gif);
	background-position:left center;
}
