div.cmDiv
{
}
.clickMenu
{
	margin: 0;
	padding: 0;
	cursor: default;
}
.clickMenu, .clickMenu ul
{
	list-style: none;
}
.clickMenu ul
{
	margin: 0;
	padding: 2px;
	min-width: 100px; /* ie doesnt know this :/ */
	//float: left;/*ie again*/
	//width: 100%;/*and again*/
}
.clickMenu div.outerbox
{   
	display: none;
	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
	z-index:100;
}
.clickMenu div.inner
{
    width:134px;
	top: 50px; /* for ie */
	left: 5px;
	margin: 0;
	z-index:100;	
}
.clickMenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: -3px;
    border-top:8px solid #ccdcf2;
    border-bottom:8px solid #ccdcf2;
	z-index:100;    
}
.clickMenu li
{
	position: relative;
	padding: 0 20px 0 2px;
	/*white-space: nowrap; does not really work in ie */
}
.clickMenu li.main
{
	float: left;
	padding: 0 10px;
	//height: 20px; /* for ie */
}
.clickMenu li.main li
{
	z-index: 20;
	min-width: 78px;
}
.clickMenu li.hover
{
	z-index: 10 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
	background-color: #aaa;
}
.clickMenu img.liArrow
{
	position: absolute;
	right: 5px;
	top: 0.41em;
}
.clickMenu a
{
	text-decoration: none;
	color: black;
	cursor: default;
}
/* 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(myshadow.png) no-repeat right top;
}
html>body div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(myshadow.png) left bottom;
}
html>body div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(myshadow.png) no-repeat right bottom;
}

html>body .innerbox
{
	margin: 0;
	display: inherit;
	z-index:100;	
}
*/
#stylishdiv {
    position:absolute;
    left:0px;
    top:0;
}

* html #stylishdiv { /* auto clear, @ IE 6 & IE 7 Quirks Mode */

}
*:first-child+html #stylishdiv  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    position:static;
    margin:-40px;
    padding-top:20px;
}

#sanmenu, #sanmenu  li.main ul
{
	padding: 0px;
	background: transparent url(menu.gif) repeat-y;  
}
#sanmenu li.main
{
	padding-top: 1px;
	background: transparent url(../../../Images/Misc/ApplicationMenuKbs.gif) no-repeat 8px 8px;	
	width:41px;
	height:48px;
	border:none;
}

#sanmenu li.main li.first {	
    background: transparent url(MenuItemBgFirst.gif) no-repeat;
    height:41px !important;
    padding-top:15px !important;
    padding-left:10px !important;
}

#sanmenu li.main li
{
	padding-top: 0px;
	height: 37px;
	//height: 38px; /*ie*/
	white-space: nowrap;
	border-bottom:1px solid #ccdcf2;	
	z-index:1000;	
}
#sanmenu li.main li
{
	height: 37px;
	//height: 38px; /*ie*/
	background: transparent url(menu.gif) repeat-y;
	padding-left:10px !important;
	padding-top:4px !important;
}

#sanmenu li.main li.last {
    background: transparent url(MenuItemBgLast.gif) no-repeat;
    height:48px !important;
    padding-left:10px !important;
    padding-top:6px !important;
    padding-bottom:3px !important;
    border-bottom:1px none transparent !important;    
}



#sanmenu li.main.hover
{
	background: inherit;
	padding-top: 1px;
	background: transparent url(../../../Images/Misc/ApplicationMenuHoverKbs.gif) no-repeat 8px 8px;
	border:none;
}
#sanmenu li.main li.disabled
{
	color: #bbb;
	background: transparent url(menu.gif) repeat-y !important;
}
#sanmenu img.pic
{
	width: 32px;
	height: 32px;
	margin-right: 8px;
	position: relative;
	top: 2px;
	left: 2px;
	vertical-align:middle;
}
#sanmenu img.liArrow
{
	top: 3px;
	right: 0;
}


#sanmenu li.main li.first.hover {
    background: transparent url(MenuItemBgHoverFirst.gif) no-repeat;   
}

#sanmenu li.main li.hover
{
	background: transparent url(menuh.gif) repeat-y;
}

#sanmenu li.main li.last.hover {
    background: transparent url(MenuItemBgLastHover.gif) no-repeat;
}