@charset "UTF-8";
/* CSS Document */

.main_menu_box
{
	height: 34px;
    width: 100%;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;

}

.menu_bar
{
	height: 33px;
	width: 100%;
	background-image: url(../images/menu/background.png);
	background-repeat: repeat-x;
	float: left;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	text-decoration: none;
	color:   #FFFFFF;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E7E8E3;
	border-right-color: #E7E8E3;
	border-bottom-color: #E7E8E3;
	border-left-color: #E7E8E3;
}

.menu_bar a
{
	font-size:small;
	text-decoration: none;
	color:   #09C;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;	/*background-color: #FFFFFF;*/
}

.menu_bar a:hover
{
	font-size:small;
	/*color:   #538900;*/
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #000;
}



