a.black:LINK	{ text-decoration: none; color: black }
a.black:ACTIVE	{ text-decoration: none; color: black }
a.black:VISITED	{ text-decoration: none; color: black }
a.black:HOVER	{ text-decoration: none; color: black }

a.black_u:LINK		{ text-decoration: none; color: black }
a.black_u:ACTIVE	{ text-decoration: none; color: black }
a.black_u:VISITED	{ text-decoration: none; color: black }
a.black_u:HOVER		{ text-decoration: underline; color: black }

a.red_u:LINK	{ text-decoration: none; color: red }
a.red_u:ACTIVE 	{ text-decoration: none; color: red }
a.red_u:VISITED { text-decoration: none; color: red }
a.red_u:HOVER 	{ text-decoration: underline; color: red }

.red	{color: red }
.white	{color: #ffffff }
.black	{color: black }

a.white_u:LINK		{ text-decoration: none; color: #ffffff }
a.white_u:ACTIVE 	{ text-decoration: none; color: #ffffff }
a.white_u:VISITED 	{ text-decoration: none; color: #ffffff }
a.white_u:HOVER 	{ text-decoration: underline; color: #ffffff }

a.link:LINK		{ text-decoration: none; }
a.link:ACTIVE	{ text-decoration: none; }
a.link:VISITED	{ text-decoration: none; }
a.link:HOVER	{ text-decoration: none; }

a.link_over:LINK		{ text-decoration: none; }
a.link_over:ACTIVE		{ text-decoration: none; }
a.link_over:VISITED 	{ text-decoration: none; }
a.link_over:HOVER 		{ text-decoration: underline; }

a.link_u:LINK		{ text-decoration: underline; }
a.link_u:ACTIVE		{ text-decoration: underline; }
a.link_u:VISITED 	{ text-decoration: underline; }
a.link_u:HOVER 		{ text-decoration: none; }

a:link.link {color: #376FB0; text-decoration: none; border-bottom: 1px dashed}
a:visited.link {color: #376FB0; text-decoration: none; border-bottom: 1px dashed}
a:active.link {color: #376FB0; text-decoration: none; border-bottom: 1px dashed}
a:hover.link {color: #FCA001; text-decoration: none; border-bottom: 1px dashed}

.spacer_3
{
	margin-top: 3px;
}
.meniu_top
{
	width: 159px;
	margin-top: 4px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	border: 1px solid;
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;
	border-color: #f66 #600 #600;
	background-color: #c00;
	color: #fff;
}

.meniu_main
{
	top:0px;
	width: 159px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#F2F2F2;
	padding-bottom: 1px;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	border-top: 0px;
	border-left: solid 1px #111111;
	border-right: solid 1px #111111;
	border-bottom: solid 0px #111111;
	cursor: pointer;
}
.meniu_bottom
{
	top:0px;
	width: 159px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F2F2F2;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	border-top: 0px;
	border-left: solid 1px #111111;
	border-right: solid 1px #111111;
	border-bottom: solid 1px #111111;
	cursor: pointer;
}
