body,td,th {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		/*behavior: url(csshover.htc);*/
		font-size: 100%;
}
		
#menu {
width: 100%;
background: #000000;
float: right;
cursor:pointer;
}



#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 115px;
float: right;
}

#menu a, #menu h2 {
font: 14pt century gothic, arial, verdana;
display: block;
margin: 0;
padding: 5px;

}

#menu h2 {
color: #ffffff;
background: #000000;
text-align:left;
}

#menu a {
color: #000000;
background: #ffffff;
text-decoration: none;
text-align:left;
}

#menu a:hover {
color: #F51665;
background: #ffffff;
}

#menu li {position: relative;}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


.solidBottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
}

.dashBottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
}

.dashTop {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999999;
}

.dashRight {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999999;
}




@media print {
  body {
  background-color: white !important;
  background-image: none !important;
  }

	img { 
    visibility:hidden !important; 
    position:absolute !important;
  }
  
	.AllowPrint { 
    visibility:visible !important; 
    position:relative !important;
  }
	
  .NoPrint{
    visibility:hidden !important; 
    position:absolute !important;
  }
	
}