/* Header */

#header {
	float:none
	width: 740px;
	height: 179px;
	padding: 0px;
}

/* List */

select.select1 
	{
	background-color: #4773C1;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	color:#CCCCCC;
	font-weight:bold;
	float:left;
	vertical-align:baseline;
	padding: 0;
	margin: 0;
	}
/* Menu */


#firstcol {
	float: left;
	}
	
#secondcol {
	float: left;
	}

#thirdcol {
	padding-top: 10px;
	margin-right: 106px;
	margin-bottom: 10px;
	float: right;
	}
	
#menu5 {
	width: 200px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D0D0D0;
	border-right-color: #D0D0D0;
	border-bottom-color: #D0D0D0;
	border-left-color: #D0D0D0;
	}
	
#menu5 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu5 li a:link, #menu5 li a:visited {
	color: #777;
	display: block;
	background: url(/fa/images/menu5.gif);
	padding: 8px 25px 0 10px;
	text-align: right;
	}
	
#menu5 li a:hover {
	color: #fff;
	background: url(/fa/images/menu5.gif) 0 -32px;
	padding: 8px 25px 0 10px;
	text-align: right;
	}
	
#menu5 li a:active {
	color: #fff;
	background: url(/fa/images/menu5.gif) 0 -64px;
	padding: 8px 25px 0 10px;
	text-align: right;
	}
