/*//////////////////////////////////////*/
/*/////////// MENU STYLES //////////////*/
/*//////////////////////////////////////*/

#menu 
{
	background: url(../img/menubg.jpg) top center repeat-x;
	width: 980px;
	height: 35px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #7a7a7a;
}

#menu_left {
	background: #FFFFFF url(../img/menu_left.jpg) top center no-repeat;
	width: 5px;
	height: 35px;
	float: left;
}

#menu_right {
	background: url(../img/menu_right.jpg) top center no-repeat;
	width: 5px;
	height: 35px;
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li { display: inline; }
#menu a { color: #7a7a7a; text-decoration: none; line-height: 35px; padding: 0 0 0 20px; float: left; }
#menu a span { color: #7a7a7a; text-decoration: none; line-height: 35px; padding: 0 20px 0 0; display: block; background: url(../img/menu_break.jpg) top right no-repeat; }

#menu a:hover { color: #FFFFFF; text-decoration: none; background: url(../img/menu_hover.jpg) top center repeat-x; cursor: pointer; }
#menu a:hover span { color: #FFFFFF; text-decoration: none; background: url(../img/menu_break.jpg) top right no-repeat; cursor: pointer; }

#menu li.button1 a { color: #FFFFFF; text-decoration: none; background: url(../img/menu_hover.jpg) top center repeat-x; cursor: pointer; }
#menu li.button1 a span { color: #FFFFFF; text-decoration: none; background: url(../img/menu_break.jpg) top right no-repeat; cursor: pointer; }

#search { float: right; width: 200px; margin: 7px 0 0 0; text-align: right; }
.searchfield {
	background: url(../img/soegfelt.gif) top center no-repeat;
	width: 135px;
	height: 15px;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
	color: #7a7a7a;
	border: 0;
	float: right;
}
.searchbutton {
	width: 11px;
	height: 11px;
	margin: 5px 15px 0 10px;
	border: 0;
	float: right;
}


/* SUBMENU */

.submenu span {
	font-weight: normal;
	color: #7a7a7a;
	text-indent: 20px;
	line-height: 28px;
	border-bottom: 1px solid #d0d0d0;
	margin: 0;
	text-decoration: none;
}
.submenu a { text-decoration: none; } .submenu a:hover { text-decoration: none; }
.submenu a span { color: #7a7a7a; text-decoration: none; display: block; }
.submenu a:hover span { color: #2c4b79; text-decoration: none; background: #cbd1db; display: block; }

.submenu1 span {
	font-weight: normal;
	color: #2c4b79;
	background: #cbd1db;
	text-indent: 20px;
	line-height: 28px;
	border-bottom: 1px solid #d0d0d0;
	text-decoration: none;
}
.submenu1 a { text-decoration: none; } .submenu1 a:hover { text-decoration: none; }
.submenu1 a span { color: #2c4b79; background: #cbd1db; text-decoration: none; display: block;  }
.submenu1 a:hover span { color: #2c4b79; #cbd1db; text-decoration: none; display: block;  }


/* END */