/* ================================================================ 
Stylesheet for semenu - Simple Expanding Menu
(c) Naz Rajan 2008
=================================================================== */

.semenu {
/*background-image: url(1.gif); /* selected image for menu button */
/*background-color: #a4b7c4; */
margin-left: 0px; padding-left: 13px; padding-top: 5px; padding-bottom: 2px;
height: 14px;
font-family: Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; color: #000000; text-decoration: none;
display: block;
}

.semenu_on {
/*background-color: #8A0B12;*/
margin-left: 0px; padding-left: 13px; padding-top: 5px; padding-bottom: 2px;
height: 14px;
font-family: Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: bold; color: #DC3191; text-decoration: none;
display: block;
}

.semenu:hover {
/*background-color: #8A0B12;*/
color: #DC3191; text-decoration: underline;
}

.sesubmenu {
margin-left: 0px; padding-left: 22px; padding-top: 2px; padding-bottom: 2px;
height: 14px;
font-family: Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; color: #000000; text-decoration: none;
display: block;
}

.sesubmenu_on {
/*background-color: #CF8413;*/
margin-left: 0px; padding-left: 22px; padding-top: 2px; padding-bottom: 2px;
height: 14px;
font-family: Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: normal; color: #00B2EC; text-decoration: none;
display: block;
}

.sesubmenu:hover {
/*background-color: #CF8413;*/
color: #00B2EC; text-decoration: underline;
}

.hide { display: none; }
.show { display: block; }


