/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 15 - Tommi
  -----------------------------------
*/

 
.bodytext
    {
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 90%;
	text-decoration: none;
	line-height: 1.5px;
	font-weight: lighter;
}
.bodytext a:link,hover,active,visited
    {
	text-decoration: none;
	font-weight: bolder;
	color: #000033;
    }
.bodytext a:visited
    {
	color: #333333;
	text-decoration: none;
}
.bodytext a:hover
	{  
        text-decoration: underline;
        color: #006666; }
    .bodytext a:active
    {
	color: #00FF00;
	text-decoration: underline;
} 
 

/*DO NOT EDIT!!!*/
#p7PMnav {
	margin:0;
	padding:0;
}
/*DO NOT EDIT!!!*/
#p7PMnav ul {
	margin:0;
	padding:0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
/*The Root Level Background image assigned here*/
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/tommy_hmenContainer.jpg);
	background-repeat: repeat-x;
}
/*The sub-menu level background image assigned here*/
#p7PMnav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/tommy_mbg.jpg);
	background-repeat: repeat-y;
}
/*Menu link Styles - Change link color here*/
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #CCCCCC;
	line-height:1;
}
/*Sub-menu link borders*/
#p7PMnav ul a {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
}
/*Top-level link hover*/
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #006600;
	color: #FFFFFF;
	letter-spacing: 0.01px;
}
/*Sub-level link hover*/
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #009933;
	border-top: 1px solid #F1E878;
	border-left: 1px solid #F1E878;
	color: #333333;
}
/*The Selected Menu "ON" State*/
#p7PMnav .p7PMon, #p7PMnav ul .p7PMon, #p7PMnav .p7PMon:hover,
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover {
	background-color: #009933;
	color: #333333;
}
/*The Selected Menu "ON" State for sub-menu borders*/
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover {
	border-top: 1px solid #FFC959;
	border-left: 1px solid #FFC959;
}

/* The current page marker style */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
}
/*The Trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMtrg:hover {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}

/*DO NOT EDIT!!!*/
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
/*DO NOT EDIT!!!*/
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}

/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 138px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
}
/*DO NOT EDIT!!!*/
#p7PMnav ul li {
	float: none;
}
/* Styles for optional Breadcrumb trail add-on */
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #776F55;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #776F55;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #000000;
}
