
/* -------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- Menus ------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

/* Relative to Pro menu and Main menu */


/*============== Pro Menu ==============*/

#pro_menu {
	width:574px;
	height:20px;
	}

#pro_menu ul {
	list-style-type:none;
	}

#pro_menu ul li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	}

#pro_menu ul li a {
	display:block;
	height:20px;
	}

a#pro_menu_contractors {
	background:url(images/promenu_cont_u-fr.gif) no-repeat;
	width:144px;
	}

a#pro_menu_contractors:hover {
	background:url(images/promenu_cont_o-fr.gif) no-repeat;
	width:144px;
	}

a#pro_menu_contractors_selected {
	background:url(images/promenu_cont_s-fr.gif) no-repeat;
	width:144px;
	}

a#pro_menu_architects {
	background:url(images/promenu_arch_u-fr.gif) no-repeat;
	width:143px;
	}

a#pro_menu_architects:hover {
	background:url(images/promenu_arch_o-fr.gif) no-repeat;
	width:143px;
	}

a#pro_menu_architects_selected {
	background:url(images/promenu_arch_s-fr.gif) no-repeat;
	width:143px;
	}

a#pro_menu_builders {
	background:url(images/promenu_buil_u-fr.gif) no-repeat;
	width:143px;
	}

a#pro_menu_builders:hover {
	background:url(images/promenu_buil_o-fr.gif) no-repeat;
	width:143px;
	}

a#pro_menu_builders_selected {
	background:url(images/promenu_buil_s-fr.gif) no-repeat;
	width:143px;
	}

a#pro_menu_dealers {
	background:url(images/promenu_deal_u-fr.gif) no-repeat;
	width:144px;
	}

a#pro_menu_dealers:hover {
	background:url(images/promenu_deal_o-fr.gif) no-repeat;
	width:144px;
	}

a#pro_menu_dealers_selected {
	background:url(images/promenu_deal_s-fr.gif) no-repeat;
	width:144px;
	}



/*=================== MAIN MENU TEMP ===================*/





/*=================== MAIN MENU ===================*/






a.notselected {
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 15px;
	text-align:center;
	}

a.notselected:visited {
	color:#FFFFFF;
	}

a.notselected:hover {
	color:#666666;
	}

a.selected {
	color:#005e88;
	background-color:#FFFFFF;
	border:#999999 solid 1px;
	font-weight:bold;
	padding:5px 15px;
	text-align:center;
	}

a.selected:visited {
	color:#005e88;
	}

a.selected:hover {
	color:#005e88;
	}

a.selected:active {
	color:#005e88;
	}



/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------- Principal left-hand menu ------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

