		/*this is the css for the vertical version*/
		.vertical ul{
	list-style-type: none;
	padding: 0px;
		}
		.vertical li a{
	text-decoration: none;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -2.5em;
			margin-left: 150px;
		}
.frame_cercevesi {
	border: 1px solid #FFFFFF;
}

		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			display: block;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
	text-decoration: none;
	height: auto;
	float: none;
	display: block;
	width: auto;
	border-left: none;
		}
		.horizontal li li a{
		}
		.horizontal li ul{
	position: absolute;
	display: block;
		}
		.horizontal li li ul{
		}
		.horizontal li ul li a{
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: white;
			color: black;
			border-color: black;
		}
		.blackwhite li a:hover{
			color: #cc0000;
			border-color: black;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}
.menuyazi {
FONT-SIZE: 12px; LINE-HEIGHT: 100%; FONT-FAMILY: verdana,arial,helvetica,sans-serif;
}.menu_cercevesi {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.menu_cercevesi_tam {
	border: 1px solid #CCCCCC;
}

