.vimeo{
_margin-left:0px;
height:35px;
padding-top:15px;
padding-right:14px;
width:100%;
float:left;
background: url(images/right_side.jpg) no-repeat right bottom;
}

.vimeo:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.vimeo ul{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;


 /*THEME CHANGE HERE*/

margin: 0;

text-align: right; /*set value to "left", "center", or "right"*/
}

.vimeo ul li{
display: inline;
padding:0px 20px 0px 0px;
}

.vimeo ul li a{
color: #1BA6FF;

margin: 0;
background: #172322;
text-decoration: none;

}

.vimeo ul li a:hover{

}

.vimeo ul li a[rel]:after{ /*HTML to indicate drop down link*/


}



.dropmenudiv{
position:absolute;
top: 0;

color: #1BA6FF;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;

width: 100px;
visibility: hidden;
padding-top:10px;
padding-left:-10px;
padding-right:10px;
padding-bottom:10px;


}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;

padding: 2px 0;
text-decoration: none;

color: #1BA6FF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #172322;
color: #1BA6FF;
}
