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

#nav-tabs { /* This is the div that wraps around the nav tabs */
	width:508px;
	height:30px;
	margin-top:52px;
	margin-right:30px;
	overflow:hidden;
	outline:none;
	float:right;
}

#nav-tabs ul { /* Styling of the nav tabs */
	margin:0;
	padding:0;
}

#nav-tabs ul li {
	display:inline;
}

#nav-tabs ul li a {
	float:left;
	text-decoration:none;
	color:#ffffff;
	margin-left:2px;
	text-indent:-9999px;
}

#nav-tabs ul li a:hover{
	text-decoration:none;
	outline:none;
}

#nav-tabs li a#tab1{
	width:125px;
	height:30px;
	border-right:solid 0px;
	background-image: url(../common_images/nav-tab1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav-tabs li a#tab2{
	width:125px;
	height:30px;
	border-right:solid 0px;
	background-image: url(../common_images/nav-tab2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav-tabs li a#tab3{
	width:125px;
	height:30px;
	border-right:solid 0px;
	background-image: url(../common_images/nav-tab3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav-tabs li a#tab4{
	width:125px;
	height:30px;
	border-right:solid 0px;
	background-image: url(../common_images/nav-tab4.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
