@charset "utf-8";
/* CSS Document */

/* ********** MENU VERTICAL */

#menuv{
	float:left;
	width:211px;
	background:url(../images/background/bg-menu-top.jpg) no-repeat;
	background-position:top;
	padding-top:100px;
	text-align:left;
}

.nav_menuv{
	display:block;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #FFF;
	
	width:188px;
	height:22px;
	line-height:22px;
	padding-left:23px;
	background:url(../images/menu/pucev.jpg) no-repeat;
	background-position:left;
}

.nav_menuv:hover{
	background:url(../images/menu/pucev_o.jpg) no-repeat #ff437d;
	background-position:left;
}


/* ********** MENU HORIZONTAL */
#menuh{
	width:856px;
	height:29px;
	line-height:29px;
	background:url(../images/background/bg-menu-h.jpg) no-repeat;
	margin:0px auto;
	text-align:right;
}

.nav_menuh{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	
	padding:0px 10px;
	text-decoration:none;
}

.nav_menuh:hover{ 
	text-decoration:none;
	color:#ff145c;
}

.sep_menuh{
	color: #ff145c;
	font-size:10px;
}

