/* Left Nav */
#LeftNavigation{
	width: 160px;
	padding-top: 15px; 
	padding-left:10px;
	padding-right:5px;
}

#LeftNavigation ul.main_level
{
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	margin-bottom:30px;
}

#LeftNavigation li.main_level_li
{
	text-transform: uppercase;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	color:#FF0000;
/*	text-align: right;	*/
	text-align: left;
	line-height:11px;
/*	background-image: url(http://www.marykay.kz/images/pe_sidenav_bullet_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
*/
}

#LeftNavigation a {
	display: inline-block; 		/* fixes whitespace bug for IE */
}

#LeftNavigation li.main_level_li a{
	padding:7px 5px 6px 10px;
	display: block;				/* resets for above IE fix */
	color: #685356;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(http://www.marykay.kz/images/pe_sidenav_bullet_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


#LeftNavigation li.main_level_li a:hover {
	background-image: url(http://www.marykay.kz/images/pe_sidenav_bullet_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/*-------------------------------------------------------------------------------*/
#LeftNavigation ul.sub_level
{
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
}

#LeftNavigation li.sub_level_li
{
	text-transform: uppercase;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	color:#FF0000;
/*	text-align: right;	*/
	text-align: left;
	line-height:11px;
	background-image: url(http://www.marykay.kz/images/1px.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#LeftNavigation a {
	display: inline-block; 		/* fixes whitespace bug for IE */
}

#LeftNavigation li.sub_level_li a{
	padding:7px 5px 6px 10px;
	display: block;				/* resets for above IE fix */
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(http://www.marykay.kz/images/1px.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin:0 0 0 15px;
	padding:3px;

}


#LeftNavigation li.sub_level_li a:hover {
	color:#685356;
	background-image: url(http://www.marykay.kz/images/1px.gif);
	background-repeat: no-repeat;
	background-position: left center;

}

