.profile_menu{
background-color:#f5fafd;
width:171px;
}

.ad{
	position:absolute;
	top:10px;
	right:10px;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	line-height:13px;
	background-color:#609abb;
	width:163px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:10px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:40px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

*html .dhtmlgoodies_question{
width:161px;
}

.dhtmlgoodies_question_alt{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	
	line-height:13px;
	
	width:135px;
	margin-bottom:2px;
	margin-top:2px;
	
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}


.dhtmlgoodies_question a{	/* Styling question */
	/* Start layout CSS */
	color:#FFFFF;
	
}

.dhtmlgoodies_question a:link{	/* Styling question */
	/* Start layout CSS */
	color:#FFFFF;
	
}

.dhtmlgoodies_question a:visited{	/* Styling question */
	/* Start layout CSS */
	color:#FFFFF;
}

.dhtmlgoodies_question a:hover{	/* Styling question */
	/* Start layout CSS */
	color:#FFFFF;
}

.dhtmlgoodies_question a:active{	/* Styling question */
	/* Start layout CSS */
	color:#FFFFF;
}


.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	
	padding-left:5px;
	width:150px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}


.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	color: #333333;
	font-weight:bold;
	font-size:13px;
	position:relative;
}

.dhtmlgoodies_answer_content a{	/* Content that is slided down */
	font-size:12px;
	font-weight:100;
	color:#000000;
	position:relative;
}

.dhtmlgoodies_answer_content a:hover{	/* Content that is slided down */
	color:#FF6600;
}



.subnav{
padding-left:15px;
color: #333333;
	font-size:0.9em;	
	color:#000000;
}

.subnav:hover{
color:#FF6600;
}


/*For exploded menu*/

.nav_container{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	background-color:#609abb;
	width:135px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:5px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:40px;
	
	/* End layout CSS */
	
	cursor:pointer;
}

.sub_container{	/* Parent box of slide down content  - for Profile Section*/
	/* Start layout CSS */
	
	padding-left:5px;
	width:120px;
	
	/* End layout CSS */
	
	position:relative;

}

.sub_container_content{	/* Content that is slided down */
	padding:1px;
	color: #333333;
	font-weight:bold;
	font-size:0.9em;	
	position:relative;
}

.sub_container_content a{	/* Content that is slided down */
	font-size:13px;
	font-weight:100;
	color:#000000;
	position:relative;
}

.sub_container_content a:hover{	/* Content that is slided down */
	color:#FF6600;
}

