div#switcher{
	width: 100%;
	height: 60px;
	background: url('images/mybar-bg.jpg') repeat-x;
	position: fixed;
	z-index: 99999;
}

div#switcher a.logo{
	width: 51px;
	height: 51px;
	margin: 4px 0 5px 10px;
	float: left;
}

div#switcher a.logo img{
	border: 1px solid #111;
}

div#switcher #theme_select {
    margin-top: 16px;
    background: url("dropdown.html") no-repeat scroll 0% 0% transparent;
    width: 193px;
    display: block;
    padding: 0px 8px;
    line-height: 28px;
    height: ;
}

div#switcher ul {
    float: right;
    margin-right: 12px;
    list-style: none outside none;
}