/* -- This file must be copied to blog.dsmphoto.com to support WordPress blog --*/

/*----------------------menu-------------------------*/
#menu1{
	font-family: "Trebuchet MS", Arial, san-serif;
	width:960px;
	height:30px;
	padding:0px;
	clear:both;
	background-color:#333333;
}
#menu{
	font-family: "Trebuchet MS", Arial, san-serif;
	width:974px;
	height:34px;
	padding:0px;
	clear:both;
	background-color:#333333;
	o\verflow:auto;
}

#minitabs {
	margin: 0;
	padding: 10px 14px 20px;
	border-bottom: 1px #333333 dashed; 
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	d\isplay: block; 
	f\loat: left;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #aaaaaa;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 3px solid #ffffff;
	padding-bottom: 2px;
	/*--background: #666666;--*/
	color: #ffffff;
	}


