.testlayer {
	position: absolute;
	top: 25px;
	width: 403px;
	background: white;
	font: normal 8px Verdana, Arial, Helvetica, sans-serif;
	color: red;
	text-align: left;
	padding: 0;
	z-index: 1000;
}

.webdesignmenu {
	position: relative;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	width: 100%; /*leave this value as is in most cases*/
	border: 1px solid #FFFFFF;
}

.webdesignmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 468px; /*width of menu*/
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	background: black url(http://www.yoyacool.com/images/web-design.gif) center center repeat-x;
}

.webdesignmenu ul li {
	display: inline;
}

.webdesignmenu ul li a {
	float: left;
	color: #FFFFFF; /*text color*/
	padding: 5px 13px 5px 7px;
	text-decoration: none;
	border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.webdesignmenu ul li a:visited {
	color: white;
}

.webdesignmenu ul li a:hover, .webdesignmenu ul li .current {
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: black url(http://www.yoyacool.com/images/graphic-design.gif) center center repeat-x;
}

.webdesignmenu ul li .promotion {
	color: white;
	background: red;
	width: 61px;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 0 0 3px;
	text-align: left;
	height: 31px;
}

.webdesignmenu ul li a.promotion:hover {
	color: white;
	background: black url(http://www.yoyacool.com/images/graphic-design.gif) center center repeat-x;
	width: 61px;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 0 0 3px;
	text-align: left;
	height: 31px;
}

