@import url("../uicore/uicore.css");

#homelink {
			background: url('icons/Sun.gif') left no-repeat;
			background-size: 95%;
			opacity: 0.75;
		}
#homelink select {
max-width: 104px;

}
/*Selector de ID*/
#homelink:hover {
     background-size: 100% auto;
     color: blue;
     opacity: 1;
}

.optionsBar {
     background: url('icons/Sun.gif') right no-repeat;
     background-size: 70px;
     background-position: 99%;
}
