.chromestyle{
width: 99%;
font-weight: normal;
}

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

.chromestyle ul{
border: 0px solid #BBB;
/*width: 100%;*/
 /*THEME CHANGE HERE*/
font-size: 83%;
text-transform: uppercase;
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
overflow: hidden;
}
#chromemenu2  { width: 170px; display: inline-block; float: left; margin-right:20px; }
#chromemenu2 ul{
font-size: 100%;
text-transform: uppercase;
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
overflow: hidden;
 }

.chromestyle ul li{
display: inline;
float: left;
text-align: center;
}
#chromemenu2 ul li { text-align:left;   }

/*.chromestyle ul li a{
color: #fff;
padding:0 13px 15px 13px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
font-weight: normal;
display: block;
float: left;
height: 30px;
line-height: 14px;
}*/

.chromestyle ul li a{
color: #fff;
width:75px;
padding-bottom: 15px;
text-align: center;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
font-weight: normal;
display: block;
float: left;
height: 30px;
line-height: 14px;
}

#chromemenu2 ul li a{
color: #fff;
padding:8px 10px  8px 10px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
font-weight: normal;
display: block;
float: left;
height: 10px;
width:150px;
line-height: 14px;
background: url(/images/howdoi_arrow.png) 95% 50% no-repeat #fff;
}
 
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-right-radius: 8px;  -moz-border-radius-bottomright: 8px; border-bottom-left-radius: 8px;  -moz-border-radius-bottomleft: 8px; border: 1px solid #d6cbbd; border-top: 0px solid #391a0f;


font:normal 12px Myriad Pro, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:101;
background-color: white;
width: 190px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #391a0f; /*THEME CHANGE HERE*/
padding: 3px 0 3px 5px;
text-decoration: none;
font-weight: normal;
color: black;

}

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

.dropmenudiv a:link, .dropmenudiv a:visited {  background-color: #fff; color: #391a0f;  -webkit-transition: background-color .25s linear .1s;  transition: background-color .25s linear .1s; }

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/ background-color: #f4edde; color: black;  -webkit-transition: background-color .25s linear;  transition: background-color .25s linear; }

#dropmenuhow {margin-left:-1px; width:170px;}
 