/*
--------- PARITE NI USEFUL LINKS style --------- */

/*
--------- Left Block --------- */
#leftBlock {
	width: 660px;
	margin-right: 17px;
}

/*
--------- Useful Links Block --------- */
.usefulLinksBlock h1 {
	margin-bottom: 8px;
	padding-left: 11px;
	text-transform: uppercase;
	font: 15px Arial;
	font-weight: bold;
	color: #303c46;
}

.usefulLinksPage {
	padding: 17px;
	border-top: solid 5px #1c63a2;
	background: #fdfcfb;
}

.ulNav {
	padding: 2px 0 0;
	background: url(../images/ulNavTopBg.gif) no-repeat top;	
}

.ulNav ul {
	padding: 12px 0 12px 19px;
	border-right: solid 1px #e0e0e1;
	border-left: solid 1px #e0e0e1;
	background: #e6e6db;
	overflow: hidden;
}

.ulNav ul li {
	display: block;
	float: left;
	width: 273px;
	height: 27px;
	margin-right: 28px;
	border-bottom: solid 1px #c9c9c9;
}

.ulNav ul li.active, .ulNav ul li.activeHover {
	background: url(../images/ulNavLi.gif) no-repeat;
}

.ulNav ul li a {
	display: block;
	padding: 6px 0 6px 9px;
	text-decoration: none;
	font: 12px Arial;
	font-weight: bold;
	color: #1c63a2;
	background: url(../images/ulNavBullet.gif) no-repeat 258px 8px;
}

.ulNav ul li a:hover, .ulNav ul li.active a  {
	color: #000;
	background: url(../images/ulNavBulletActive.gif) no-repeat 258px 8px;
}

.ulNavBottom {
	height: 2px;
	background: url(../images/ulNavBottomBg.gif) no-repeat top;		
}

.linksTop {
	height: 2px;
	margin-top: 22px;
	background: url(../images/linksTopBg.gif) no-repeat;
}

.links {
	padding-top: 5px;
	border-right: solid 1px #e0e0e1;
	border-left: solid 1px #e0e0e1;	
}

.links h2 {
	margin-bottom: 8px;
	padding-left: 28px;
	text-transform: uppercase;
	font: 12px Arial;
	font-weight: bold;
	color: #000;	
}

.linksContent {
	padding: 0 13px;
	background: #f7f7f4;
}

.linksContent ul li {
	display: block;
	padding: 13px 15px;
	border-bottom: solid 1px #e0e0e1;
	overflow: hidden;
}

.linksContent ul .last {
	border-bottom: none;
}

.linksContent ul li a {
	display: block;
	float: left;
	margin-right: 6px;
	padding-right: 10px;
	text-decoration: none;
	font: 13px Arial;
	font-weight: bold;
	color: #1c63a2;
	background: url(../images/linksBullet.gif) no-repeat right top;
}

.linksContent ul li span {
	display: block;
	float: left;
	font: 13px Arial;
	color: #000;
}

.linksBottom {
	height: 2px;
	background: url(../images/linksBottomBg.gif) no-repeat;
}
