@charset "utf-8";
<!--

/* Menu */

#menu{
	width:210px;
	padding:0px;
	margin-left:0px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
	border: 5px solid #e0e0e0;	
}

#menu ul{
	list-style-image:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#menu li{
	margin-bottom:4px;
	border-bottom:solid 1px #cccccc;
}

#menu a{
	text-decoration:none;
	position:relative;
	font-weight:normal;
	font-size: 8pt;
	display:block;
	padding :5px;
	border-bottom:solid 1px #d5d5d5;
	background-image:url(../image/arrow_menu.gif);
	background-repeat:no-repeat;
	background-position: right;  	
}


#menuAds {
	text-align:left;

}

#menuAds a {
	border:0px;
	margin-left:10px;
	margin-bottom:10px;
}
#menuAds a:hover {
	background-color:transparent;
	border:0px;
}


#menuCenter{
	background-color:#f1f2ec;
	color:black;
	border-color:#d0d0d0;
	border-top:0px;
	border-bottom:1px;
	border-right:1px;
	border-left:1px;
}
#menuCenter div{

}
#menuTop{
	background-image:url(../image/menuTop.png);
	background-repeat:no-repeat;
	height:20px;
}
#menuBottom{
	background-image:url(../image/menuBottom.png);
	background-repeat:no-repeat;
	margin:0px;	
	height:20px;
}

#menuTitle:first-letter{
}

#menuInput {
	width:120px;
	margin-bottom:5px;
	display:block;
}

/* Menu buttons */

.menu-item-main a{
  	background-repeat: no-repeat;	
	background-position:left center;
  	padding-left: 20px;
}


.menu-item-active a{
	background-image: url(../image/arrow_right.gif);
  	background-repeat: no-repeat;	
	background-position:left center;
  	padding-left: 16px;
}

-->