div.cmDiv{
	/*background-color: #000000;*/
}
.clickMenu{
	cursor: pointer;
}
.clickMenu, .clickMenu ul{
	list-style: none;
}
.clickMenu ul{
	padding: 0 2px;
	border: 1px solid gray;
	background-color: black;
	min-width: 150px;
	float: left;
	width: 100%;
}
.clickMenu div.outerbox{
	display: none;
	min-width: 160px;
}
.clickMenu div.inner{
	top: 20px;
	left: 0;
	margin: 0;
}
.clickMenu div.inner div.outerbox{
	margin: 0;
	left: 98px;
	top: -3px;
}
.clickMenu li{
	position: relative;
	padding: 0;
	white-space: nowrap;
}
.clickMenu li.main{
	float: left;
	padding: 0;
}
.clickMenu li.main li{
	z-index: 2;
	min-width: 78px;
}
.clickMenu li.hover{
	z-index: 100;
}
.clickMenu a{}
.clickMenu a:hover{}
/* thats for the shadowbox */
html>body div.outerbox{
	padding: 0 5px 5px 0;
}
html>body div.shadowbox1{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(../img/theme/myshadow.png) no-repeat right top;
}
html>body div.shadowbox2{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(../img/theme/myshadow.png) left bottom;
}
html>body div.shadowbox3{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(../img/theme/myshadow.png) no-repeat right bottom;
}
html>body .innerbox{
	margin: 0;
	display: inherit;
}

#stylishmenu2, #stylishmenu2 ul,
#stylishmenu3, #stylishmenu3 ul,
#stylishmenu4, #stylishmenu4 ul,
#stylishmenu, #stylishmenu ul{
	padding: 0;
	background-color: #a8aaa9;
}
#stylishmenu2 li.main,
#stylishmenu3 li.main,
#stylishmenu4 li.main,
#stylishmenu li.main{
	height: 20px;
	text-align: left;
}
#stylishmenu2 li.main li,
#stylishmenu3 li.main li,
#stylishmenu4 li.main li,
#stylishmenu li.main li{
	border-bottom: 1px solid gray;
	padding: 4px;
	height: 15px;
	white-space: nowrap;
}

#stylishdiv div.cmDiv{}

#stylishmenu2 li.white,
#stylishmenu3 li.white,
#stylishmenu4 li.white,
#stylishmenu li.white{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: white;
	padding-right: 30px;
}
#stylishmenu2 li.white.hover,
#stylishmenu3 li.white.hover,
#stylishmenu4 li.white.hover,
#stylishmenu li.white.hover{
	color: #66ccff;
}

#stylishmenu2 li.grey,
#stylishmenu3 li.grey,
#stylishmenu4 li.grey,
#stylishmenu li.grey{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #525252;
	padding-right: 30px;
}

#stylishmenu2 li.grey.hover,
#stylishmenu3 li.grey.hover,
#stylishmenu4 li.grey.hover,
#stylishmenu li.grey.hover{
	color: white;
}

.stylishmenulink, .stylishmenulink:link, .stylishmenulink:visited, .stylishmenulink:active{
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: white;
	cursor: pointer;
}
.stylishmenulink:hover{
	color: #66ccff;
}

.stylishmenulink2, .stylishmenulink2:link, .stylishmenulink2:visited, .stylishmenulink2:active{
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #525252;
	cursor: pointer;
}

.stylishmenulink2:hover{
	color: white;
}

