@charset "utf-8";
/* CSS Document */

/* NAV */
#logo {
	width:165px;
	height:28px;
	background:#fff url(../images/MSlogo.gif) left top;
	float:left;
}

#logoBlank {
	width:165px;
	height:28px;
	border:0;
}


#navigation {
	clear:both;
	margin-top:22px;
	margin-bottom:40px;
	height:28px;
	}

#mainNavigation {
	height:30px;
	font-size:13px;
	color: #71aee7;
	font-weight:100;
	float:right;
	width:730px;
	margin-top:6px;
	*margin-top:0;
}

#mainNavigation ul {
	float:left;
	list-style:none;
}

#mainNavigation li {
	float:left;
	list-style:none;
	
	/* IE only */
	*padding-top:6px;
	*padding-bottom:6px;
	
}

/* END NAV */

li.home a {
	background:url(../images/nav/homeBack.gif) no-repeat left top;
	color:#71aee7;
	cursor:pointer;
	text-decoration:none;
	padding-left:10px;
	padding-right:8px;
	padding-top:6px;
	padding-bottom:6px;
}


li.home a:hover {
	background:url(../images/nav/homeSelect.gif) no-repeat left top;
	cursor:pointer;
	color:#3986ce;
	text-decoration:none;
}

li.homeSelect a {
	background:url(../images/nav/homeSelect.gif) no-repeat left top;
	cursor:pointer;
	color:#3986ce;
	text-decoration:none;
	padding-left:9px;
	padding-right:7px;
	padding-top:6px;
	padding-bottom:6px;
}


li.common a {
	border-top:1px solid #cde1f3;
	border-bottom:1px solid #cde1f3;
	background-color: #fff;
	color:#71aee7;
	cursor:pointer;
	text-decoration:none;
	padding:5px 6px 5px 6px;
}


li.common a:hover {
	border-top:1px solid #cde1f3;
	border-bottom:1px solid #cde1f3;
	background-color: #e2e9f0;
	cursor:pointer;
	color:#3986ce;
	text-decoration:none;
}

li.commonSelect a {
	border-top:1px solid #cde1f3;
	border-bottom:1px solid #cde1f3;
	background-color: #e2e9f0;
	cursor:default;
	color:#3986ce;
	text-decoration:none;
	padding:5px;
}

li.starfish a {
	background:url(../images/nav/starfishBack.gif) no-repeat right top;
	color:#71aee7;
	cursor:pointer;
	text-decoration:none;
	padding-left:8px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:6px;
}


li.starfish a:hover {
	background:url(../images/nav/starfishSelect.gif) no-repeat right top;
	cursor:pointer;
	color:#3986ce;
	text-decoration:none;
}

li.starfishSelect a{
	background:url(../images/nav/starfishSelect.gif) no-repeat right top;
	cursor:pointer;
	color:#3986ce;
	text-decoration:none;
	padding-left:8px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:6px;
}