#menu1 {
width:91px;
height:40px;
background:url(../images/bt_02.jpg) no-repeat;
float:left;
}

#menu1ustunde {
width:91px;
height:40px;
background:url(../images/bt_02s.jpg) no-repeat;
float:left;
}

#menu2 {
width:100px;
height:40px;
background:url(../images/bt_03.jpg) no-repeat;
float:left;
}

#menu2ustunde {
width:100px;
height:40px;
background:url(../images/bt_03s.jpg) no-repeat;
float:left;
}

#menu3 {
width:147px;
height:40px;
background:url(../images/bt_04.jpg) no-repeat;
float:left;
}

#menu3ustunde {
width:147px;
height:40px;
background:url(../images/bt_04s.jpg) no-repeat;
float:left;
}

#menu4 {
width:113px;
height:40px;
background:url(../images/bt_05.jpg) no-repeat;
float:left;
}

#menu4ustunde {
width:113px;
height:40px;
background:url(../images/bt_05s.jpg) no-repeat;
float:left;
}

#menu5 {
width:67px;
height:40px;
background:url(../images/bt_06.jpg) no-repeat;
float:left;
}

#menu5ustunde {
width:67px;
height:40px;
background:url(../images/bt_06s.jpg) no-repeat;
float:left;
}

#menu6 {
width:71px;
height:40px;
background:url(../images/bt_07.jpg) no-repeat;
float:left;
}

#menu6ustunde {
width:71px;
height:40px;
background:url(../images/bt_07s.jpg) no-repeat;
float:left;
}

#menu7 {
width:64px;
height:40px;
background:url(../images/bt_08.jpg) no-repeat;
float:left;
}

#menu7ustunde {
width:64px;
height:40px;
background:url(../images/bt_08s.jpg) no-repeat;
float:left;
}

#menu8 {
width:62px;
height:40px;
background:url(../images/bt_09.jpg) no-repeat;
float:left;
}

#menu8ustunde {
width:62px;
height:40px;
background:url(../images/bt_09s.jpg) no-repeat;
float:left;
}

#menu9 {
width:112px;
height:40px;
background:url(../images/bt_10.jpg) no-repeat;
float:left;
}

#menu9ustunde {
width:112px;
height:40px;
background:url(../images/bt_10s.jpg) no-repeat;
float:left;
}

#menu10 {
width:70px;
height:40px;
background:url(../images/bt_11.jpg) no-repeat;
float:left;
}

#menu10ustunde {
width:70px;
height:40px;
background:url(../images/bt_11s.jpg) no-repeat;
float:left;
}

ul#menu, ul#menu ul { 
list-style: none; 
margin: 0; 
padding: 0;
} 

ul#menu li {
float:left;
position: relative; 
}

ul#menu li ul { 
display:none;
position:absolute;
left:0;
}

ul#menu li > ul {
top:auto;
left:0;
}

ul#menu li a { 
display: block; 
text-decoration: none;
} 

ul#menu li a:hover { 
text-decoration:none; 
} 


ul#menu li:hover ul { display: block; }
ul#menu li:hover ul, ul#menu li.over ul{ display: block; }
