@charset "UTF-8";
/* CSS Document */

#menu_clients {
	width:190px;
	margin:0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	padding-top: 5px;
	line-height: 2em;
	font-weight: bold;
}

#menu {
	width:190px;
	margin:0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	line-height: 2em;
}*
	
#menu a, #menu a:visited {
	display:block;
	width:190px;
	height:22px;
	line-height:22px;
	text-decoration:none;
	color:#000000;
	background-repeat:no-repeat;
	background-image: url(images/common/arrow.gif);
	background-position: 0;
	margin-left: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
}

#menu a span {
	padding-left: 15px;
}

#menu a:hover {
	display:block;
	width:190px;
	height:22px;
	cursor:pointer;
	text-decoration:none;
	color:#cc0000;
	background-repeat:no-repeat;
	background-image: url(images/common/arrow_red.gif);
	padding-left: 0px;
}

#more_clients {
	width:190px;
	margin:0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	padding-top: 5px;
	line-height: 2em;
	font-weight: bold;
}

#more {
	width:190px;
	margin:0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	line-height: 2em;
}*
	
#more a, #more a:visited {
	display:block;
	width:190px;
	height:22px;
	line-height:22px;
	text-decoration:none;
	color:#000000;
	background-repeat:no-repeat;
	background-image: url(images/common/arrow.gif);
	background-position: 0;
	margin-left: 0px;
	
}

#more a span {
	padding-left: 15px;
}

#more a:hover {
	display:block;
	width:190px;
	height:22px;
	cursor:pointer;
	text-decoration:none;
	color:#cc0000;
	font-weight: bold;
	background-repeat:no-repeat;
	background-image: url(images/common/arrow_red.gif);
	padding-left: 0px;
}