.comments div {
    	font-size: 12px;
		padding: 5px 5px 5px 32px; 
		text-align: left;
		color: #444;
}
.comments h3{
		color: #444;
    	font-size: 20px;
		padding: 2px 2px 2px 2px; 
		text-align: left;
}
.comments a {
		color: #48668e;
}
/* nav */
.nav {
	/* position: relative; */
   position: relative;
	margin: 20px 0;
	font-size: 27px;
	white-space: nowrap;
	min-height: 40px; 
}
.nav div {
	white-space: normal;
}
 .nav ul {
		width: 400px;
		margin: 0;
		padding: 5px 0;
		position: relative;
		/* top: 0; */
		left: auto;
		right: 0;
		border: solid 1px #aaa;
/*		background: #fff url(/images/lm1.gif) no-repeat 10px 11px;*/
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
		display: block;
	}
.nav li {
	margin: 0 5px 10px 0;
	padding: 3;
	list-style: none;
	/* display: inline-block; */
	/*	display: none; */ /* hide all <li> items */
		margin: 0;
	}
.nav a {
	padding: 3px 12px; 
	text-decoration: none;
	color: #999;
	line-height: 100%;
}
.nav a:hover {
	color: #000;
}
.nav .current a {
	background: #999;
	color: #fff;
	border-radius: 5px; 
}

/* right nav */
.nav.right ul {
	text-align: right;
}

/* center nav */
.nav.center ul {
	text-align: center;
}

	.nav div {
		padding: 5px 5px 5px 32px;
		text-align: left;
	}	

/*
	.nav .current {
		display: block; /* show only current <li> item */
	}
	.nav .current div{
		padding: 5px 5px 5px 32px; 
		text-align: left;
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 32px; 
		text-align: left;
	}
	.nav .current a {
		background: none;
		color: #666;
		 background: url(/images/icon-check.png) no-repeat 10px 7px; 
	}

	/* on nav hover */
/*	.nav ul:hover {
		background-image: none;
	} */
/*	.nav ul:hover li {
		display: block;
	/*	margin: 0 0 5px;*/
	} */

	/* right nav */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* center nav */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
	*/