body {
	margin: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg); 
	background-position: center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding: 0;
	color: #000000;
}

a:link { 
color: #555851; 
text-decoration: none;
}
a:visited { 
color: ##545953; 
text-decoration: none;
}
a:hover {
	color: #555851;
	font-weight: bold;
	text-decoration: none;
} 

h2 {
font-size: 18;
font-weight: bold;
text-decoration: none;
}

.colc2{
color: #555851;
}

.colc2:hover
{
color: #FFFFFF;
text-decoration: blink;
background-color: #F1B53D;
}

#left_window { 
	width:115px; 
	position:absolute;
	left:0;
	top:0;
	margin:0;
	padding:2px;
	font-size:12px;
	color: #FFFFFF;
}

.ftr { display:none; height:1px; overflow:hidden; width:2px; }

#wrapper {
	width: 750px;
	margin: 0 auto;
	padding:0px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	background-color: #FFF;
	
}

#wrapper #header .menu ul li {

}


#content {
	background-color: #FFF;
}

#header {
	width: 712px;
	margin: 0 auto;
}

.menu {
	width:712px; 
	height:18px; 
	position:relative; 
	z-index:100;
	background-color: #F1B53D;
	margin-left:2px;
	margin-top:5px;
	text-align:center;
}

#footer {
	width:712px;
	margin:0px auto;
	margin-bottom:0;
	padding:0px;
	background-color: #FFF;
}

#footer p {
	margin:0;
	padding:0;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:712px; 
	w\idth:712px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	padding-left:5px;padding-right:5px;
	text-align:left;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	padding-left:5px;padding-right:5px;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
  color:#565853; 
  padding-left:5px;padding-right:5px; 
  height:18px; 
  display:block; 
  overflow:hidden;
  float:left;
  margin-right:1px;
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	padding-left:5px;padding-right:5px; 
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {\\
	background-color:#FFFF99
	text-decoration:none;
}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#F1B53D}
.menu ul ul :hover > a.drop {background:#F1B53D}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#FFFF99;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#FFFF99;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:19px;left:0; width:128px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:19px;t\op:19px;}

/* position the third level flyout menu */
.menu ul ul ul{left:151px; top:-1px; width:150px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-150px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#ffff99; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#F1B53D;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#F1B53D;}

.mli  a:hover, .mli  ul li a:hover{color:#000; background:#B67A02;}
.menu :hover > a, .mli  ul li :hover > a {color:#000; background:#B67A02;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
img, div, body { behavior: url(../iepngfix.htc); }

