#id_blog_head { 	
    padding-top: 7px;

	background-color:#060616 !important ;

	background-image:-webkit-linear-gradient(top,  #666, #060616); 
	background-image:   -moz-linear-gradient(top,  #666, #060616 );  
	background-image:    -ms-linear-gradient(top,  #666, #060616 );  
	background-image:     -o-linear-gradient(top,  #666, #060616 );  
	background-image:	 linear-gradient(top,  #666, #060616 );  
	
}



.menu{
text-align:right;
margin: 10px 0 9px;
}

.selmenu{
text-decoration:underline !important;
}

a.mnu , a.mnu:active, a.mnu:visited{
color:white;


text-decoration:none;
font-size:17px;
padding:5px 4px;
margin:0 0 0 2px; 
line-height:1.6;
}
 
a.mnu:hover {
text-decoration:underline;

}

a.hotb, a.hotb:active, a.hotb:visited{
color:white;
	background-color:#5Da411 !important ;
	background-image:-webkit-linear-gradient(top,  #aDf471, #5Da411); 
	background-image:   -moz-linear-gradient(top,  #aDf471, #5Da411 );  
	background-image:    -ms-linear-gradient(top,  #aDf471, #5Da411 );  
	background-image:     -o-linear-gradient(top,  #aDf471, #5Da411 );  
	background-image:	 linear-gradient(top,  #aDf471, #5Da411 );   

text-shadow:1px 1px 3px #666666;
text-decoration:none;
font-size:15px;
font-weight:bold; 
padding:3px 8px ;
top:-1px;
white-space:nowrap; 
}
a.hotb:hover {
text-decoration:underline;

}