/*
 * editrack.com Horizontal Menu 
 *
 *
 */
#MenuH {
	margin: 0;
	padding: 0;
	height: 30px;
}
#MenuH UL {
	margin: 0;
	padding: 0;
}
#MenuH LI {
	background-color: #EBEBEB;
	display: inline;
	margin: 0;
	padding: 0;
}


#MenuH A.MenuHItem {
   border: 1px dotted silver;
	color: black;
	display: block;
	float: left;
	font-family: sans-serif;
	font-size: 90%;
	font-weight: bold;
	height: 20px;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 1em;
   padding-right: 1em;
   padding-top: 3px;
   overflow: hidden;
	text-decoration: none;
}
#MenuH A.Contact{
   float: right;
   margin-right: 1em;
}

#MenuH LI:hover {
   background-color: white;	
}

#MenuH A:hover {
   background-color: white;
}

#MenuH A.MenuHItem:hover {
   background-color: white;
	text-decoration: underline;
}
#MenuH A.MenuHSelected {
	text-decoration: none;
}
#MenuH A.MenuHSelected:hover {
	text-decoration: underline;
}
#MenuH A.MenuHSelected:active {
	text-decoration: underline;
}






/*
 * JSMenu
 */
#JSMenuH {	
}
#JSMenuH UL {
}
#JSMenuH LI {
	display: inline;
}
#JSMenuH A.JSMenuHItem {
	text-decoration: none;	
}
#JSMenuH A.JSMenuHItem:hover {
	text-decoration: underline;
}
#JSMenuH A.JSMenuHSelected {
	text-decoration: none;	
}
#JSMenuH A.JSMenuHSelected:hover {
	text-decoration: underline;
}
#JSMenuH A.JSMenuHSelected:active {
	background-color: yellow;
   color: black;
}









