
			
			#vwmmfwddmenu {
				background: url('../images/off-bg.gif');
				float:left;
				height: 28px;
				width: 100%;
				font-family: Verdana;
				font-weight: 900;
				font-size: 12px;
				margin-top: 1px;
			}
			#vwmmfwddmenu a {
				text-decoration: none;
				display: block;
			}
			.but {
				margin-left: -9px;
			}
			.but, .but .aa, .but .bb, .but .mm {
				display: block;
				float:left;
				height: 28px;
				cursor: hand;
			}
			.but .aa, .but .bb {
				width: 8px;
			}
			.but .mm {
				padding: 0px 6px;
			}
			

			.but a .mm {
				background: url('../images/off-bg.gif');
				color: #ffffff;
			}
			.but a .aa {
				background: url('../images/off-left.gif');
			}
			.but a .bb {
				background: url('../images/off-right.gif');
			}

			.but .selected .mm {
				background: url('../images/on-bg.gif');
				color: #ffffff;
				text-decoration :none;
			}
			.but .selected .aa {
				background: url('../images/on-left.gif');
			}
			.but .selected .bb {
				background: url('../images/on-right.gif');
			}

			.but a:hover .mm, .but a:active .mm, .mainselected a.menuitem .mm {
				background: url('../images/over-bg.gif');
				color: #ffffff;
				text-decoration :none;
			}
			.but a:hover .aa, .but a:active .aa, .mainselected a.menuitem .aa {
				background: url('../images/over-left.gif');
			}
			.but a:hover .bb, .but a:active .bb, .mainselected a.menuitem .bb {
				background: url('../images/over-right.gif');
			}

			a.menuitem .mm .name {
				float:left;
				margin-top: 5px;
				display: block;
			}

			.butfirst {
				margin-left: 0;
			}
			.butfirst .aa {
				display: none;
			}
			.butfirst .mm {
				padding-left: 15px;
			}
			

			.submenu {
				/*background: url('../images/subnav_bg.gif');*/
				background-color: #dde5ee;
				border: 1px solid #88A5C5;
				border-top: 1px solid #ffffff;
				position: absolute;
				margin-top: 28px;
				z-index: 99;
				width: 160px;
				display: none;
				padding: 0px;
			}
			.but .submenu {
				/*margin-left:2px;*/
			}
			.butfirst .submenu {
			}
			
			.submenu a {
				/*width: 160px;*/
				padding: 5px 12px;
				display: none;
				font-size: 12px;
				color: #000000;
				font-family: Arial, Helvetica, Verdana, sans-serif;
				font-weight: normal;
			}
			.mainselected .submenu a {
				display: block;
			}
			.mainselected .submenu a:hover {
				background: url('../images/subnav_bg_on.gif');
				display: block;
			}
			.mainselected .submenu {
				display: block;
			}
			
		

