
/* blue navigation bar */

.barnav {
	clear:both;
/*Start #264 */
/*	width:620px; */
        width:340px;
/*End #264 */
	float: right;
	font-size: 12px;
	margin-top: 20px;
}

.adminnav {
	clear:both;
	width:485px;
	float: right;
	font-size: 12px;
	margin-top: 20px;
}

.mailnav {
	clear: both;
	width: 485px;
	float: left;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	width:100%;
	background-color: #fff;
}

.mailnav ul {
	list-style-image: none;
	list-style-type: none;
}

.mailnav li {
	display: inline;
	float: left;
}

.mailnav ul li a {
	line-height: 28px;
	display: block;
	background-position: center center;
	text-align: center;
	color: #000;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 21px;
}

.mailnav ul li a:hover {
	background-image: url(../images/NE_loginbar.gif);
	background-repeat: no-repeat;
}

.mailnav ul li.current {
	background-image: url(../images/NE_loginbar_b.gif);
	background-position: center center;
	font-weight: bold;
}

.mailnav ul li.current a:hover {
	background-image: url(../images/NE_loginbar_b.gif);
	background-position: center center;
}

.mailnav ul li.current a {
	color: #FFF;
}

.barnav ul {
	list-style-image: none;
	list-style-type: none;
}

.barnav li {
	display: inline;
	float: left;
}

.barnav ul li a {
	line-height: 28px;
	background-image: url(../images/NE_loginbar.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: center center;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 21px;
}

.barnav ul li a:hover {
	background-image: url(../images/NE_loginbar_b.gif);
	background-repeat: no-repeat;
}

/* blue bar overrides */

.barnav ul li #start { background-position: center left; }

.barnav ul li .disabled {
	background-image: url(../images/NE_loginbar_b.gif);
	background-repeat: no-repeat;
	color: #666666;
}

.barnav ul li #end { background-position: center right; }

/* global icons */

.globalicons {
	float: left;
	clear: none;
}

.globalicons ul {
	list-style-image: none;
	list-style-type: none;
}

.globalicons ul li { display: inline; }

.globalicons ul li a {
	background-image: url(../images/home.gif);
	display: block;
	background-repeat: no-repeat;
	float: left;
	padding-top: 20px;
	background-position: center top;
	margin: 5px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 5px;
	padding-left: 8px;
}

.globalicons ul li .sitemap { background-image:url(../images/sitemap.gif); }
