/* Navigation */

#navigationContainer {
	background: url(images/tabnavigations/tab_bg.gif);
	}

#navigation {
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
	}

#navigation li {
	float: left;
	}

#navigation a {
	background-position:top;
	height: 21px;
	display: block;
	}

#navigation .current a, #navigation .current a:hover {
	background-position: top;
	cursor: default;
	}
	
#navigation a.tab-active {
background-position: bottom;
	cursor: default;
	}
	
#nav_overview {
	width: 100px;
	background-image: url(../images/tabnavigations/overview.gif);
	}

#nav_trainers {
	width: 100px;
	background-image: url(../images/tabnavigations/trainers.gif);
	}

#nav_tutorials {
	width: 100px;
	background-image: url(../images/tabnavigations/tutorials.gif);
	}

#nav_testimonials {
	width: 100px;
	background-image: url(../images/tabnavigations/testimonials.gif);
	}

#nav_features {
	width: 100px;
	background-image: url(../images/tabnavigations/features.gif);
	}
#nav_resources {
	width: 100px;
	background-image: url(../images/tabnavigations/resources.gif);
	}
#nav_requirements {
	width: 100px;
	background-image: url(../images/tabnavigations/requirements.gif);
	}
	
#nav_management_tools {
	width: 100px;
	background-image: url(../images/tabnavigations/nav_management.gif);
	}
#nav_Services {
	width: 100px;
	background-image: url(../images/tabnavigations/nav_Services.gif);
	}
#nav_training {
	width: 100px;
	background-image: url(../images/tabnavigations/nav_training.gif);
	}	
#nav_news {
	width: 100px;
	background-image: url(../images/tabnavigations/nav_news.gif);
	}	
#nav_blogs {
	width: 100px;
	background-image: url(../images/tabnavigations/nav_blogs.gif);
	}	

#nav_step1folders {
	width: 122px;
	background-image: url(../images/tabnavigations/step1folders.gif);
	}
#nav_step2categories {
	width: 122px;
	background-image: url(../images/tabnavigations/step2categories.gif);
	}
#nav_step3connecting {
	width: 122px;
	background-image: url(../images/tabnavigations/step3connecting.gif);
	}
#nav_quick_publishing {
	width: 122px;
	background-image: url(../images/tabnavigations/quickupblishing.gif);
	}



#navigation a:hover{
	background-position:bottom;
	}

.nav-pnl{ height:24px; width:100%}

.tab-panes{ border:solid 1px #ccc; padding:10px}