/*.chromestyle {
width:0;
font-weight:bold;
}*/

/*.chromestyle:after { Add margin between menu and rest of content in Firefox
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
border:1px solid red;
}*/

ul.chromestyle {
margin:0;
padding:0;
}

.chr_bord {
border-bottom:1px dashed #000000;
margin:0;
padding:0;
}

ul.chromestyle li {
width:1%;
display:table;
##display:block;
float:left;
list-style:none;
margin:0 0 10px 20px;
##margin:0 10px 10px 10px;
padding:0;
}

ul.chromestyle li a, ul.chromestyle li a:visited, ul.chromestyle li a:active {
font-family:Arial;
font-size:12px;
line-height:12px;
color:#000000;
font-weight:bold;
text-decoration:none;
margin:0;
padding:0;
white-space:nowrap;
}

ul.chromestyle li a:hover, ul.chromestyle li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
text-decoration:none; 
}

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

.dropmenudiv {
position:absolute;
line-height:18px;
background-color:#d7dada;
width:1%;
display:table;
##display:block;
visibility:hidden;
z-index:999;
}


.dropmenudiv a, .dropmenudiv a:visited, .dropmenudiv a:active {
font-family:Arial;
font-size:12px;
line-height:16px;
color:#000000;
font-weight:normal;
text-decoration:none;
width:auto;
display:block;
padding:3px 30px 3px 6px;
}

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

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