/* CSS Document */
ul#menuhor
{
	height: 35px;
	margin: 0;
	padding: 0;
	background: #c00 url(../img/menuhor.gif) repeat-x 0 -25px;
	list-style-type: none;
}
ul#menuhor li
{
	float: left;
	text-align: center;
}
ul#menuhor li a
{
	width: 105px;
	line-height: 25px;
	font-size: 0,9em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #dea;
	display: block;
	text-decoration: none;
	border-right: 2px solid #dea;
}
ul#menuhor li a:hover
{
	background: url(../img/menuhor.gif) repeat-x 0 0;
}
ul li#derim a
{	
	border: 0px;
}
ul#menuver 
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#menuver li a 
{
	display: block;
	height: 30px;
	line-height: 30px;
	background: url(../img/fond_lien.png) no-repeat left top;
	padding-left: 35px;
	margin: 2px 0;
	color: #010162;
	font: 1.1em;
	text-decoration: none;
}
ul#menuver li a:hover 
{
	background-position: left bottom;
	color: #c30;
}
