/* css document
this css design with m.b.adib behrooz
iranian graphist and web designer
 */

/* links */ 
.links {
		width:170px;
		float:right;
		text-align:right;
		font-family:tahoma;
		font-size:8pt;
		direction:rtl;
		/*height:16px;*/
		display: block;
		margin:0px;
		padding: 5px;
		vertical-align:top;
		float: left;
	}
	
.links ul {
		margin:3px;
		padding: 0px;
		display: block;
		width: 170px; 
		list-style-type: none;		
		background-color:#e2e2e2;			
	}	
	
.links ul li {
		margin:0px;
		padding: 2px;
		display: none;
		width: 170px; 
		list-style-type: none;
		display: block; 
		position: relative;
		height: 17px;
		color:#000000;
		text-decoration:none;	
		background-color:#fcfcfc;			
	
	}
	
.links ul li a {
		padding-right: 0.3em; 
		padding-left: 0.3em; 
		padding-top: 0px; 
		padding-bottom: 0px;
		font-family:tahoma;
		font-size:8pt;
		/*color: #fff;*/ 
		color:#000000;
		text-decoration: none;
	
	}
	
.links ul li a:hover {
		text-decoration: none;
	}
