.chromestyle{
font-weight: bold;
height:23px;
#height: 25px;
_height: 25px;
position:relative; 
top:1px;
background: url('http://www.todayhumor.co.kr/board/images/chromebg.gif') center center repeat-x;
border:1px solid black;
padding: 0;
}


/*Add margin between menu and rest of content in Firefox*/
/*
.chromestyle:after{ 
content: "."; 
display: inline; 
height: 0; 
clear: both; 
visibility: hidden;
}
*/



.chromestyle a{
color: #494949;
padding: 0;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 100px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

.dropmenudiv a:visited{
color:black;
}

.dropmenudiv a:hover{
color:black;
}



* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #bef2ed;
}