/* Stuff required to make IE6 look not-terrible. */

/* Default non-js Nav*/
.awsGlobalNav #awsDefaultGlobalNav div {
	padding: 6px 20px 6px 14px;
	border: 1px solid white;
	border-left: 1px solid #ccc;
	margin-right: -1px;
}


/* Menu Bar Item Labels */
.awsGlobalNav .yuimenubaritemlabel {
	border: 1px solid white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-right: -1px;
	padding: 6px 14px 6px 9px;
}

.yuimenubaritemlabel {
padding: 6px 14px 6px 9px;
}

/* First Menu Bar Item Label: no left border */
.awsGlobalNav li.yuimenubaritem.first-of-type .yuimenubaritemlabel {
	border-left: 1px solid white;
}


/* Menu Bar Item Labels: selected states */
.awsGlobalNav .yuimenubaritemlabel-selected {
	border-top: 1px solid #ccc;
}

.awsGlobalNav li.yuimenubaritem.first-of-type .yuimenubaritemlabel-selected {
	border-left: 1px solid #ccc;
}

/* Little hack - the ID of the last menu is set to lastMenu to allow me to set a right border on this particular menu */
.awsGlobalNav #lastMenu .yuimenubaritemlabel {
	border-right: 1px solid white;
}
.awsGlobalNav #lastMenu .yuimenubaritemlabel-selected {
	border-right: 1px solid #ccc;
}


.awsGlobalNav .yuimenuitemlabel {
	background: none;
	padding: 0 16px;
}

/* This prevents a rendering error in IE on menu items with a submenu  */
.awsGlobalNav .yuimenuitem-hassubmenu {
	border-bottom: solid 1px #fff;
}

.awsGlobalNav a:hover {
	text-decoration: none;
	color: #004b91;
}

.awsGlobalNav a.yuimenuitemlabel-hassubmenu:hover, .awsGlobalNav a.yuimenuitemlabel-disabled:hover {
	color: black;
}

