#menu_gora {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 10px;
}
ul.nav {
	margin		: 0px;
	margin-left	: 5px;
	padding-left	: 0px;
	list-style	: none;

	width		: 100%;
}
/* *html ul.nav {
	margin-left	: 0px;
}*/

ul.nav li {
	float		: left;
}
ul.nav a:link, ul.nav a:visited {
	display		: block;
	border-right	: 1px solid #cf0505;
	border-bottom	: none;
	padding		: 0px 8px 10px 8px;
	margin-right	: 0px;
	text-decoration : none;
	color		: #FFFFFF;
	text-align	: center;
}
ul.nav a:hover {
	color		: #c2c2c2;
}
ul.nav li.end a {
	border-right	: 0px;
}

ul.nav li.end2 a
{
	border-left	: 1px solid #cf0505;
	border-right	: 0px;
	float:right;
}