.jmainmenu{
/*font: bold 12px Verdana;
/*background: #bdb5a8;*/
/*width: 770px;*/
/*z-index: 2000;*/
padding: 0;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	font-family:Arial, verdana, sans-serif;
	position: inherit;
	z-index:1010;
	width:940px;
	height:40px;
	min-height: 40px;
	max-height: 40px;
	background:url(/Frivillighet/js/menu/menu_bg.png) repeat-x top left; /*prim_nav_bg.gif) repeat-x top left;*/
	float:left;

}

#jmainmenu li {
	list-style-image: none;
	list-style-type: none;
}

#jmainmenu li.top{
	list-style:none;
	position:relative;
	float:left;
	color:#ffffff;
	list-style-image: none;
	list-style-type: none;	
}

#jmainmenu li a.top{
	text-decoration:none;
	color:#ffffff;
	text-transform:uppercase;
	display:block;
	padding:12px 13px 9px;
	text-indent:-11111px;
	font-size:12px;
	height:19px;
}

.jmainmenu ul{
margin: 0;
padding: 10px;
list-style-type: none;
z-index: 2000;
	list-style-image: none;
	list-style-type: none;
}

/*Top level list items*/
.jmainmenu ul li{
position: relative;
display: inline;
float: left;
z-index: 2000;
	list-style-image: none;
	list-style-type: none;
}

/*Top level menu link items style*/
.jmainmenu ul li a{
display: block;
/*background: #e0ded3; /*background of tabs (default state)*/
color: black;
padding: 0px 15px;
border: 0px solid #778;
color: silver;
text-decoration: none;
z-index: 2000;
/*height: 25px;*/
/*background:url(/content/images/personal_bg.jpg) repeat-x;*/
}

* html .jmainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
z-index: 2000;
}

.jmainmenu ul li a:link, .jmainmenu ul li a:visited{
color: Black;
font-weight: bold;
z-index: 2000;
}

.jmainmenu ul li a:hover{
/*background: black; /*tab link background during hover state*/
color: Black;
/*background-color: #007ac2;*/
/*background:url(/content/images/personal_bg_over.jpg) repeat-x;*/
font-weight: bold;
z-index: 2000;
text-decoration: underline;
}
	
/*1st sub level menu*/
.jmainmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
z-index: 2000;
	list-style-image: none;
	list-style-type: none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jmainmenu ul li ul li{
display: list-item;
float: none;
/*width: 200px;*/
z-index: 2000;
	list-style-image: none;
	list-style-type: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jmainmenu ul li ul li ul{
top: 0px;
padding: 0px;
z-index: 2000;
	list-style-image: none;
	list-style-type: none;
}

/* Sub level menu links style */
.jmainmenu ul li ul li a{
font: normal 12px Verdana;
width: 190px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
/*border: 1px solid #555555;*/
background-color: #DDDDDD;
z-index: 2000;
}

.jmainmenu ul li ul li a:hover{ /*sub menus hover style*/
/*background-image: url(/frivillighet/gfx/xp3.gif);
background-repeat: repeat-x;*/
background-color: silver;
color: black;
z-index: 2000;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 10px;
right: 5px;
z-index: 2000;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 15px;
z-index: 2000;
}

/* LEFT MENU */

A.MenuLink  {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
	text-decoration : none;
}

A:Visited.MenuLink  {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
	text-decoration : none;
}

A:Active.MenuLink  {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
	text-decoration : none;
}

A:Hover.MenuLink  {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Red;
	text-decoration : none;
}

/* SEARCH BOX BEGIN */
#search_box {
    width: 170px;
    height: 31px;
    background: url(/frivillighet/js/menu//bg_search_box.gif);
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 128px;
    background: none;
    font-size: .8em;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}
/* SEARCH BOX END */