﻿.YogaAndFitnessBlueMenu .menu-theme
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background: url(horizontal_separator_blue.png) left top no-repeat;
	border:none;
	overflow:visible;
	height:70px;
	padding-left:2px;
}
*html .YogaAndFitnessBlueMenu .menu-theme{
	display:inline;
	zoom:1;
}
.YogaAndFitnessBlueMenu .menu-top-level li
{
	background: url(horizontal_separator_blue.png) right top no-repeat;
	height:70px;
	padding:0 !important;
}
.YogaAndFitnessBlueMenu .menu-top-level li a,
.YogaAndFitnessBlueMenu .menu-top-level li a:visited{
	color:#2A2D58;
	font-size:1.4em;
	height:40px;
	display:inline-block;
	padding:26px 20px 0;
	margin-right:2px;
}
.YogaAndFitnessBlueMenu .menu-top-level li.selected a
{
	color:#2A2D58;
	font-weight: bold;
}
.YogaAndFitnessBlueMenu .menu-top-level li.hover a,
.YogaAndFitnessBlueMenu .menu-top-level li.hover a:visited,
.YogaAndFitnessBlueMenu .menu-top-level li.hover a:link
{
	background: url(top_li_hover_blue.png) #71E4F0 repeat-x;
	color:#2A2D58;
	font-weight: bold;
}
*html .YogaAndFitnessBlueMenu .menu-top-level li.hover a,
*html .YogaAndFitnessBlueMenu .menu-top-level li.hover a:visited,
*html .YogaAndFitnessBlueMenu .menu-top-level li.hover a:link{
	background: #d0f177;
}
.YogaAndFitnessBlueMenu ul .menu-innel-level{
	background:#d0f177;
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border:none;
	padding:0 3px;
	margin-top:-10px;
}
.YogaAndFitnessBlueMenu ul .menu-innel-level li
{
	
	height:13px;
	background:none;
	border-bottom: 1px dotted #879d4d;
	padding:10px 0 10px 10px !important;
}
.YogaAndFitnessBlueMenu ul .menu-innel-level li.last{
	border:none;
}
.YogaAndFitnessBlueMenu ul .menu-innel-level li a,
.YogaAndFitnessBlueMenu ul .menu-innel-level li a:visited
{
	width:auto;
	height:auto;
	background:none !important;
	padding:0;
	color:#4b4b4a !important;
	font-size:1em;
	text-shadow:#4b4b4a ;
}
.YogaAndFitnessBlueMenu ul .menu-innel-level li.hover a{
	color:#FFFFFF !important;
}

/*.YogaAndFitnessBlueMenu ul .menu-innel-level li.selected
{
	background: none;
	border: 0px solid #00FFF0;
}
*/
