.chromestyle { width: 99%; }
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.chromestyle ul { width: 100%; padding: 4px 0; margin: 0; text-align: left; /*set value to "left", "center", or "right"*/ }
.chromestyle ul li { display: inline; }
.chromestyle ul li a { color: #ffffff; padding: 3px 15px; padding-left: 8px; margin: 0; text-decoration: underline; font-weight: bold; font-size: 13px; }
.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/ background: #563575 url(//media.monsterindia.com/monster_2012/menu_arrow.jpg) right center no-repeat; text-decoration: none;/*THEME CHANGE HERE*/
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv { position: fixed; top: 0; border: 5px solid #563575; /*THEME CHANGE HERE*/ font: normal 12px arial; line-height: 18px; z-index: 10000000; background-color: white; width: 200px; visibility: hidden; padding: 12px; margin-top: -1px; }
.dropmenudiv a { width: auto; display: block; text-indent: 3px; border-bottom: 1px solid #eee; /*THEME CHANGE HERE*/ padding: 3px 0; text-decoration: none; color: black; width: 150px; }
* html .dropmenudiv a { /*IE only hack*/ width: 100%; }
.dropmenudiv a:hover { /*THEME CHANGE HERE*/ text-decoration: underline; }
