* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-family:"ÑÅºÚËÎÌå", "Î¢ÈíÑÅºÚ", "ÐÂËÎÌå", "ËÎÌå";
	font-size:12px;
	color: #000;
	text-align:left;
}
a {
	color: #000;
	text-decoration:none;
}


ul {
	list-style:none;
}
li {
	margin: 0;
}
/* @group nav */

/* style the outer div to give it width */
.menu {font-size:14px; padding: 7px 0 10px 20px; width: 960px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; background:transparent;
	height: 40px;
	z-index: 7;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left; line-height:24px; display:block; margin-right:2px;}
* html .menu ul li {margin:0;}
/* style the sub level list items */
.menu ul ul li {display:block; width:60px; height:auto; line-height:1em;}
.menu ul ul li.last {padding-bottom:10px; background:url(img/sub_bottom.gif) bottom left no-repeat;}
.menu ul ul ul li.last {padding-bottom:10px; background:url(img/two_bottom.gif) bottom left no-repeat;}
.menu ul ul ul ul li.last {padding-bottom:10px; background:url(img/three_bottom.gif) bottom left no-repeat;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block; float:left; width: 70px; text-decoration:none; color: #a45a1f; padding: 8px 10px 7px; text-align: center;border:0;
	background-color: transparent;
	font-size: 14px;
}
.menu ul li a.bold {
	font-weight: bold;
}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu a, * html .menu a:visited {width:65px; w\idth:70px;padding: 10px;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background: #f8f4e9; color: #795e25;width:115px; padding:5px 10px; border:1px solid #c9baa9; border-width:0 1px;}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:150px; w\idth:115px;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:1;}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background: #dcc283;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#c96;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background: #eedeb4;
}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background: #cbaf47;}

/* style the level hovers */
/* first */
* html .menu a:hover {color: #ff9700; border:0; position:relative; z-index:100;
   background: transparent;
	padding: 8px 10px;
	}
.menu li:hover {position:relative; z-index:100;}

.menu :hover > a {color: #ff9700;
	background: transparent;
}
/* second */
* html .menu ul ul a:hover{color: #574701; background: #e5d394; position:relative; z-index:110; height:100%; border:1px solid #c9baa9; border-width:0 1px;}

.menu ul ul li:hover {position:relative; z-index:110;}
.menu ul ul :hover > a {color: #574701;background: #e5d394; z-index:110; height:100%; border:1px solid #c9baa9; border-width:0 1px;}
/* third */
* html .menu ul ul ul a:hover {background: #cbaf47; position:relative; z-index:120;}
.menu ul ul ul :hover > a {background: #cbaf47;}
/* fourth */
.menu ul ul ul ul a:hover {background: #cc8b31; position:relative; z-index:130;}


/* 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:33px; left:0; width:107px;}

/* position the third level flyout menu */
.menu ul ul ul{top:-10px; width:107px;}


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul {visibility:visible; height:auto; padding:15px 30px 30px 30px; background:transparent url(img/sub_top.gif) 30px 0 no-repeat; left:-30px;}
.menu ul :hover ul.left {visibility:visible; height:auto; padding:15px 30px 30px 30px; background:transparent url(img/sub_top_left.gif) 30px 0 no-repeat; left:-55px;}


/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover 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; left:90px; height:auto; padding:10px 30px 30px 30px; background:transparent url(img/two_top.gif) 30px 0 no-repeat;}
.menu ul :hover ul.left :hover ul {left:-150px;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible; left:90px; height:auto; padding:10px 30px 30px 30px; background:transparent url(img/three_top.gif) 30px 0 no-repeat;}

/* @end */

#header {
	height: 205px;
	background: url(img/header.jpg) no-repeat center top;
}

#header a {
	height: 130px;
	display: block;
}

#linklist div {
	padding-left: 150px;
	padding-top: 9px;
}

#linklist div select {
	width: 140px;
	margin: 5px;
	border: 1px solid #b19f7f;
}
#header a h1.home span {
	text-indent: -9999px;
	display: block;
}

#container {
	background: url(img/bg_nav.jpg) no-repeat center top;
}

#footer {
	height: 60px;
	background: url(img/bg_footer.jpg) no-repeat center bottom;
	padding-top: 63px;
}

#footerin p {
	margin-bottom: 0;
	padding-left: 20px;
}