
.menu {width:960px; height:37px; font-size:12px; position:relative; z-index:5;font-size:13px;
font-family:Arial, Helvetica, sans-serif;
}

.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:240px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;
}
/* style the links for the top level */

.menu li a{display:block;font-size:13px;text-decoration:none; color:#292929; display:block; line-height:36px;
background:url(but-right1.jpg) no-repeat right top;
padding:0 15px 0 15px !important;
}

.menu li a:hover{font-size:13px;text-decoration:none; color:#292929; display:block; line-height:36px;
background:url(but-right1.jpg) no-repeat right top;
padding:0 15px 0 15px !important;
}

.menu a, .menu a:visited {display:block;font-size:13px;text-decoration:none; color:#292929; display:block; line-height:36px;
padding:0 15px 0 15px !important;
}

.menu a, .menu li.none a:visited {
background:none;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#e9eaef;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#333333;}
.menu ul ul :hover > a.drop {background:#333333;}
/* style the third level background */
.menu ul ul ul li{background:#e9eaef;}
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e9eaef;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#333333;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:37px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:37px;t\op:38px;}

/* position the third level flyout menu */
.menu ul ul ul{left:245px; top:-1px; width:240px;z-index:3;}
/* position the third level flyout menu for a left flyout */


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

.menu ul ul li{background:#e9eaef;text-align:left;border-bottom:solid 1px #cccccc;border-right:1px solid #ccc;border-left:solid 1px #cccccc;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:Transparent;font-family:Arial;color:black;  line-height:21px; 
width:100px;
display:block;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:100px;w\idth:100px;}

/* style the top level hover */
.menu a:hover{color:#fff !important; background:#333333 !important; display:block !important;}
.menu ul ul a:hover{color:white; background:#333333; }
.menu :hover > a {color:gray; background:url(but-right1.jpg) no-repeat right top;
}
.menu ul ul :hover > a {color:white;background:Transparent; 
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
	











#respond{
width:450px;
float:left;
padding:30px 0 0 20px;
	}

.comments {
	padding:10px 0;
	margin:0px;

	}
	
	ol.commentlist {
	padding: 0 0 0 10px;
	margin:5px 0 0 0px;
		}
		ol li {
		padding:5px 0 5px 0;
		margin:0px;
		list-style:none;
		float:left;
				}
	
	#comment-1{
	padding:10px !important;
	float:left;
	}
	#comment-2{
	padding:10px !important;
	float:left;
	}
	#comment-3{
	padding:10px !important;
	float:left;
	}
	#comment-4{
	padding:10px !important;
	float:left;
	}
	.comment-author vcard{
	float:left;
	padding:6px 0 6px 5px!important;
	}
	
	
	
	.comment-author vcard p{
	
	padding:20px;
	margin:0px;
	}
	
	
	
	.comment-body{
	padding:0 0 0px 0;

	}
	
		
	
	

#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:none!important;
	width:250px;
	list-style:none!important;
	margin:0 5px 0 0;	
	border:#CCCCCC 1px solid !important;
	
	}
	
	
	
	 #commentform input{	
	width:250px;
	margin:0 5px 0 0;	

	
	}
	 #commentform #submit {
	
	list-style:none!important;
	margin:0 5px 0 0;	
	padding:2px 0 5px 0;
	
	}
.commentlist li ul li {
	font-size: 1em;
	width:300px !important;
	border:#CCCCCC 2px solid !important;
	background:none!important;
}


.commentlist li .avatar { 
	float:right;
	border:1px solid #eee;
	padding: 2px;
	background: #fff;
	
	
	}

.commentlist cite, .commentlist cite a {
	font-style: normal !important;
	font-size:12px;
	text-decoration:none;
		color:#0066cc;
	}
	
	.commentlist cite, .commentlist cite a:hover{
	font-style: normal !important;
	font-size:12px;
	text-decoration:underline;
	}

.commentmetadata a {
	font-weight: normal;
	text-decoration:none;
	color:#0066cc;
	}
	
	.commentmetadata a:hover {
	font-weight: normal;
	text-decoration:underline;
		color:#0066cc;
	}

/*.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}*/
	
	#content {
	padding-left:18px;
	float:left;
	}

#post-1{
padding:0 5px 0px 10px!important;
font-size:12px!important;
}
.thread-alt {
	background-color: #f8f8f8;

}
.thread-even {
	background:#FFFFFF;
	width:500px;
	height:auto;
	}
.thread-odd {
	background:#F8F8F8;
	width:500px;
	height:auto;
	
}
.depth-1 {
border: 1px solid #cccccc;
margin-bottom:10px;
}