document.write("<style>")

document.write("A:link,A:visited {color:#2574B0; text-decoration:none}")	
document.write("A:hover {color: #D92B2B; text-decoration:none}")

/* CoolMenus 4 - default styles - do not edit */
document.write(".clCMEvent{position:absolute; width:99%; height:99%; clip:rect(0,100%,100%,0); left:0; top:0; visibility:visible}")
document.write(".clCMAbs{position:absolute; visibility:hidden; left:0; top:0}")
/* CoolMenus 4 - default styles - end */

/*Style for the background-bars, border*/
document.write(".clBara,.clS1a{position:absolute; background-color:#2574B0; layer-background-color:#2574B0; visibility:hidden}")
document.write(".clBarb,.clS1b{position:absolute; background-color:#D92B2B; layer-background-color:#D92B2B; visibility:hidden}")
document.write(".clB {position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699}")
/*Styles for Levels Top and Subs*/
document.write(".clTa,.clTover,.clTb{position:absolute; padding:2px; font-family:arial,verdana,helvetica,tomaha; font-size:12px; font-weight:bold; text-align:center;}")
document.write(".clTa,.clS1a {background-color:#2574B0; layer-background-color:#2574B0; color:white;}")
document.write(".clTover,.clSover{position:absolute; background-color:#99ccfe; layer-background-color:#99ccfe; color:#D92B2B; cursor:pointer; cursor:hand;}")
document.write(".clS1a,.clS2a,.clSover,.clS1b,.clS2b{position:absolute; padding:2px; font-family:arial,veranda,helvetica,tomaha; font-size:11px; font-weight:bold}")
document.write(".clS2a{background-color:#ffffff; layer-background-color:#ffffff; color:#D92B2B;}")
document.write(".clTb,.clS1b{background-color:#D92B2B; layer-background-color:#D92B2B; color:white;}")
document.write(".clS2b{background-color:#ffffff; layer-background-color:#ffffff; color:#D92B2B;}")
document.write("</style>")

/*Browsercheck object*/
function cm_bwcheck(){
 this.ver=navigator.appVersion
 this.agent=navigator.userAgent.toLowerCase()
 this.dom=document.getElementById?1:0
 this.op5=(this.agent.indexOf("opera 5")>-1 || this.agent.indexOf("opera/5")>-1) && window.opera 
 this.op6=(this.agent.indexOf("opera 6")>-1 || this.agent.indexOf("opera/6")>-1) && window.opera
 this.ie5 = (this.agent.indexOf("msie 5")>-1 && !this.op5 && !this.op6)
 this.ie55 = (this.ie5 && this.agent.indexOf("msie 5.5")>-1)
 this.ie6 = (this.agent.indexOf("msie 6")>-1 && !this.op5 && !this.op6)
 this.ie4=(this.agent.indexOf("msie")>-1 && document.all &&!this.op5 &&!this.op6 &&!this.ie5&&!this.ie6)
 this.ie = (this.ie4 || this.ie5 || this.ie6)
 this.mac=(this.agent.indexOf("mac")>-1)
 this.ns6=(this.agent.indexOf("gecko")>-1 || window.sidebar)
 this.ns4=(!this.dom && document.layers)?1:0;
 this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.op5 || this.op6)
 this.usedom= this.ns6//Use dom creation
 this.reuse = this.ie||this.usedom //Reuse layers
 this.px=this.dom&&!this.op5?"px":""
 return this
}
var bw=new cm_bwcheck()
var cs_menu=(bw.ie || bw.ns4 || bw.ns6)