@import url('styles.css');

.searchbar{
	position:relative;	
	background-color:#CBCBC4;
	padding-top:5px;
	padding-bottom:3px;
	border-top:1px solid #A6A69F;	
        padding-right:20px;
	width:348px;
}
.boxInputs{
	padding-top:0px;
        height:150px;
}
.boxInputsIE{
        position:relative;
	top:10px;
}
.links{
        width:86px;
}
.subMenu1 a{        
        padding-right:20px;
        padding-left:10px;                
        padding-top:2px;
        padding-bottom:3px;
        text-decoration: none;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:10px;
        color:#000000;        
        display:block; 
        width:100%;  
}
.subMenu1 a:hover{        
        background-color:#E8E8E8;
}
.subMenuItemA{        
        background-image: url(http://jobraadgiverne2.rho.typoconsult.dk/fileadmin/templates/images/smallarrow.gif);
        background-position: right center;
	background-repeat: no-repeat;
}
.subMenuItemA a{
        display:block;
}
.subMenuItemA a:hover{
        background-color:#E8E8E8;
        background-image: url(http://jobraadgiverne2.rho.typoconsult.dk/fileadmin/templates/images/smallarrow.gif);
        background-position: right center;
	background-repeat: no-repeat;
}
