/* ---------- Portlet ---------- */

.top-navigation-portlet #top-navigation {
    
    .top-navigation {
        margin: 5px 0;
        list-style: none;
        float: right;
        
        li {
            position: relative;
            display: inline;
            text-transform: none;
            padding: 5px 0px;
            font-size: 14px;
            height: 20px;
            
            a {
                border-right: 1px solid #CCCCCC !important;
                padding: 0px 5px !important;
            }
        }
        
        li:LAST-CHILD a {
             border-right: none !important;
             padding-right: 0px; 
        }
        
        li.current .links {
            color: #FFA500;
        }
	}
     
	
    .welcome {
        float: right;
        font-weight: normal;
        font-size: 14px !important;
        right: 5px;
        position: relative;
        
       	ul {
            margin: 5px 0 0 0;
        
            li {
                list-style: none;
                display: inline;
            }
		}	
        .links a {
        	color: orange;
            font-weight: normal;
        }
            
        img {
        	height: 25px;
            vertical-align: middle;
        }
        
        .username {
        	color: orange !important;
        }
	}
}