@charset "utf-8";
/* CSS Document */

/* top level rules */

/*not sure if i need this anymore*/

/*#cat_337196_divs{
	padding-left:40px;}
*/


#nav_337196, #nav_337196 ul{
	padding: 0;
	list-style: none;
	margin: 0;
	line-height: 1.3em;
}
#nav_337196 li a {
	display: block;
	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../Images/DynamicMenuImages/rentachook/nav_bgnd.png);
	background-repeat: repeat-x;
	padding-bottom: 9px;
	overflow:hidden;
	text-decoration:none;
	font-weight:bold;
	font-size: 13px;
}
#nav_337196 li a:hover, #nav_337196 li a:active{
	background-image: url(../Images/DynamicMenuImages/rentachook/nav_bgnd_over.png);
	background-repeat: repeat-x;
	text-decoration: underline;
	color: #FFF;
	background-position: 0 0;
}

#nav_337196 li {
	float: left;
	padding: 0px;
}


/*second level rules */
#nav_337196 li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	display: block;
}
/* ensures that the 2nd level menu is a fixed width */
#nav_337196 li li a{
	width:13em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-top-style: none;
	}
	
#nav_337196 li:hover ul {
	left: auto;
}

#nav_337196 li:hover ul, #nav_337196 li.sfhover ul {
	left: auto;
}

/*3rd level rules */

/* ensures that the 3rd level menu is a fixed width */
#nav_337196 li li li a{
	width:16em;
	}

#nav_337196 li ul ul {
	margin-top: -2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 14em;
}
#nav_337196 li:hover ul ul, #nav_337196 li.sfhover ul ul {
	left: -999em;
}

#nav_337196 li:hover ul, #nav_337196 li li:hover ul, #nav_337196 li.sfhover ul, #nav_337196 li li.sfhover ul {
	left: auto;
	background-position: 0 0;
}

/*this class is to hide menu items that i don't want to delete, just hide for some time*/
.menu_hidden
{
	display:none;
}
