/******************************************
Side Menu CSS - Playguide
******************************************/

/*Sets line-height of menuitems*/
#p7TMnav div { 
}

/*Sets background color, border, and padding around the menu DIV */
#p7TMnav {
	width:160px; 
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
#p7TMnav div div {
}

/* Basic link details for first-level menu items*/

#p7TMnav div a {
	padding: 0 0 0 25px;
	display: block;
	color: #e51f1f;
	font-size: 12px;
	line-height:25px;
	text-decoration:none;
	border-bottom: 1px solid #e51f1f;
	height:26px;
	background-repeat: no-repeat;
	background-image:  url(/img/smenu_playguide_lvl1.jpg);
}


/* Basic link details for second-level menu items */
#p7TMnav div div a {
	font-size: 12px;
	line-height:18px;
	text-decoration:none;
	background-color: transparent;
	border: 0;
	color: #e51f1f;
	height:20px; 
	background-repeat: no-repeat;
	background-image: url(/img/smenu_playguide_lvl2.jpg);
}

/* Basic link details for third-level menu items */

#p7TMnav div div.small a {
	font-size: 10px;
	line-height:18px;
	text-decoration:none;
	background-color: transparent;
	border: 0;
	color: #e51f1f;
	height:20px; 
	background-repeat: no-repeat;
	background-image: url(/img/smenu_playguide_lvl2.jpg);
	padding: 0 0 0 40px;
}

/* Common link styles for side menu items*/

#p7TMnav div a:link,
#p7TMnav div div a:link,
#p7TMnav div div.small a:link {  text-decoration: none;}

#p7TMnav div a:visited,
#p7TMnav div div a:visited,
#p7TMnav div div.small a:visited {  text-decoration: none;}

#p7TMnav div a:hover,
#p7TMnav div div a:hover,
#p7TMnav div div.small a:hover {  text-decoration: underline;}

#p7TMnav div a:active,
#p7TMnav div div a:active,
#p7TMnav div div.small a:active {  text-decoration: none;}

/* defined onload lvl1 menu item */
.p7currentmark {
	font-weight: bold;
	height:26px;
	width:160px;
	background-repeat: no-repeat;
	background-image: url(/img/smenu_playguide_lvl1.jpg);
	padding: 0 0 0 25px !important;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected.*/
.p7plusmark,
.p7minusmark,
.p7defmark{
}