/* CSS Document */


body {
margin: 0;
padding: 0;

font: 18px arial;
	scrollbar-base-color: #D6C7A8;
		scrollbar-track-color: ;
		scrollbar-face-color: #D6C7A8;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-3dlight-color: #634D28;
		scrollbar-darkshadow-color: #2B2111;
		scrollbar-shadow-color: #634D28;
		scrollbar-arrow-color: #000000; }
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: center;
top: 0;
left: 0;

width: 938px;
}
#menu dl {
float: left;
width: 7em;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;

border: 0px solid gray;
}
#menu dd {
border: 0px solid gray;
font-size: 12px;
}
#menu li {
text-align: center;

}
#menu li a {
color: #000000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
background: #ECD8BD;
border: 1px solid gray;
}

#menu dt a {
color: #ffffff;
text-decoration: none;

height: 100%;
border: 0 none;
font-weight: bold;
}
#menu li a:hover{
background: #eee;
}
.style1 {color: #FFFFFF}
.style2 {
	font-family: Arial;
	font-size: 12px;
}



a.linkmen:active 	{ text-decoration:none; }



a.linkmen:hover 	{ text-decoration:none;  }

a.linkmen:link 	{ text-decoration:none;  }

a.linkmen:visited 	{ text-decoration:none;  }

a:link {
	color: #ffffff;
	font-family: Verdana;
	font-weight: none;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	font-family: Verdana;
	font-weight: none;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-family: Verdana;
	font-weight: none;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	font-family: Verdana;
	font-weight: none;
	text-decoration: none;
}


a.or:link {
	color: #F06000;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

a.or:visited {
	color: #F06000;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

a.or:hover {
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}

a.or:active {
	color: #F06000;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}
a.black:link {
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}

a.black:visited {
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}

a.black:hover {
	color: #F06000;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}

a.black:active {
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}

a.orange:link {
	color: #FAFCEE;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}

a.orange:visited {
	color: #FAFCEE;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}

a.orange:hover {
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}

a.orange:active {
	color: #FAFCEE;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}

img.floatRight { 
    float: Right; 
    margin: 10px; 
}

img.floatLeft { 
    float: left; 
    margin: 10px; 
}