 
.sticklr, 
.sticklr * {
	
   
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #555;
	list-style:none;
    vertical-align: baseline;
}

.sticklr {
	/*margin:-125px 0 0 785px;*/
	margin:-2px 0 0 785px;
    position: relative;
    top: 0;
    right: 0;
    height:30px;
    width:150px;
    overflow: visible;
    z-index: 90;
  
}

.sticklr > li > ul {
    display: none;
    position: absolute;
  
    width: 215px;
    overflow: hidden;
    background-color: #0d4a7c;
    background-color: rgba(240, 240, 240, 0.75);
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    z-index: 95;
}


.sticklr > li:hover > ul {
    display: block;
	float: left;
}

.sticklr > li > ul > li {
    border-bottom: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;    
    border-top: 1px solid #ccc;
    text-shadow: 1px 1px 1px #fff;
}


.sticklr > li > ul > li > a {
    display: block;
    padding: 8px 10px 8px 20px;
    background-color: #f0f0f0;
    background-color: rgba(240, 240, 240, 0.75);
    background-position: 10px;
    background-repeat: no-repeat;
    color: #555;
    font-size:9px;
    text-decoration: none;
    white-space: nowrap;
	background-color: transparent !ie;
	
}
.sticklr > li > ul > li > a > span
{
    margin:-30px 0 0 20px;
}

.sticklr > li > ul > li > a:hover {
    background-color: #cccccc;
    color:#000;
}


/* icons */

.icon-facebook {
    background-image: url('aboutus/img/our_site.png');
    width:15%;
    margin-left:-10px;
    margin-right:3px;
    
}

.icon-login
{
	
    background-image:url(../images/quicklinks.png);
    background-position:left -35px;
    display:block;
    height:36px;
    width:170px;
}
.icon-login:hover
{
     background-position:left 0;
}