/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.menu-verticaal{
	position: relative;
	padding: 0 0 0 0px;
	margin: -2 0 0 0;
	height: 36px;
	width: 200px;
	list-style: none;
}

.menu-verticaal li{
	float:left;
}

.menu-verticaal li a, .menu-verticaal li a:visited{
	float: top;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 10px;
	width: 200px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;	
	background: url("../images/layout/menu/metlijntje.jpg") no-repeat;
}

.menu-verticaal li a b{
	color: #000;
	text-decoration: none;	
	float: left;
	display: block;
	padding: 0 15px 0 13px; /*Padding of menu items*/
}

.menu-verticaal li.current a, .menu-verticaal li a:hover{
	color: #000;
	text-decoration: underline;
	background: url("../images/layout/menu/gradient-white.jpg") no-repeat;
	background-position: left;
}

/*.menu-verticaal li.current a b, .menu-verticaal li a:hover b{ */
/*	color: #fff; */
/*	background: url(../media/gradient-white.jpg) no-repeat right top; /*right tab image path*/
}

