/* 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;
	margin: 0;
	padding: 0;
	}
/* Menu */


#firstcol {
	float: left;
	}
	
#secondcol {
	float: left;
	}

#thirdcol {
	padding-top: 10px;
	margin-right: 106px;
	margin-bottom: 10px;
	float: right;
	}
	
	
#menu2 {
	width: 250px;
	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: #677D92;
	border-right-color: #677D92;
	border-bottom-color: #677D92;
	border-left-color: #677D92;
	}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu2 li a:link, #menu2 li a:visited {
	color: #fff;
	display: block;
	background: url(/fa/images/menu2.gif);
	padding: 3px 10px 0 0;
	}
	
#menu2 li a:hover {
	color: #283A50;
	background: url(/fa/images/menu2.gif) 0 -32px;
	padding: 3px 10px 0 0;
	}
	
#menu2 li a:active {
	color: #283A50;
	background: url(/fa/images/menu2.gif) 0 -64px;
	padding: 3px 10px 0 0;
	}	
	
