/*
 * È­¸é¹èÄ¡ CSS - Ã¹È­¸é
 */


/* ÀüÃ¼ Æ² */
.MainBox{
margin:0 auto;
width:780px;
background-color:#fff;
}

.Header{
width:780px;
height:86px;
overflow:hidden; /*IE¸¦ À§ÇÑ bug º¸Á¤*/
background-image:url('http://www.ijunnong.net/new/theme/html/images/top.gif');
}

/* menu styles */
.Menu{
position:relative;
width:780px;
height:36px;
overflow:hidden; /*IE¸¦ À§ÇÑ bug º¸Á¤*/
background:url('http://www.ijunnong.net/new/theme/html/images/menubg.gif');
}

.Menu #menu1 {
position:absolute;
top:12px;
left:18px;
width:80px;
height:14px;
background:url('http://www.ijunnong.net/new/theme/html/images/mm1.gif');
}

.Menu #menu2 {
position:absolute;
top:12px;
left:142px;
width:73px;
height:14px;
background:url('http://www.ijunnong.net/new/theme/html/images/mm2.gif');
}

.Menu #menu3 {
position:absolute;
top:12px;
left:270px;
width:139px;
height:14px;
background:url('http://www.ijunnong.net/new/theme/html/images/mm3.gif');
}

.Menu #menu4 {
position:absolute;
top:12px;
left:455px;
width:125px;
height:14px;
background:url('http://www.ijunnong.net/new/theme/html/images/mm4.gif');
}


.Menu #menu6 {
position:absolute;
top:12px;
left:617px;
width:60px;
height:14px;
background:url('http://www.ijunnong.net/new/theme/html/images/mm6.gif');
}

.Menu #menu7 {
position:absolute;
top:12px;
left:710px;
width:54px;
height:14px;
background:url('http://www.ijunnong.net/new/theme/html/images/mm7.gif');
}

.Menu #menu1o {
position:absolute;
display:none;
top:12px;
left:18px;
width:80px;
height:14px;
background:url('http://www.ijunnong.net/new/theme/html/images/mm1-over.gif');
}

.Menu #menu2o {
position:absolute;
display:none;
top:12px;
left:142px;
width:73px;
height:14px;
background:url('http://www.ijunnong.net/new/theme/html/images/mm2-over.gif');
}

.Menu #menu3o {
position:absolute;
display:none;
top:12px;
left:270px;
width:139px;
height:14px;
background:url('http://www.ijunnong.net/new/theme/html/images/mm3-over.gif');
}

.Menu #menu4o {
position:absolute;
display:none;
top:12px;
left:455px;
width:125px;
height:14px;
background:url('http://www.ijunnong.net/new/theme/html/images/mm4-over.gif');
}

.Menu #menu6o {
position:absolute;
display:none;
top:12px;
left:617px;
width:60px;
height:14px;
background:url('http://www.ijunnong.net/new/theme/html/images/mm6-over.gif');
}

.Menu #menu7o {
position:absolute;
display:none;
top:12px;
left:710px;
width:54px;
height:14px;
background:url('http://www.ijunnong.net/new/theme/html/images/mm7-over.gif');
}

/* subMenu styles */
.Menu #submenu1 {
position: relative;
top: 100px; 
border:0px; 
z-index:200;
left: 120px;
list-style-type:none;
}
.Menu #submenu2 {left: 60px;}
.Menu #submenu3 {left: 130px;}
.Menu #submenu4 {left: 180px;}

/* body styles */
.BodyBox{
position:relative;
width:780px;
margin:0;
}

/* ¿ÞÂÊÀüÃ¼ */
.LeftCol{
float:left;
display:inline;
left:0;
top:0;
width:100px;
overflow:hidden;
border-right:3px solid #F7F7F3;
padding:10px 7px 0 10px;
}

/* ¿À¸¥ÂÊ ÀüÃ¼ */
.RightCol{
float:right;
display:inline;
width:650px;
overflow:hidden;
padding:10px 0 0 9px;
border-left:1px solid #E7E8E2;
text-align:justify;
}

.LeftMenu {
width:100px;
overflow:hidden;
}

.LeftMenu a.button_off, a.button_on{
text-decoration:none;
font-weight:bold;
line-height:21px;
padding:3px;
}

.LeftMenu a.button_off{
color:#333;
}

.LeftMenu a.button_on{
color:#CC5344;
background-color:#F2FF5E;
}

.LeftMenu a.button_off:hover, a.button_on:hover{
color:#CC5344;
background-color:#FFD95C;
text-decoration:none;
}


/* ÇÏ´Ü */
.Footer{
clear:both;
width:780px;
height:40px;
margin-top:10px;
padding-top:10px;
text-align:right;
overflow:hidden; /*IE¸¦ À§ÇÑ bug º¸Á¤*/
border-top:1px solid #aaa;
}
