/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:fixed; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{position:fixed; width:10; height:10; visibility:hidden; width:100%;}

/*Styles for level 0*/
.clLevel0,.clLevel0over{position:fixed; padding:2px; padding-left:7px; font-family:tahoma,arial,helvetica; font-size:14px; font-weight:bold;}
.clLevel0{background-color:#6666cc; layer-background-color:#6666cc; color:white;}
.clLevel0over{background-color:#4c4d99; layer-background-color:#4c4d99; color:white; cursor:pointer; cursor:hand; }
.clLevel0border{position:fixed; visibility:hidden; background-color:#4c4d99; layer-background-color:#4c4d99}

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:relative; padding:2px; padding-left:7px; font-family:tahoma, arial,helvetica; font-size:13px; font-weight:bold; line-height:18px;}
.clLevel1{background-color:#4c4d99; layer-background-color:#6666cc; color:white;}
.clLevel1over{background-color:#6666cc; layer-background-color:#4c4d99; color:white; cursor:pointer; cursor:hand; }
.clLevel1border{position:fixed; visibility:hidden; background-color:#4c4d99; layer-background-color:#4c4d99}

/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:2px; padding-left:7px; font-family:tahoma,arial,helvetica; font-size:12px; font-weight:bold;}
.clLevel2{background-color:#4c4d99; layer-background-color:#6666cc; color:white;}
.clLevel2over{background-color:#6666cc; layer-background-color:#4c4d99; color:white; cursor:pointer; cursor:hand; }
.clLevel2border{position:fixed; visibility:hidden; background-color:#006699; layer-background-color:#006699}

/* IE 6 HACKS */
@media screen
{
	div.clLevel0border, div.clLevel0over, div.clLevel0,
	div.clBar, div.clCMAbs {position: fixed;}

	div.clLevel1over, div.clLevel1{top:0 !important; margin-top:1px !important; padding-top:0px !important; padding-bottom:0px !important;}
	div.clLevel0over, div.clLevel0{left:inherit !important; top:inherit !important;}
	
	/* IE 7 only */
	*:first-child+html div.clBar, *:first-child+html div.clLevel0over, *:first-child+html div.clLevel0
	{position: relative;}
	
	/* IE 6 only */
	* html div.clLevel2border { position: absolute; }
	* html div.clLevel2over { position: absolute; }
	* html div.clLevel2 { position: absolute; }
	* html div.clLevel1border { position: absolute; }
	* html div.clLevel1over { position: relative; top:0px !important; }
	* html div.clLevel1 { position: relative; top:0px !important; }
	* html div.clLevel0border { position: absolute; }
	* html div.clLevel0over { position: absolute; }
	* html div.clLevel0 { position: absolute; }
	* html div.clBar { position: absolute; width: 985px;}
	* html div.clCMAbs { position: absolute; }
}


/* links in menu for search engines. make them "invisible" */
a.menu:link { color: white; text-decoration: none; }
a.menu:active { color: white; text-decoration: none; }
a.menu:hover { color: white; text-decoration: none !important; }
a.menu:visited { color: white; text-decoration: none; }
