﻿/*
-----------------------------------
PopMenu Magic Style Sheet
by Project Seven Development
www.projectseven.com
Menu Type: Horizontal
Style Theme:0 -Basic Style
-----------------------------------
*/
#p7PMnav
{
}
#p7PMnav li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul
{
	margin: 0;
	padding: 0;
	background-color: #EBF0F8;
	border: 1px solid #3a93d2;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}

#p7PMnav a
{
	font-size:12px;
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #333333;
	line-height: 1;
}
#p7PMnav .p7PMshow a:hover, #p7PMnav .p7PMshow a:active, #p7PMnav .p7PMshow a:focus
{
	background-color: #FFFFC9;
	letter-spacing: 0.01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark
{
	/*color: #333333;
	font-weight: bold;
	text-decoration: underline;*/
}

/* ------ the trigger link styles ------- */
/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon
{
	background-image: url(p7PM_dark_east.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon
{
	/*background-color: #EBF0F8;
	color: #4C73BF;*/
}
/*the submenu classes */
#p7PMnav .p7PMhide
{
	left: -9000px;
}
#p7PMnav .p7PMshow
{
	left: auto;
	z-index: 20000 !important;
}

/* Top level menu width */
#p7PMnav li
{
	float: left;
	width: 115px; /* If I set the font size, I loose the animation effects. */ /*	font-size: 14px; 				*/
	font-weight: bold;
}
/* The single backslash \ character inside this comment
			causes IE5 Mac to ignore the following rule, which allows other
			browsers to render top-level menu items to their natural width. */
#p7PMnav li
{
	width: auto;
}
#p7PMnav ul li
{
	float: none;
}

#p7PMnav ul, #p7PMnav ul li
{
	width: 125px;
	/*text-align: left;*/ /* If I set the font size, I loose the animation effects. */ /*	font-size: 13px; 				*/
	font-weight: normal;
}
