/* ================================
    CSS STYLES FOR Module PageMenu
   ================================
*/
.MainPageMenuCSS
{
	padding-left: 0px;
	text-align: left;
	width: 100%;
}
.PageMenuList
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	width: 248px;
}
.PageMenuList li
{
	background-image: url('VipShotgunShell.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0;
	text-align: right;
	height: 78px;
	vertical-align: middle;
	line-height: 78px;
	letter-spacing: 1px;
}
.PageMenuList a
{
}

.PageMenuList a:link
{
	vertical-align: bottom;
	margin-right: 10px;
	font-family: Impact, Times New Roman, Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 14pt;
	color: #000;
	text-decoration: none;
}
.PageMenuList a:active
{
	margin-right: 10px;
	vertical-align: bottom;
	font-family: Impact, Times New Roman, Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 14pt;
	color: #000;
	text-decoration: none;
}
.PageMenuList a:hover
{
	margin-right: 10px;
	vertical-align: bottom;
	font-family: Impact, Times New Roman, Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 14pt;
	color: #000;
	text-decoration: none;
	font-style: italic;
}
.PageMenuList a:visited
{
	margin-right: 10px;
	vertical-align: bottom;
	font-family: Impact, Times New Roman, Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 14pt;
	color: #000;
	text-decoration: none;
}
