﻿/* @import url("../css/yoga.css"); */

.navHR
{
	width: 750px;
	height: 1px;
	background-color: Green;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
}

#navDiv
{
	width: 750px;
	text-align: center;
	margin-bottom: 15px;
}

#topmenu
{
	float: none;
	height: 19px;
}

#topmenu a, #topmenu a:visited, #topmenu a:link, #topmenu a:active
{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-left: 2px;
	font-family: verdana;
	background-color: #a2d461;
	position: relative;
	padding-bottom: 5px;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	border-right: green 1px solid;
	border-top: green 1px solid;
	border-left: green 1px solid;
}

#topmenu a:hover
{
	color: #ffec99;
}

#topmenu a.nolink, #topmenu a.nolink:visited, #topmenu a.nolink:link, #topmenu a.nolink:active
{
	font-size: 11px;
	font-weight: bold;
	color: #ffec99;
	text-decoration: none;
	margin-left: 2px;
	font-family: verdana;
	background-color: #a2d461;
	position: relative;
	padding-bottom: 5px;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
}




