/* main tabs */

#maintabs {

	padding: 0px;

	white-space: nowrap;

	float: left;

}



#maintabs ul {

	float: left;

 	margin: 0;

  	padding: 0px; 

  	list-style: none;

}



#maintabs li {

	float: left;

	margin: 0;

	padding: 0px;

	padding-right: 3px;

/*	background-image: url(../images/menu-grey.png);

	background-repeat: no-repeat; */



}



#maintabs a:link, #maintabs a:visited {

	position: relative;

	float: left;

	display: inline; 

	background-image: url(../images/menu-orange.png);

	background-repeat: no-repeat; 

	padding-top: 14px; 

	padding-bottom: 0px;

	margin: 0px 15px 0px 0px;

	width: 105px;

	height: 33px;

	font-family: Helvetica, Arial, sans-serif;

	font-size: 10pt;

	font-weight: bold;

	color: white; 

}





#maintabs a:hover {

/*	color: red; */

	text-decoration: none;

}



/* Roll over Menu */

#maintabs li.active_menu a:link,  #maintabs li.active_menu a:visited{

	position: relative;

	background-image: url(../images/menu-orange.png);

	background-repeat: no-repeat; 

	width: 105px;

	height: 33px; 

	}



#maintabs li.orange_active_menu a:link, #maintabs li.orange_active_menu a:visited {

	background-image: url(../images/menu-orange.png);

	background-repeat: no-repeat; 

	position: relative;

	color: #00B04D; /* DGreen */

	width: 105px;

	height: 33px; 

	}



#maintabs li.dgreen_active_menu a:link, #maintabs li.dgreen_active_menu a:visited  {

	background-image: url(../images/menu-dgreen.png);

	background-repeat: no-repeat; 

	position: relative;

	color: white; /* Pink */

	width: 105px;

	height: 33px; 

}



#maintabs li.blue_active_menu a:link, #maintabs li.blue_active_menu a:visited {

	background-image: url(../images/menu-blue.png);

	background-repeat: no-repeat; 

	position: relative;

	color: white; /* Yellow */

	width: 105px;

	height: 33px; 

}



#maintabs li.lgreen_active_menu a:link, #maintabs li.lgreen_active_menu a:visited {

	background-image: url(../images/menu-lgreen.png);

	background-repeat: no-repeat;

	position: relative;

	color: white; /* DPink */

	width: 105px;

	height: 33px;

}



#maintabs li.red_active_menu a:link, #maintabs li.red_active_menu a:visited {

	background-image: url(../images/menu-red.png);

	background-repeat: no-repeat;

	position: relative;

	color: white; /* Blue */

	width: 105px;

	height: 33px; 

}



#maintabs li.pink_active_menu a:link, #maintabs li.pink_active_menu a:visited {

	background-image: url(../images/menu-pink.png);

	background-repeat: no-repeat;

	position: relative;

	color: white; /* LGreen */

	width: 105px;

	height: 33px; 

}



/* Manin menu Hover */



#maintabs li.orange_active_menu a:hover {

	background-image: url(../images/menu-orange.png);

	background-repeat: no-repeat;

	color: #00B04D; /* DGreen */

	position: relative;

	width: 105px;

	height: 33px; 

}



#maintabs li.orange a:hover {

	background-image: url(../images/menu-orange.png);

	background-repeat: no-repeat;

	color: #00B04D; /* DGreen */

	position: relative;

	width: 105px;

	height: 33px; 

}



#maintabs li.dgreen a:hover {

	background-image: url(../images/menu-dgreen.png);

	background-repeat: no-repeat;

	color: white; /* Pink */

	position: relative;

	width: 105px;

	height: 33px; 

}



#maintabs li.dgreen_active_menu a:hover {

	/*background-image: url(..images/menu-dgreen.png);*/

	background-repeat: no-repeat;

	color: #F9CAE0; /* Pink */

	position: relative;

	width: 105px;

	height: 33px; 

}



#maintabs li.blue a:hover {

	background-image: url(../images/menu-blue.png);

	background-repeat: no-repeat;

 	color: #FAD87C; /* Yellow */

	position: relative;

	width: 105px;

	height: 33px; 

}



#maintabs li.blue_active_menu a:hover {

	background-image: url(../images/menu-blue.png);

	background-repeat: no-repeat;

 	color: #FAD87C; /* Yellow */

	position: relative;

	width: 105px;

	height: 33px; 

}



#maintabs li.lgreen a:hover {

	background-image: url(../images/menu-lgreen.png);

	background-repeat: no-repeat;

	color: #E83B9E; /* DPink */

	position: relative;

	width: 105px;

	height: 33px; 

}



#maintabs li.lgreen_active_menu a:hover {

	background-image: url(../images/menu-lgreen.png);

	background-repeat: no-repeat;

	color: #E83B9E; /* DPink */

	position: relative;

	width: 105px;

	height: 33px; 

}



#maintabs li.red a:hover {

	background-image: url(../images/menu-red.png);

	background-repeat: no-repeat;

	color: #75C7ED; /* Blue */

	position: relative;

	width: 105px;

	height: 33px; 

}

#maintabs li.red_active_menu a:hover {

	background-image: url(../images/menu-red.png);

	background-repeat: no-repeat;

	color: #75C7ED; /* Blue */

	position: relative;

	width: 105px;

	height: 33px; 

}



#maintabs li.pink a:hover {

	background-image: url(../images/menu-pink.png);

	background-repeat: no-repeat;

	color: #00B04D; /* LGreen */

	position: relative;

	width: 105px;

	height: 33px; 

}



#maintabs li.pink_active_menu a:hover {

	background-image: url(../images/menu-pink.png);

	background-repeat: no-repeat;

	color: #00B04D; /* LGreen */

	position: relative;

	width: 105px;

	height: 33px; 

}