.chromestyle
{
width: 730px;
}

.chromestyle:after
{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul
{
width: 100%;
background: url(chromebg.gif) center center repeat-x;
padding: 6px 0;
margin: 0;
text-align: left;
}

.chromestyle ul li
{
display: inline;
}

.chromestyle ul li a
{
color: #494949;
padding: 1px 2px;
margin: 0;
text-decoration: none;
border-right: 10px solid #4cbb17;
}

.chromestyle ul li a:hover
{
background: url(chromebg-over.gif) center center repeat-x;
}

/* ######### Style for Sub Menu ######### */

.dropmenudiv
{
position:absolute;
top: 0;
border: 1px solid #9cd99f;
border-bottom-width: 0;
font: Verdana;
font-size: 90%;
line-height:18px;
z-index:100;
background-color: #228e36;
width: 100px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}

/* ######### Sub Menu ######### */

.dropmenudiv a
{
width: auto;
display: block;
border-bottom: 1px solid #9cd99f;
padding: 5px 0;
text-decoration: none;
font-family: Verdana;
color: white;
}

* html .dropmenudiv a
{
width: 100%;
}

/* ######### Sub Menu - Mouse Over ######### */

.dropmenudiv a:hover
{
background-color: #9cd99f;
color: #228e36;
}