/*
	Tijarapages Cascading StyleSheet
	Designed by: --
	Coded by: Lee Tomblin - http://www.strictcoding.net

	Table of Contents:
		main navigation
		search left
		popular searches
		accountants
*/

/* main navigation
----------------------------------------------- */

#navigation {
	list-style:none;
	float:right;
	margin:0 0 0 0; padding:0;}

#navigation li {
	float:left;
	margin:0 0 0 1px;}
	
#navigation li span {
	display:none;}

#navigation li a.accueil {
	width:102px;
	height:24px;
	display:block;
	background:url(../imgs/accueil.jpg) no-repeat;}

	#navigation li a.accueil:hover {
		background:url(../imgs/accueil.jpg) no-repeat 0 -24px}
			
#navigation li a.mdp {
	width:170px;
	height:24px;
	display:block;
	background:url(../imgs/mdp.jpg) no-repeat;}

	#navigation li a.mdp:hover {
		background:url(../imgs/mdp.jpg) no-repeat 0 -24px}
		
#navigation li a.chambre {
	width:102px;
	height:24px;
	display:block;
	background:url(../imgs/lachambre.jpg) no-repeat;}

	#navigation li a.chambre:hover {
		background:url(../imgs/lachambre.jpg) no-repeat 0 -24px}
		
		
		#navigation li a.marrakech {
	width:170px;
	height:24px;
	display:block;
	background:url(../imgs/rm.jpg) no-repeat;}

	#navigation li a.marrakech:hover {
		background:url(../imgs/rm.jpg) no-repeat 0 -24px}
		
		
		#navigation li a.au {
	width:170px;
	height:24px;
	display:block;
	background:url(../imgs/au.jpg) no-repeat;}

	#navigation li a.au:hover {
		background:url(../imgs/au.jpg) no-repeat 0 -24px}
		
#navigation li a.contact {
	width:102px;
	height:24px;
	display:block;
	background:url(../imgs/contact.jpg) no-repeat;}

	#navigation li a.contact:hover {
		background:url(../imgs/contact.jpg) no-repeat 0 -24px}
		
/* search left
----------------------------------------------- */
		
#search_left {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
	
#search_left li {
	margin:0 0 3px 0;}

#search_left a {
	width:151px;
	background:url(../imgs/left_arrow.gif) no-repeat 10px 3px;
	padding:0 0 0 20px;
	color:#6b7072;
	display: block;
	text-decoration:none;	
	font-size: 11px;}

	#search_left a:hover {
		background:#d8e0e7 url(../imgs/left_arrow.gif) no-repeat 10px 3px;
		color:#6b7072;
		text-decoration: none;}
		
/* popular searches
----------------------------------------------- */
	
.popular_searches {
	margin: 0; padding: 0;
	list-style-type: none;}
	
.popular_searches li {
	margin:0 0 3px 0;}

.popular_searches a {
	width:100%;
	margin:0 0 0 7px;
	padding:0 0 0 8px;
	background:url(../imgs/green_dot.gif) no-repeat 0 5px;
	color:#6b7072;
	display:block;
	text-decoration:none;}

	.popular_searches a:hover {
		background:url(../imgs/green_dot.gif) no-repeat 0 5px;
		color:#6b7072;
		text-decoration: underline;}
		
/* alphabetised categories
----------------------------------------------- */
	
#alphalist .header {
	font-family:Tahoma;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;}
	
    #alphalist .header_selected {
	    font-family:Tahoma;
	    font-size:13px;
	    font-weight:bold;
	    text-decoration:underline;}
	
#alphalist a.header:hover {
	font-family:Tahoma;
	font-size:13px;
	font-weight:normal;
	text-decoration:underline;}
	
#alphalist .bullet {
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#8ad520;
	margin:0 4px 0 4px;}

/* browse directory categories
----------------------------------------------- */
	
.directory_main {
	font-weight:bold;
	color:#154586;
	text-decoration:none;}
	

		
/* accountants
----------------------------------------------- */

#accountants {
	font-family:Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style-type: none;
	font-size:9px;
	height:150px;
}
	
#accountants a {
	width:250px;
	height:30px;
	padding:10px 0 0 25px;
	background:url(../imgs/blue_arrow.gif) no-repeat 10px 14px;
	color:#14316b;
	display:block;
	text-decoration:none;
	border-bottom:1px dotted #92a2af;
	font-size: 14px;
}

	#accountants a:hover {
		background:#f3f4f8 url(../imgs/blue_arrow.gif) no-repeat 10px 14px;
		color:#14316b;
		text-decoration:none;}
s
