/* Start of CMSMS style sheet 'menu-style' */
.chromestyle { width:494px; margin:0 auto; }
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/ display: block; height: 0; clear: both; visibility: hidden; color:#FFF; }
.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/ background:#ffe7c1; /*THEME CHANGE HERE*/ }
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv { position:absolute; top: 0; border: 1px solid #590502; /*THEME CHANGE HERE*/ border-bottom-width: 0; font:normal 12px Verdana; line-height:20px; z-index:100; width: 160px; visibility: hidden; border-top:0px; }
.dropmenudiv a { width: auto; display: block; text-indent: 3px; border-bottom: 1px solid #590502; /*THEME CHANGE HERE*/ text-decoration: none; color: #ffe7c1; background:#820b07; font-size:11px; }
.dropmenudiv a:hover { background: #590502; color:#fff; padding-left:6px; }

.dropmenudiv2 { border: 0px solid #590502; /*THEME CHANGE HERE*/ border-bottom-width: 0; font:normal 12px Verdana; line-height:20px;  width: 176px;  }
.dropmenudiv2 a {display: block; text-indent: 3px; border-bottom: 1px solid #590502; /*THEME CHANGE HERE*/ text-decoration: none; color: #ffe7c1; background:#731919; font-size:11px; }
.dropmenudiv2 a:hover { background: #590502; color:#fff; padding-left:6px; }

/* End of 'menu-style' */

