.menu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.menu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.menu ul li a{
display: block;
width: 127px; /*Width of top level menu link items*/
padding: 2px;
border: 1px solid #999999;
border-left-width: 0;
text-decoration: none;
/*background: url(menubg.gif) center center repeat-x;*/
color: black;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.menu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #999999;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.menu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.menu ul li ul li a{
width: 127px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px;
background: #ffffff;
border-width: 0 0px 1px 0px;
}

.menu ul li a:hover{
/*background: url(menubgover.gif) center center repeat-x;*/
background:#DFE1E6;
}

.menu ul li ul li a:hover{
background: #DFE1E6;
}

.menu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(../v.gif) no-repeat center left;
}

.footer{
display: block;
padding: 2px;
border-top:1px solid #999999;
text-decoration: none;
color: black;
font: 11px Tahoma;
}

#inlineFrame{
	width:799px;
	height:499px;
	border:none;
	padding:0px;
	frameborder=0;
}

body{
font:11px Tahoma;
}
body .description{
	padding:12px;
}
body .description a:hover{
color:#999999;
}
body .description a{
color:#FF6600;
text-decoration:none;
}

a{
	color:#FF9900;
	text-decoration:none;
	}

.hbig{
font:60px Tahoma;
font-weight:bold;
padding:0px;
color:#FF9900;
}

h1{
font:20px Tahoma;
font-weight:bold;
padding:0px;
color:#FF9900;
}
h2{
font:20px Tahoma;
font-weight:bold;
padding:0px;
color:#000000;
}
h2{
font:14px Tahoma;
font-weight:bold;
padding:0px;
color:#000000;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */
