/**********************************************************************************************************/
/*
/* >> Navigation TABS                                       
/*                                                                                                         
/**********************************************************************************************************/
ul#tabs-left /* the navigation tabs */
{
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	height:27px;
	display:block;	
}
li#tabs-left {display:block;float:left;}

ul#tabs-left strong {display:none;}

ul#tabs-left li {
	float:left;
}
/*-------------------------*/
a.menu-tab1
{
	width:66px;
	height:27px;
	display:block;
	background-image: url(../common-images/tab-home.gif);
	background-repeat: no-repeat;
}
a:hover.menu-tab1{
	width:66px;
	height:27px;
	display:block;
	background-image: url(../common-images/tab-home.gif);
	background-repeat: no-repeat;
	background-position: -66px 0px;
}

/*-------------------------*/
a.menu-tab2
{
	width:106px;
	height:27px;
	display:block;
	background-image: url(../common-images/tab-student.gif);
	background-repeat: no-repeat;
}
a:hover.menu-tab2{
	width:106px;
	height:27px;
	display:block;
	background-image: url(../common-images/tab-student.gif);
	background-repeat: no-repeat;
	background-position: -106px 0px;
}

/*-------------------------*/
a.menu-tab3
{
	width:97px;
	height:27px;
	display:block;
	background-image: url(../common-images/tab-community.gif);
	background-repeat: no-repeat;
}
a:hover.menu-tab3{
	width:97px;
	height:27px;
	display:block;
	background-image: url(../common-images/tab-community.gif);
	background-repeat: no-repeat;
	background-position: -97px 0px;
}

/*-------------------------*/
a.menu-tab4
{
	width:92px;
	height:27px;
	display:block;
	background-image: url(../common-images/tab-questions.gif);
	background-repeat: no-repeat;
}
a:hover.menu-tab4{
	width:92px;
	height:27px;
	display:block;
	background-image: url(../common-images/tab-questions.gif);
	background-repeat: no-repeat;
	background-position: -92px 0px;
}

/*-------------------------*/
a.menu-tab5
{
	width:84px;
	height:27px;
	display:block;
	background-image: url(../common-images/tab-projects.gif);
	background-repeat: no-repeat;
}
a:hover.menu-tab5{
	width:84px;
	height:27px;
	display:block;
	background-image: url(../common-images/tab-projects.gif);
	background-repeat: no-repeat;
	background-position: -84px 0px;
}

/*-------------------------*/
a.menu-tab6
{
	width:91px;
	height:27px;
	display:block;
	background-image: url(../common-images/tab-contact.gif);
	background-repeat: no-repeat;
}
a:hover.menu-tab6{
	width:91px;
	height:27px;
	display:block;
	background-image: url(../common-images/tab-contact.gif);
	background-repeat: no-repeat;
	background-position: -91px 0px;
}
