ul.level-1,ul.level0 {
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
ul.level0 li a,ul.level-1 li a {
	color: #FF0000;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	padding: 0px;
	visibility: inherit;
	position: relative;
	float:left;
	width:100%;
}
ul.level-1 li a,ul.level0 li a {
    font-weight: bold;
    color: #FFFFFF;
    background-image: url(http://images.krflexfit.com/images/design/light_blue_menu_bk.jpg);
    background-repeat: repeat-x;
    background-position: left top;


#font-family: Tahoma;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFFFFF;

    border-right-width: 1px;                          /*   Added to close subnav bloxks    */
    border-right-style: solid;                        /*   Added to close subnav bloxks    */
    border-right-color: #FFFFFF;                      /*   Added to close subnav bloxks    */

    position: relative;
}
ul.level-1 li a:hover,ul.level0 li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-image: url(http://images.krflexfit.com/images/design/green_menu_bk.jpg);
    background-repeat: repeat-x;
    background-position: left top;

#font-family: Tahoma;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    text-decoration: none;
}
ul.level1 {
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
	margin-top: 0px;
	visibility: inherit;
}
ul ul.level1 li a {
    font-weight: bold;
    margin-top: 0px;
    color: #FFFFFF;
    margin-bottom: 0px;
    background-image: url(http://images.krflexfit.com/images/design/green_menu_bk.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    float: left;
    width:100%;
}
ul ul.level1 li a:hover {
    font-weight: bold;
    margin-top: 0px;
    color: #FFFFFF;
    margin-bottom: 0px;
    background-image: url(http://images.krflexfit.com/images/design/light_blue_menu_bk.jpg);
    background-repeat: repeat-x;
    background-position: right top;
}
ul.level0 strong a,ul.level-1 strong a {
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(http://images.krflexfit.com/images/design/green_menu_bk.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}
ul ul.level1 strong a {
	font-weight: bold;
}
.leftnav {
	position: relative;
}

/***   Richard's styles    ***/
.level-1 li, .level0 li{
	float:left;
	width:136px;      /*  This value should be the # of main-menu items(7) divided by content area width (955px) rounded down  */
	overflow:hidden;
}

.level1{
	clear:both;
	display:none;
}
.level1 li{
	clear:both;

}

li:hover ul, li.over ul {
	display: block;
} /*  The magic  Required for dropdown effect  */
