.dropmenu li ul
{
	z-index: 90;
	display: none;
	position: absolute;
	width: 19.2em;
	font-weight: normal;
	border-bottom: 1px solid #999;
	padding: 7px 0 0 0;   
     -moz-box-shadow:0 0 5px #000000;
	-webkit-box-shadow:0 0 5px #000000;
	box-shadow:0 0 5px #000000;  
       
    background: #fffaf0;
    background: -moz-linear-gradient(top, #fffaf0 0%, #f0ece4 21%, #b3b2b3 75%, #a0a0a4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffaf0), color-stop(21%,#f0ece4), color-stop(75%,#b3b2b3), color-stop(100%,#a0a0a4));
    background: -webkit-linear-gradient(top, #fffaf0 0%,#f0ece4 21%,#b3b2b3 75%,#a0a0a4 100%);
    background: -o-linear-gradient(top, #fffaf0 0%,#f0ece4 21%,#b3b2b3 75%,#a0a0a4 100%);
    background: -ms-linear-gradient(top, #fffaf0 0%,#f0ece4 21%,#b3b2b3 75%,#a0a0a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffaf0', endColorstr='#a0a0a4',GradientType=0 );
    background: linear-gradient(top, #fffaf0 0%,#f0ece4 21%,#b3b2b3 75%,#a0a0a4 100%);
}
.rss_button, .face_button, .twit_button, .myspace_button, .youtube_button, .title_time
{
    float: right;
    margin: 10px 0;
}