/* CSS Document */

.chromestyle { width: 99%; list-style-type: none; }
.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: 0px 0; margin: 0; text-align: left; list-style-type: none; /*set value to "left", "center", or "right"*/ }
.chromestyle ul li { list-style-type: none; display: inline; }
.chromestyle ul li a { list-style-type: none; color: #ffffff; font: 12px tahoma; background: url(//media.monsterindia.com/v2.1/dots2.gif) right top no-repeat; padding: 4px 7px; margin: 0; text-decoration: none; }
.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/ text-decoration: none; /*THEME CHANGE HERE*/ }
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv { position: absolute; top: 0; border-bottom: 1px solid #808080; /*THEME CHANGE HERE*/ border-bottom-width: 0; font: 12px tahoma; line-height: 18px; z-index: 100; background-color: #462e51; width: 200px; visibility: hidden; }
.dropmenudiv a { width: auto; display: block; text-indent: 3px; border-bottom: 1px solid #808080; /*THEME CHANGE HERE*/ padding: 4px 5px; text-decoration: none; color: #ffffff; }
* html .dropmenudiv a { /*IE only hack*/ width: 100%; }
.dropmenudiv a:hover { /*THEME CHANGE HERE*/ background-color: #815595; text-decoration: none; }
