/* CSS Document 

green : color:#747c0f;
red : color:#752221;

 ===================================================================== Menu CSS  */

.menu {

	width:1024px; 
	font-size:11px;
	z-index:100;
	clear:both;
	background:url(../images/home_menu.jpg) repeat-x;
	height:30px;
	text-align:center;
	
}


/* remove all the bullets, borders and padding from the default list styling */

.menu ul {

	padding:0;
	margin:0;
	list-style-type:none;

}

.menu ul ul {

	/* width:50px; */

}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {

	float:left;
	position:relative;
	list-style:none;

}




/* style the links for the top level */

.menu a, .menu a:visited {

	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#fff !important; 
	height:30px;  
	padding-left:10px; 
	line-height:29px;

}



.menu ul li {


}

.menu ul ul li {
	background:#752221;	
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {

/*

width:50px;

w\idth:50px;

*/

}


/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#752221 bottom right no-repeat;
}


/* style the second level hover */

.menu ul ul a.drop:hover{ background:#FFFFFF bottom right no-repeat;}
.menu ul ul :hover > a.drop { background:#FFFFF  bottom right no-repeat;}








/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {
	
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0; 
}

/* another hack for IE5.5 */

* html .menu ul ul {

	top:30px;
	t\op:31px;

}



/* position the third level flyout menu */

.menu ul ul ul{

	left:150px; 
	top:0;

}


/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {

left:-150px;

}



/* style the table so that it takes no ppart in the layout - required for IE to work */

.menu table {position:absolute; top:0; left:0;}



/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {
	
	background:#752221; 
	color:#FFF; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	z-index:3000; 

}


/* yet another hack for IE6 width of the secondary pull downs*/


* html .menu ul ul a{

}





/* style the top level hover */

.menu a:hover, .menu ul ul a:hover{

	color:#752221; 
	background:#747c0f;
	
}

.menu :hover > a, .menu ul ul :hover > a {

	color:#752221;
	background:#747c0f;

}



/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,

.menu ul a:hover ul{

visibility:visible; 

}








/*  define the classes for each menu  */

.menuAbout {
	text-align:left;
	width:100px;
}

.aboutUL li{
	width:110px;
	z-index:300;
}

.menuMayor {
	text-align:left;
	width:100px
}

.mayorUL li {
	width:110px;
	z-index:310;
}

.menuMeetings {
	text-align:left;
	width:110px;

}


.meetingsUL li {
	width:100px;
	z-index:320;

}

.menuSpeakers {
	text-align:left;
	width:120px; !important;
}

.menuJobs {
	width:110px;
	text-align:left;
}

.jobsUL li {
	width:110px;
	z-index:330;
}

.menuStudents {
	width:90px;
	text-align:left;	
}

.studentsUL li {
	width:100px;
	z-index:340;
}

.menuMembers {
	width:80px;
	text-align:left;	
}

.membersUL li {
	width:90px;
	z-index:350;
}

.menuResources {
	width:90px;
	text-align:left;	
}

.resourcesUL li {
	width:100px;
	z-index:350;
}

.menuContact {
	width:80px;
	text-align:left;	
}