/* Main Menu */

#mainMenu {
	width:580px;
       	left:195px;
	top: -23px !important;
	position: relative; 
	z-index:100; 
}

#mainMenu .menuList {
	width:580px;
	margin:0;
	padding:0;
}

#mainMenu .menuList li {
	list-style:none;
	display:inline;
	height:20px;
}

#mainMenu .menuList li a strong {

}

#mainMenu .menuList li a {
	display:block;
	height:20px;
	float:left;
	padding-left:15px;
	padding-right:15px;	
	border-left:1px solid #000000;
	text-decoration:none;
	color:#000000;
}

#mainMenu .menuList li.first a {
	border-left: none;
}

/* Footer Menu */


#footerMenu {
	/*Navigation container and background block.
	This holds all the nav titles and drop lists.*/	
	/*position of the whole nav block*/
	margin-left: 105px;
	padding: 10px 0;
	clear: both;
	/*left:50% !important;
	top: 83px !important;
	z-index: 999;*/
}

#footerMenu .menuList {
	margin:0;
	padding:0;
	height: 20px;
}

#footerMenu .menuList li {
	list-style:none;
	display:block;
	float:left;
	width:auto;
}

#footerMenu .menuList li a strong {

}

#footerMenu .menuList li a {
	display:block;
	padding-left:15px;
	padding-right:15px;	
	border-left:1px solid #000000;
	text-decoration:none;
	color:#000000;
}

#footerMenu .menuList li.first a {
	border-left: none;
}
