/* top navigation */
.nav{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:125px;
	left:10px;
	width:1050px;
}
.nav li{
	float:left;
}
.nav a{
	/*background-image:url(images/text-nav.gif);*/
	vertical-align:middle;
	overflow:hidden;
	display:block;
	height:15px;
	margin:0 3px 0 0;
	color:white;
	
	font-family:Trebuchet MS,Arial,sans-serif;
	font-size:1.2em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
	text-transform:uppercase;
	text-decoration:none;
/*
	-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;*/
padding:10px 5px;
	/*text-indent:-9999px;*/
}
.nav a:focus, .nav a:active, .nav a:hover {
/*
background-color:#5A5A5A;
outline-color:invert;
outline-style:none;
outline-width:medium;*/
}

.nav a:hover{text-decoration:underline;}




/*
.nav a.home{
	width:46px;
	background-position:0 0;
}
.nav a.about{
	width:54px;
	background-position:-46px 0;
}
.nav a.notebook{
	width:72px;
	background-position:-100px 0;
}
.nav a.bootcamp{
	width:90px;
	background-position:-179px 0;
}
.nav a.training{
	width:72px;
	background-position:-269px 0;
}
.nav a.more{
	width:54px;
	margin:0 125px 0 0;
	background-position:-341px 0;
}

.nav a.home:hover{background-position:0 -34px;}
.nav a.about:hover{background-position:-46px -34px;}
.nav a.notebook:hover{background-position:-100px -34px;}
.nav a.bootcamp:hover{background-position:-179px -34px;}
.nav a.training:hover{background-position:-269px -34px;}
.nav a.more:hover{background-position:-341px -34px;}
.nav a.sign-up:hover{background-position:-395px -34px;}
.nav .active a.home{background-position:0 -68px;}
.nav .active a.about{background-position:-46px -68px;}
.nav .active a.notebook{background-position:-100px -68px;}
.nav .active a.bootcamp{background-position:-179px -68px;}
.nav .active a.training{background-position:-269px -68px;}
.nav .active a.more{background-position:-341px -68px;}
.nav .active a.sign-up{background-position:-395px -68px;}
*/

.nav .sign-up {
/**/
	float: right;
	margin-right: 40px;
	text-align: right;
	font-weight: bold;
	
}
.nav .about {
/**/
	
	margin-left: 250px;
	margin-right:5px;
	
}



