@charset "utf-8";
/* CSS Document */

#navBar{
	margin:0;
	padding:59px 0 0 0;
}

#nav {
	margin: 0;
	padding: 0;
	height: 24px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:24px; /* for IE5/Win only */
}
	
#nav a:hover {
	background-position: 0 -24px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -24px;
}

.logo { 
  float: left; 
  margin:0; 
  padding:0;
}

#tshoppe a  {
	width: 75px;
	background: url(../images/nav_shoppe.gif) top left no-repeat;
}
#ttheStudio a  {
	width: 100px;
	background: url(../images/nav_theStudio.gif) top left no-repeat;
}
#tsweetBeginnings a  {
	width: 152px;
	background: url(../images/nav_sweetBeginnings.gif) top left no-repeat;
}
#tpraise a  {
	width: 68px;
	background: url(../images/nav_praise.gif) top left no-repeat;
}
#tkeepInTouch a  {
	width: 114px;
	background: url(../images/nav_keepInTouch.gif) top left no-repeat;
}