/*//////////////////////////////////////*/
/*/////////// MENU STYLES //////////////*/
/*//////////////////////////////////////*/

/* TOPMENU */
#topmenu 
{
	width: 640px;
	margin: 5px 0 0 0;
	float: right;
	font-size: 13px;
	height: 30px;
	color: #94aab6;
	font-weight: bold;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topmenu li { display: inline; }
#topmenu a { color: #94aab6; text-decoration: none; padding: 0 20px 7px 20px; }
#topmenu a:hover { color: #ea669f; text-decoration: none; cursor: pointer; background: url(../img/menu-pil.gif) bottom center no-repeat; }

#topmenu li.selected a { color: #ea669f; text-decoration: none; cursor: pointer; background: url(../img/menu-pil.gif) bottom center no-repeat; }
#topmenu li.selected a:hover { color: #000000; text-decoration: none; cursor: pointer; background: url(../img/menu-pil.gif) bottom center no-repeat; }
/* TOPMENU */

/* CATEGORIES */
#categorytop {
	background: url(../img/kategorier.jpg) top center no-repeat;
	width: 194px;
	height: 43px;
}
.categorybottom {
	background: url(../img/kategorier-bund.jpg) top center no-repeat;
	width: 194px;
	height: 5px;
}

#categories {
	background: #cfcab3;
	width: 192px;
	border-left: 1px solid #f6f4e8;
	border-right: 1px solid #f6f4e8;
	margin: 0;
	font-size: 11px;
	color: #636157;
	text-align: left;
}
#categories ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#categories ul li a {
	color: #636157;
	text-decoration: none;
	line-height: 24px;
	padding: 0 0 0 20px;
	border-bottom: 1px dashed #e6e3d6;
	display: block;
}
#categories ul li a:hover { color: #000000; text-decoration: none; cursor: pointer; }

#categories ul li ul li a { 
	color: #636157;
	text-decoration: none;
	cursor: pointer;
	display: block;
	line-height: 24px;
	background: url(../img/catarrow.gif) no-repeat 20px 7px;
	padding-left: 40px;
	border-bottom: 1px dashed #e6e3d6;
}
#categories ul li ul li a:hover { color: #000000; text-decoration: none; cursor: pointer; }

#categories ul li ul li ul li a {
	color: #636157;
	text-decoration: none;
	cursor: pointer;
	display: block;
	line-height: 24px;
	background: url(../img/catarrow.gif) no-repeat 40px 7px;
	padding-left: 60px;
	border-bottom: 1px dashed #e6e3d6;
}
#categories ul li ul li ul li a:hover { color: #000000; text-decoration: none; cursor: pointer; }

/* CATEGORIES */
/* END */