/******************************************************************
HORIZONTAL MENU (menulist)
******************************************************************/
#listMenuRoot {
 height: 20px;
 position: relative;
 z-index: 100;
 top: 0px;
 left: 0px;
 background: #18365C; 
} 

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 2.4em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 150px;
 border: 1px solid #330;
 padding-bottom:1px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 152px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 background: #FFF;
 margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
 text-align: left;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 0px 3px 3px 0px;
 color: #435C7A;
 text-decoration: none;
 font-size: 11px;
}


/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover {
 color: #FFF;
 font:#FFF;
 background-color: #3E638F; 
 text-decoration: none;
}

.menulist a.highlighted {
 color: #FFF;
 background-color: #3E638F;
 text-decoration: none;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */


/* *************************************************************
/* *************************************************************
   SBC Custom Colors and settings 
************************************************************* */
.wmcMenu {
    text-align: center;
    padding: 0px;
    margin: 5px;
}

/*Main Items are WHITE*/
#menu1 A, #menu2 A, #menu3 A, #menu4 A, #menu5 A, #menu6 A, #menu7 A , #menu8 A { 
    color: white; 
    font-weight: bold; 
    
}

/* ************************************************************* */
/*       image 1: "aboutBtn.gif", 	
	image 2: "eventBtn.gif",
	image 3: "cemBtn.gif",
	image 4: "membershipBtn.gif",
	image 5: "newsBtn.gif",
	image 6: "resourcesBtn.gif",
	image 7: "joinBtn.gif", 
 */   
.img_1{ 
    background: #18365C url('images/aboutBtn.gif') no-repeat bottom left; 
    width: 79px;
    height: 23px;
    border-right: 1px solid #FFF;
}

.img_2{ 
    background: #18365C url('images/eventBtn.gif') no-repeat bottom left; 
    width: 112px;
    height: 23px;
    border-right: 1px solid #FFF;
}

.img_3{ 
    background: #18365C url('images/cemBtn.gif') no-repeat bottom left; 
    width: 35px;
    height: 23px;
    border-right: 1px solid #FFF;
}

.img_4{ 
    background: #18365C url('images/membershipBtn.gif') no-repeat bottom left; 
    width: 77px;
    height: 23px;
    border-right: 1px solid #FFF;
}



.img_5{ 
    background: #18365C url('images/newsBtn.gif') no-repeat bottom left; 
    width: 45px;
    height: 23px;
    border-right: 1px solid #FFF;
}

.img_6{ 
    background: #18365C url('images/resourcesBtn.gif') no-repeat bottom left; 
    width: 65px;
    height: 23px;
    border-right: 1px solid #FFF;
}

.img_7{ 
    background: #18365C url('images/partnershipBtn.gif') no-repeat bottom left; 
    width: 79px;
    height: 23px;
    border-right: 1px solid #FFF;
}

.img_8{ 
    background: #18365C url('images/researchBtn.gif') no-repeat bottom left; 
    width: 70px;
    height: 23px;
    border-right: 1px solid #FFF;
}

.img_last{ 
    background: #18365C url('images/rss.gif') no-repeat;
    background-position: 5px 5px; 
    width: 34px;
    height: 23px;
}


#menu, #menu A.highlighted { 
    color: white; 
}
#menu A:HOVER, #menu A.highlighted:HOVER { 
    color: white; 
}

/* ************************************************************* */





