/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 15 - Tommi
  -----------------------------------
*/
/*DO NOT EDIT!!!*/
#p7PMnav {
	margin:0;
	padding:0;
	font-size: 10px;
	color: #000000;
}

/*The Root Level Background image assigned here*/
#p7PMnav li {
	list-style-type: none;
	text-align: left;
	text-indent: 7px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	display: block;
	margin-left: 4px;
	margin-top: 4px;
}
/*The sub-menu level background image assigned here*/
#p7PMnav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*Menu link Styles - Change link color here*/
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #000000;
	line-height:1;
}
/*Sub-menu link borders*/
#p7PMnav li a {
	background-image:    url(../images/content_link.gif);
	background-repeat: no-repeat;
}
/*Sub-level link hover*/
#p7PMnav li a:hover, #p7PMnav li a:active, #p7PMnav li a:focus {
	color: #000000;
	letter-spacing: 0.01px;
	text-decoration: underline;
	background-image: url(../images/content_link_hover.gif);
	background-repeat: no-repeat;
}

/* Top level menu width */
#p7PMnav li {
	float: left;
	width: auto;
	height: 24px;
}
