/* CSS Document */
.language{ width:288px; }
.menubar{
	height:35px; /*IE */
	margin-top: -1px; /*IE */
    min-height:25px;
	height:auto!important;
	margin-top: 3px !important;
    padding-top: 10px;
    width: 100%; }
	.menubar a{color: #ffffff;}
	.menubar a:hover{color: #255fad;}

.btn_arrowdown
{
	background-image: url(/Portlets/images/css/icons/arrow_down.png);
	background-repeat: no-repeat; 
	background-position: right -65px; 
	padding-right: 25px;
	line-height: 17px; 
	margin: 10px 0;
	font-size: 14px;
	color: #F00;
}

.btn_arrowdown:hover
{
	background-position: right -4px;
	color: #F00;
}

.ico_newmessages
{
	background-image: url(/Portlets/images/css/icons/icon_newmessages.png);
	background-repeat: no-repeat;
	font-size:16px;color:#109976;font-weight:bold;
	padding: 3px 0px 5px 32px;
}