
/* fetaured tutorials */

.feat_tutorials {
  margin: 4px;
  color: #fff;
  font-family: Arial;
  font-size: 10px;
}

.feat_tutorials a, .feat_tutorials a:link, .feat_tutorials a:visited {
  color: #3399cc;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.feat_tutorials img {
  	width: 40px;
  	height: 40px;
	border-width: 0px;
  
	padding: 4px;
  
	float: left;
  
}



/* navbar */
#nav {
  display: block;
  width: 645px;
  float: left;
  padding: 0;
  margin: 0 0 16px 0;
  border: 1px solid;
  border-top-color: #212121;
  border-bottom-color: #212121;
  border-left-color: #737373;
  border-right-color: #737373;
  font-family: Arial;
  font-size: 10px;
  list-style-type: none;
  list-style-image: none;
  background-image: url(../images/button_back.gif);
}

#nav a, #nav a:link, #nav a:visited {
  display: block;
  padding: 4px 0;
  font-family: Arial;
  font-size: 10px;
  text-decoration: none;
  color: #fff;
}

#nav a:hover {
  background-image: url(../images/button_hover.gif);
  color: #000;
  font-family: Arial;
  font-size: 10px;
  text-decoration: none;
}

#nav li {
  float: left;
  padding: 0; 
  margin: 0;
  font-family: Arial;
  font-size: 10px;
  border-right: 1px solid #777;
  text-decoration: none;
  text-align: center;
}

#nav li#one { width: 90px; }
#nav li#calendar { width: 80px; }
#nav li#two { width: 80px; }
#nav li#three { width: 50px; }
#nav li#four { width: 80px; }
#nav li#five { width: 70px;}
#nav li#six { width: 60px; }
#nav li#seven { width: 60px; }
#nav li#eight { width: 70px; }
#nav li#nine { width: 110px; }

#nav .active a  {
  background-image: url(../images/button_active.gif);
  color: #000;
}

#nav .inactive {
	display: block;
	padding: 4px 0;
	color: #888;	
}


/* END */