/* Start of CMSMS style sheet 'SMC Custom Nav' */
#dropDownMenu {
position: absolute;
top: 0;
left: 0;
z-index: 10;
width:825px; 
height: 30px;
}

#blue #dropDownMenu, #blue #dropDownMenu ul.top { background-color: #102852; }
#yellow #dropDownMenu, #yellow #dropDownMenu ul.top { background-color: #a97708; }
#green #dropDownMenu, #green #dropDownMenu ul.top { background-color: #004f39; }
#red #dropDownMenu, #red #dropDownMenu ul.top { background-color: #72190b; }

#dropDownMenu ul, #dropDownMenu ul li ul {
padding:0;margin:0;list-style-type:none; display:block; 
}

#dropDownMenu ul li a, #dropDownMenu ul li a:visited {
display:block; text-decoration:none; color:#abaaae; padding:0 17px; line-height:30px; height:30px; font-size: 14px;
}

#dropDownMenu ul li a:hover { color: #fff; }
/* this next line is required for Opera */
#dropDownMenu ul li {width:auto;}

#dropDownMenu ul li ul { display:block; }

#dropDownMenu ul li ul li { display:block;  height: 22px; padding: 0; }

#dropDownMenu ul li ul { display:none; padding-bottom: 25px; }

#dropDownMenu ul li:hover ul { display: block; }

#dropDownMenu ul#welcome:hover { background: url(images/welcome_bkgd.png) no-repeat left bottom; }
#dropDownMenu ul#class_schedule:hover { background: url(images/schedule_bkgd.png) no-repeat left bottom; }
#dropDownMenu ul#massage:hover { background: url(images/massage_bkgd.png) no-repeat left bottom; }
#dropDownMenu ul#private_sessions li a:hover { background-color: #a87707; }
#dropDownMenu ul#workshops li a:hover { background-color: #2b588f; }
#dropDownMenu ul#in_the_news:hover { background: url(images/news_bkgd.png) no-repeat left bottom; }
#dropDownMenu ul#contact_us li a:hover { background-color: #650000; }

#dropDownMenu ul#welcome { position: absolute; top:0; left: 0; width: 125px; }
#dropDownMenu ul#class_schedule { position: absolute; top:0; left: 97px; width: 150px; }
#dropDownMenu ul#massage { position: absolute; top:0; left: 237px; width: 145px; }
#dropDownMenu ul#private_sessions { position: absolute; top:0; left: 330px; width: 175px; }
#dropDownMenu ul#workshops { position: absolute; top:0; left: 480px; width: 110px; }
#dropDownMenu ul#in_the_news { position: absolute; top:0; left: 590px; width: 140px; }
#dropDownMenu ul#contact_us { position: absolute; top:0; left: 710px; width: 115px;}
/* End of 'SMC Custom Nav' */

