﻿.TestMMenu
{
	background-color:Red;
}

.TestMMenuItem a {color:White;text-decoration:none;}
.TestMMenuItem a:hover {color:Yellow;}
.TestMSubMenu
{
	xbackground-color:Green;
}
.TestMSubMenuItem a:hover {background: url(images/popupmenus_r.gif) 2px right no-repeat;}
.TestMSubMenuItem a{color:Yellow;display:block;padding:5px 10px 5px 10px;white-space:nowrap;}
.TestMSubMenuItem a:hover{color:White;}
.TestMSubMenuItem a div {white-space:nowrap;cursor:pointer;width:100%;}
.SubMenuParent {width:100%;}
.SubMenu
{
	z-index:1000;
	position:absolute;
	display:none;
}
