.dropdownmenu{
white-space: nowrap;
padding:0px 0px 0px 0px;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.dropdownmenu ul{
/*border: 0px solid #BBB;*/
width: 100%;
padding: 0px 0px;
margin: 0px;
text-align: center;
height:20px
}

.dropdownmenu ul li{
display:inline ;
}

.dropdownmenu ul li a{
/*color: #494949;*/
padding: 4px 10px;
margin: 0px;
text-decoration: none;
background:#D5DEE3 url(../../images/polos_menu.png) repeat-x;
/*border-right: 1px solid #fff;*/
}

.dropdownmenu ul li a:hover{
background:#D5DEE3 url(../../images/polos_menu_hover.png) repeat-x;
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/*/
}




.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #aaa;
border-bottom-width: 0;
/*font:normal 12px Verdana;*/
z-index:100;
line-height:18px;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}


.dropmenudiv a{
width: auto;
display: block;
font-size: 11px;
text-decoration: none;
color: #5992C5;
text-indent: 5px;
border-bottom: 1px solid #EEE;
padding: 2px 0;
font-weight: bold;
background:#D5DEE3 url(../../images/polos_menu.png) repeat-x;
}

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

.dropmenudiv a:visited{
font-size: 11px;
text-decoration: none;
color: #5992C5;
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #EEE;
padding: 2px 0;
font-weight: bold;
}

.dropmenudiv a:active{
font-size: 11px;
text-decoration: none;
color: #5992C5;
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #EEE;
padding: 2px 0;
font-weight: bold;
background:#D5DEE3 url(../../images/drop_polos_menu_hover.png) repeat-x;
}
.dropmenudiv a:hover{
color: orange;
text-decoration: underline;
background-color: #FFFFFF;
background:#D5DEE3 url(../../images/polos_menu_hover.png) repeat-x;
}

.menu_style{
height:20px;
text-align:center;
}

td.menu_cell{
background:#D5DEE3 url(../../images/polos_menu.png) repeat-x;
padding-top:1px
}
td.menu_cell:hover{
background:#D5DEE3 url(../../images/polos_menu_hover.png) repeat-x;
padding-top:1px;
}

td.between_cell{
width:1px;
height:20px;
background:#fff
}

