/* MAIN */

#menu .selectMain {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Tw Cen MT";
	font-size: 11px;
	font-weight: bold;
	color: #c80187;
	text-decoration: none;
	background-image: url(../../img/menu/main_selected.jpg);
	text-indent: 20px;
	height: 36px;
	line-height: 33px;
}
#menu .selectMain a, .selectMain a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif, "Tw Cen MT";
	font-size: 11px;
	font-weight: bold;
	color: #c80187;
	text-decoration: none;
	text-indent: 20px;
	height: 36px;
	line-height: 33px;
}

#menu .NonselectMain {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Tw Cen MT";
	font-size: 11px;
	color: #6e6e6e;
	text-decoration: none;
	text-indent: 20px;
	background-image: url(../../img/menu/main_nonselected.jpg);
	height: 36px;
	line-height: 33px;
	font-weight: bold;
}

#menu .NonselectMain a, .NonselectMain a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif, "Tw Cen MT";
	font-size: 11px;
	color: #6e6e6e;
	text-decoration: none;
	text-indent: 20px;
	height: 36px;
	line-height: 33px;
	font-weight: bold;
}
/* SUB */
#menu .selectSub, .selectSub a, .selectSub a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Tw Cen MT";
	font-size: 11px;
	color: #c80187;
	text-decoration: none;
	text-indent: 35px;
	height: 20px;
	line-height: 20px;
}

#menu .NonselectSub , .NonselectSub a , .NonselectSub a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Tw Cen MT";
	font-size: 11px;
	color: #6e6e6e;
	text-decoration: none;
	text-indent: 35px;
	height: 20px;
	line-height: 20px;
}



.backgrounNorepeat{
	background-image: url(../../img/main/back_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
}
