.menu sMenu, a.sMenu:link, a.sMenu:visited, a.sMenu:active
{
	font-size: 65%;
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
	color: #ffffff;
	text-align: right;

	background-color: transparent;
	vertical-align: middle;
}


.menu lMenu, a.lMenu:link, a.lMenu:visited, a.lMenu:active
{
	text-align: right;
   	font-size: 65%;
   	color: #ffffff;
   	font-weight: 600;
   	white-space: nowrap;
   	text-decoration: none;
	background-color: transparent;
	vertical-align: middle;
}

.menu MenuItem, a.MenuItem:link, a.MenuItem:visited, a.MenuItem:active
{
	font-size: 65%;
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
	color: #ffffff;
	text-align: right;
	background-color: transparent;
	vertical-align: middle;
}

.menu Menu, a.Menu:link, a.Menu:visited, a.Menu:active
{
	font-size: 65%;
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
	color: #ffffff;
	text-align: right;
	padding-right: 20px;
	background-color: transparent;
	vertical-align: middle;
}

.menu p
{
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left; /* change to right for right adjusted menu */
	white-space: nowrap;
	height: 16px;
	padding-right: 5px;
	vertical-align: top;
}

.Menu2
{
	font-size: 80%;
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
	color: #ccff00;
	text-align: right;
	background-color: transparent;
}

a.lMenu:hover, a.Menu:hover, a.sMenu:hover
{
	color: #ccff00;
}

a.MenuItem:hover
{
	color: #ccff00;
}

img.pmMenu
{
	float: left;  /* change to right for right adjusted menu */
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 6px;
	vertical-align: middle;
}
img.smallMenu
{
	float: left;  /* change to right for right adjusted menu */
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 6px;
	vertical-align: middle;
}
img.subMenu
{
	float: left; /* change to right for right adjusted menu */
	margin-left: 10px; 
	margin-top: 6px;
	margin-right: 5px;
	vertical-align: middle;
	padding-left: 15px; /* change to padding-right for right adjusted menu!
				padding-left for left adjusted menu */
}
