/*
	Anika Fashion
	Menu Stylesheet
	Copyright 2007 i-Aspect B.V.
*/

	ul.menu{
		list-style:none;
		border:1px solid #d2d1d1;
		margin:0px;
		margin-bottom:20px;
		padding:0px;
	}
		ul.menu li{
			background:url(../images/bg_menuitem.gif) repeat-x bottom;
			height:25px;
			margin:1px;
		}
			ul.menu li.last-child{
				background:none;
			}
		
		ul.menu li a{
			display:block;
			padding:3px;
			margin:0px;
			height:19px;
			padding-left:7px;
			text-decoration:none;
			font-size:12px;
			color:#828181;
/*			border:1px solid #ff00ff;*/
		}
			ul.menu li a:hover{
				text-decoration:underline;
			}
		
		ul.menu li a.active{
			background:url(../images/bg_menuitem-active.gif) repeat-x;
			font-weight:bold;
/*			height:19px;			*/
		}
		
		h3.menuheading{
			font-size:14px;
			background:url(../images/bg_menuheading.gif) repeat;
			border:1px solid #d2d1d1;
			border-bottom:none;
			color:#ffffff;
			padding:3px;
			padding-left:7px;
			height:19px;
			font-weight:bold;
		}

