#contry {
	font-size:11px;
	padding-top:5px;
	color: #48B0D6;
}
#mainmenu-wrapper {
	margin-top: 0px;
	position: relative;
	z-index: 1000;
}
.mainmenu {
	/* background: url("http://www.virginmobile.ca/assets/images/province-normal.png") no-repeat scroll 0 0 transparent; */
	float: left;
	padding-left: 5px;
	width:135px;
    background-color:#202020;
    border-right:solid 1px #2d2d2d;
    height: 26px;
}
.menu ul {
	float:left;
	width: 160px;
	position:relative;
	padding:4px 0;
}
.menu ul li {
	background: url("http://www.virginmobile.ca/assets/images/bl_selector.png") no-repeat scroll 5px -29px transparent;
	border-bottom: 1px solid #666666;
	line-height: 20px;
	position: relative;
	top: 2px;
	width:160px;
}
.menu ul li a {
	padding-left:30px;
	font-size:11px;
	color:fff !important;
	text-decoration:none;
}
.menu ul li.selected {
	background:url("http://www.virginmobile.ca/assets/images/bl_selector.png") 5px 5px no-repeat #2390B8;
	line-height:25px;
	position:relative;
}
.blackbg {
	background: none repeat scroll 0 0 #000000;
	border-radius: 8px 8px 8px 8px;
	height: 96%;
	opacity: 0.9;
	position: absolute;
	top: 26px;
	width: 78%;
	filter: alpha(opacity = 90);
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari and Chrome */
	border-radius: 8px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
.province {
	background-image: url("http://www.virginmobile.ca/assets/images/province-normal.png")no-repeat scroll transparent;
	width: 68px;
	height: 26px;
	margin-top: -8.79px;
}
.province:hover {
	background: url("http://www.virginmobile.ca/assets/images/province-hover.png") no-repeat;
}
.abbrev {
	background: url("http://www.virginmobile.ca/assets/images/abbrev-clear-normal.png") no-repeat scroll 0 0 transparent;
	height: 26px;
	padding-left: 9px;
	width: 52px;
	cursor:pointer;
	float:right;
}



.abbrev:hover {
	background-position: 0 0;
	background: url("http://www.virginmobile.ca/assets/images/abbrev-clear-hover.png") no-repeat;
}
#myMenu {
	display: none;
	position: absolute;
	width: 200px;
	z-index: 10000000;
	color:fff;
	left: 0;
}
.province-fontcolor {
	font-size:11px;
	color:#FFFFFF !important;
	margin-top:6px;
	height:20px;
	float:left;
	padding-left: 9px;
}

.province-font-ddown{
	font-size:11px;
	color:#FFFFFF !important;
}

/*
.myMenu-ie-7 {
	margin-left:-127px;
}
*/
.myMenu-ie-8 {
	margin-left:3px;
}

