@charset "utf-8";
/* CSS Document */

#dropmenudiv{
background-color:#d2d1d1;
font-family:Geneva, Arial, Helvetica, sans-serif;
position:absolute;
border:1px solid #d2d1d1;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #d2d1d1;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
color: white;
background-color:#333333;
}

#buttondiv {
width:726px;
height:40px;
float:left;
overflow:hidden;
}



#buttondiv a {
	height:31px;
	float:left;
	background:#3765b0 url(../px/menu_alink.jpg) repeat-x top left;
	color:#fff;
	padding:9px 20px 0 20px;
	display:block;
}

#buttondiv a.selected {
	background:#000 url(../px/menu_ahover.jpg) repeat-x top left;
}

#sokdiv {
width:166px;
height:35px;
float:left;
overflow:hidden;
margin:0;
padding:0 0 0 8px;
}

.menysok {
color:#fff;
background:#5f5d5e;
border:1px solid #000;
font-size:90%;
padding:0;
width:100px;
height:20px;
display:inline;
margin:3px 0 0 0;
padding:5px 5px 0 5px;
float:left;
}

.menysok:focus {
color:#000;
background:#fff;
}

#sokbtn {
width:45px;
height:25px;
margin:0;
padding:0;
border:0;
position:relative;
top:4px;
background:url(../px/button_sok.jpg) no-repeat center top;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */
float:left;
}