
ul#nav {}    /* the structure of our head-menu */
li {} /* the structure of the first items */
ul#nav li a {} /* the links inside our first items */
ul#nav li a:hover {} /* the roll-over styles for the links in our first items */
ul#nav li ul {} /* first items > submenu structure */
ul li  {} /* the structure of our submenu items */
li > ul {} /* extra styles for Internet Explorer (behavior file) */
li:hover ul, li.over ul {} /* to make things work in Internet Explorer (call for the behavior file) */
ul#nav li.current{  /* your styles */ }


body {
   behavior: url(csshover.htc); 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
}
p a {
	color: #000;
	text-decoration:underline!important;

}
a{
	color:#000000;
	text-decoration:none;
	}
p a:hover{	text-decoration: none!important;
}

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}


ul#nav li a {
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	background:#ff9900;
	color:#ffffff;
}

ul#nav li a:hover{
	background:#999999;
	color:#ffffff;
	}
	
ul#nav li {
	float: left;
	position: relative;
	width: 125px;
	text-align: center;
	margin-right:3px;
	border:2px solid #333333;

}

ul#nav li.current a{
	background:#FF9900;
	}

ul#nav li.current a:hover{
	background:#999999;
	}

li ul {
	display: none;
	position: absolute;
	width:100px;
	top: 0;
	left: 0;
	font-weight: normal;
	padding: 1px 0 10px 0;
	margin-left:-1px;
}

ul#nav li ul.sub li{
	border-width:0 1px 1px 1px!important;
}

ul#nav li ul.sub li a{
	font-weight: normal!important;	
}
li>ul {
	top: auto;
	left: auto;
	list-style: none;
}

li:hover ul, li.over ul {
	display: block;
}
h1 {
	font-size: 23px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 18px;
	color: #333333;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h4 {
	font-size: 23px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	font-weight: bold;
	text-align: left;
}
.style_menu1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style_menu2 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a {
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: #FF9900;	
}
.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
}
.style7 {
	font-size: 14px;
	font-family: "Arial Narrow", Arial, sans-serif, Verdana;
	color: #000000;
}
a:link {
	text-decoration: none;
}
.style22 {
	background-color: #333333;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: justify;
}
.style23 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CCCCCC;
	color: #333333;
	font-weight: normal;
	text-align: justify;
	line-height: 18px;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
} 
.style41 {
	color: #FFFFFF;
	font-family: "Arial Narrow", Arial, sans-serif, Verdana;
	font-size: 16px;
	font-weight: bold;
}
.style20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #FFFFFF;
	word-spacing: 4px;
	text-align: justify;
}

.style49 {
    color: #FF9900;  
	font-weight: bold; 
	font-size: 16px; 
	font-family: "Arial Narrow", Arial, sans-serif, Verdana; 
}
.style20_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #333333;
	word-spacing: 4px;
	line-height: 18px;
	text-align: justify;
}

