div#chromemenu{
width: 163px;
overflow:hidden;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
}


#chromemenu ul li{
display: inline;
width:163px;
float:left;
}


#chromemenu ul li a{
float: left;
width:163px;
height:23px;
}

#chromemenu ul li a.menu01{background: url(../../image/menu01.gif) top left no-repeat; /*Theme Change here*/}
#chromemenu ul li a.menu02{background: url(../../image/menu02.gif) top left no-repeat; /*Theme Change here*/}
#chromemenu ul li a.menu03{background: url(../../image/menu03.gif) top left no-repeat; /*Theme Change here*/}
#chromemenu ul li a.menu04{background: url(../../image/menu04.gif) top left no-repeat; /*Theme Change here*/}
#chromemenu ul li a.menu05{background: url(../../image/menu05.gif) top left no-repeat; /*Theme Change here*/}
#chromemenu ul li a.menu06{background: url(../../image/menu06.gif) top left no-repeat; /*Theme Change here*/}
#chromemenu ul li a.menu07{background: url(../../image/menu07.gif) top left no-repeat; /*Theme Change here*/}

#chromemenu ul li a:hover{
background-position:0px -23px;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;

border: 1px solid #666; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FFCCCC;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666; /*Theme Change here*/
background-color: #FFCCCC;
padding: 2px 0;
text-decoration: none;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
}

body#top #chromemenu ul li a.menu01 { background-position: 0px -23px;}
body#kins #chromemenu ul li a.menu02 { background-position: 0px -23px;}
body#seika #chromemenu ul li a.menu03 { background-position: 0px -23px;}
body#sagyo #chromemenu ul li a.menu04 { background-position: 0px -23px;}
body#hiroba #chromemenu ul li a.menu05 { background-position: 0px -23px;}
body#policy #chromemenu ul li a.menu06 { background-position: 0px -23px;}
body#form #chromemenu ul li a.menu07 { background-position: 0px -23px;}