.menuMain{
	width: 750px;
	font-weight: normal;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: capitalize;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: middle;
	table-layout: auto;
}

.menuMain:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.menuMain ul{
	width: 100%;
	height: 34px;
	padding: 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.menuMain ul li{
    display: block;
	float: left;
	padding: 0;
	margin: 0;
}

.menuMain ul li a:link, .menuMain ul li a:visited {
	float: left;
	display: block;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0;
	color: #fff;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #ccc;
	background: #aaa;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

.menuMain ul li a.menuItemLast {
	border-right: 0;
}

.menuMain ul li a:hover{
	background: #ccc;
	color: #555;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #eee;
	width: 200px;
	visibility: hidden;

	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	text-align: left;
}


.dropmenudiv a:link, .dropmenudiv a:visited {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 12px;
}

* html .dropmenudiv a {
	width: 100%;
}

.dropmenudiv a:hover {
	background-color: #ddd;
}
