/* CSS Document */


.menu{
background:#c82236;
margin:0 auto;
margin-top:6px;
padding:0;
width:936px;
border:2px solid #96999B;
height:24px;
}


.ksmenu{
padding: 0;
width: 100%;
/*border-top: 5px solid #B40F25; Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ksmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
position:relative;
z-index:999;
}

.ksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
border-right:2px solid #000000;
/*text-transform:uppercase;*/
}

.ksmenu a{
float: left;
display: block;
font: bold 12px Verdana,Arial,Helvetica,sans-serif;
color: white;
text-decoration: none;
margin: 0 0 0 0; /*Margin between each menu item*/
padding: 5px 0px 5px 0px; /*Padding within each menu item*/
/*background-color: #000001;*/ /*Default menu color*/
/*border-bottom: 1px solid white;*/ /*  */
}

.ksmenu a:hover{
background-color: #808080; /*Highlight red color theme*/
color: white;
text-decoration:none;
}

.ksmenu .current a{ /** currently selected menu item **/
background-color: #808080; /*Highlight red color theme*/
color: white;
}


/*Top level list items*/
.ksmenu ul li{
position: relative;
display: inline;
float: left;
}

/*1st sub level menu*/
.ksmenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background:#c82236;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ksmenu ul li ul li{
border:none;
}


/*All subsequent sub menu levels offset after 1st level sub menu */
.ksmenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.ksmenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
text-decoration: none;
}

/*Background image for top level menu list links */
.ksmenu .mainfoldericon{
/*background: url(arrow-list.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
.ksmenu .subfoldericon{
/*background:  url(arrow-list.gif) no-repeat center right;*/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}


#myform{ 
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 180px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana,Arial,Helvetica,sans-serif;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}


#ksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #B40F25; 
}
	
/* Holly Hack for IE \*/
* html .ksmenu ul li { float: left; height: 1%; }
* html .ksmenu ul li a { height: 1%; }
/* End */







.ikon_menu{
padding:5px 0px 0px 0px;
}

.ikon_menu ul{
list-style:none;
margin:0;
padding:0;
}

.ikon_menu ul li{
float:left;
margin:0;
padding:0px 0px 0px 5px;
}

.ikon_menu ul li a{
text-decoration:none;
cursor:pointer;
margin:0;
padding:0;
}

.linkkategori2{
	text-decoration:none;
	color:#58595B;
	
}
a:hover {
	text-decoration:underline;
	color:#CE2020;
}





.menu_hover:hover{
width:42px;
height:42px;
margin:-8px 0px 0px -8px;
}