#menu {
height: 92px;
background: url("../images/layout/menu_new.png") center center no-repeat;
z-index: 100;
}

#menu a {
display: block;
width: 97px;
height: 92px;
}

#btn1 {
width: 97px;
margin-left: 30px;
margin-right: 8px;
}

#btn2 {
width: 97px;
margin-right: 9px;
}

#btn3 {
width: 97px;
margin-right: 8px;
}

#btn4 {
width: 98px;
margin-right: 8px;
}

#btn5 {
width: 97px;
margin-right: 9px;
}

#btn6 {
width: 97px;
margin-right: 9px;
}

#btn7 {
width: 97px;
}

#btn1,#btn2,#btn3,#btn4,#btn5,#btn6,#btn7 {
height: 92px;
float: left;
}

#submenu {
position: relative;
z-index: 150;
text-align: center;
}

#submenu a {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color: #FFFFFF;
}

#submenu p a:hover {
text-decoration: underline;
cursor: pointer;
}

#submenu h2 {
margin: 0 0 5px 0;
padding: 0;
font-size: 14px;
}

#submenu p {
margin: 0;
padding: 0;
}

#sub1 {
left: 30px;
width: 97px;
background: #CE5E90 url("../images/layout/btn2.png") top center no-repeat;
}

#sub2 {
left: 136px;
width: 97px;
background: #A5538A url("../images/layout/btn1.png") top center no-repeat;
}

#sub3 {
left: 242px;
width: 97px;
background: #EEB463 url("../images/layout/btn3.png") top center no-repeat;
}

#sub4 {
left: 347px;
width: 98px;
background: #5F8C9B url("../images/layout/btn4.png") top center no-repeat;
}

#sub5 {
left: 453px;
width: 97px;
background: #99D5E7 url("../images/layout/btn5.png") top center no-repeat;
}

#sub6 {
left: 559px;
width: 97px;
background: #E2E58C url("../images/layout/btn6.png") top center no-repeat;
}

#sub7 {
left: 665px;
width: 97px;
background: #A09F4E url("../images/layout/btn7.png") top center no-repeat;
}

#sub1,#sub2,#sub3,#sub4,#sub5,#sub6,#sub7 {
position: absolute;
top: 53px;
padding: 30px 0 10px 0;
z-index: 150;
}
