.chromestyle{
width: 99%;
font-weight: normal;
 font: normal 10px/22px 'Lucinda Sans', Verdana, Arial, Helvetica, sans-serif;
}

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

.chromestyle ul.navc{
width: 100%;
background-color: #fff;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul.navc li.navl {
display: inline;
z-index: 20;
}

.chromestyle ul.navc li.navl a.navp {
color: #494949;
padding: 4px 6px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
z-index: 20;
}

.chromestyle ul.navc li.navl a.navp:hover{
background-color: #fff; /*THEME CHANGE HERE*/
text-decoration: none;
color: #c00;
}



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

.dropmenudiv {
position:absolute;
top: 0;
border-bottom: 1px solid #c0c0c0; /*THEME CHANGE HERE*/
/* border-bottom-width: 0; */
font: normal 10px/22px 'Lucinda Sans', Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
z-index: 100;
background: #fafafa url(http://tradesecretsconsultants.com/wp-content/themes/tradesecrets/images/nav_backg.jpg) repeat-x;
width: 200px;
visibility: hidden;

}


.dropmenudiv a.navs {
width: auto;
display: block;
text-indent: 6px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
margin: 4px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

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

.dropmenudiv a.navs:hover { /*THEME CHANGE HERE*/
background-color: #fafafa url(http://tradesecretsconsultants.com/wp-content/themes/tradesecrets/images/nav_backg0.jpg) repeat-x;
text-decoration: none;
color: #c00;
}