BODY { 

	overflow-x: hidden;

	margin:0;

	padding:0;

	background-color:#000000;

	text-align: center;

	behavior:url("csshover.htc"); 

}



BODY {

	SCROLLBAR-FACE-COLOR: #a1f4fb;

	SCROLLBAR-HIGHLIGHT-COLOR: gray;

	SCROLLBAR-SHADOW-COLOR: #a788a4;

	SCROLLBAR-ARROW-COLOR: #cccccc;

	SCROLLBAR-TRACK-COLOR: #d5f6f9;

}



p{

	margin:0;

	padding:0;
font-size: 100%;



}



ul{

	/*width:116px;*/

	margin:0;	

	padding:0;

	list-style: none;

}



ul li{

	margin-bottom: 15px;

}



a{

	color:#660000;

	font-family:"Times New Roman";

	text-decoration:none;

}



a:hover{

	color:#663300;

	font-family:"Times New Roman";

	text-decoration: none;

}



a.link1 {

	color:#660000;

	font-family:Times New Roman;

	text-decoration:none;

	font-weight: bold;

	font-size: 100%;

}



a.link1:hover {

	color:#663300;

	font-family:Times New Roman;

	text-decoration:none;

	font-weight: bold;

	font-size: 100%;

}



a.link2{

	color:#660000;

	font-family:"Times New Roman";

	text-decoration:none;

	font-weight: bold;

	font-size: 100%;

}



a.link2:hover{

	color:#663300;

	font-family:"Times New Roman";

	text-decoration: underline overline;

	font-weight: bold;

	font-size: 100%;

}



a.link3{

	color:#660000;

	font-family:"Times New Roman";

	text-decoration:none;

	font-weight: bold;

	font-size: 100%;

}



a.link3:hover{

	color:#663300;

	font-family:"Times New Roman";

	text-decoration: underline overline;

	font-weight: bold;

	font-size: 100%;

}



.textbody{

	font-family:"Times New Roman";

	font-weight: none;

	font-size: 100%;

	word-spacing:0;

	letter-spacing:0;

}



.menu{

    margin: 20px 0 0 0px;

   /* width: 120px;*/

}

.menu li{

    position: relative;

    line-height: 20px;

    

    margin-bottom: 1px;

}

.menu li a{

    color:#660000;

	font-family:"Times New Roman";

	text-decoration:none;

	font-weight: bold;

	font-size: 100%;

}

.sub-menu{

    background-color: #D29552;

    width: 350px;

    position: absolute;

    left: 120px;

    top: 0;

    display: none;

}

.sub-menu li{

    background-color: #D29552;

  }

.sub-menu li a{

      color: #660000;

}

.menu li:hover .sub-menu{

    display: block;

  }



ul.secondary-menu {

padding: 0;

display: inline-block;

    margin: 20px 0 0 0px;

    /*width: 120px;*/

}

ul.secondary-menu li {

background: #D29552;

list-style: none;

position: relative;

line-height: 20px;

margin-bottom: 1px;



}

ul.secondary-menu li a {

padding: 10px;

display: block;

border-top: 1px solid #D29552;

border-right: 1px solid #D29552;

    	color:#660000;

	font-family:"Times New Roman";

	text-decoration:none;

	font-weight: bold;

	font-size: 100%;



}

ul.secondary-menu li ul,

ul.secondary-menu li ul.sub-menu li ul {

margin: 0;

padding: 0;

display: none;

background-color: #D29552;



}

ul.secondary-menu li:hover ul,

ul.secondary-menu li ul.sub-menu li:hover ul {











z-index: 100;

background-color: #D29552;

    width: 300px;

    position: absolute;

    left: 100px;

    top: 0;

    display: BLOCK;

}

