.menu
{
	padding-top:15px;
	text-align: center;
}

.menus
{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: left;
 }

.not
{

	font-family: Verdana;
	font-weight: 200;
	color: white;
	font-size: 11;
	
	border: 1px solid #c0c0c0 ;
	
	text-align: center;

	padding-left: 8px ;
	padding-right: 8px ;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left:1px;
	background-image: url("../images/bg_violet.gif");
	background-repeat: repeat-xy;
	position: relative;
}


.this
{
	font-family: verdana;
	font-weight: 500
	text-decoration:none;
	color: white;
	font-size: 11;
	
	border: thin solid #c0c0c0 ;
	
	text-align: center;
	padding-left: 8px ;
	padding-right: 8px ;
	padding-top: 6px;
	padding-bottom: 6px;
	
	background-repeat: repeat-xy;
	background-image: url("../images/bg_orange.gif");
	position: relative;
}