

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

.goodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
		background-color:#f5fafd;

	line-height:13px;
	font-size:15px;	
	width:135px;
	padding-bottom:2px;
	padding-top:5px;
	margin-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}


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

}

.goodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}



/*For exploded menu*/

.nav_container{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	line-height:13px;
	background-color:#609abb;
	width:163px;
	padding-bottom:2px;
	padding-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 */
	
	cursor:pointer;
}

*html .nav_container{
width:161px;
}


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

.subnav:visited{

	color:#000000;
}

.subnav:hover{
color:#FF6600;
}

.subnav:active{
	color:#000000;
}


.sub_container_content{	/* Content that is slided down */
	padding:1px;
	color: #333333;
	font-weight:bold;

	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;
}

