/* CSS Document */

#image-decor {
	margin-top: 40px;
	background-image: url(../i/bg-bulb.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 235px;
}

.content-head {
	height: 160px;
	background: url(../i/fashi/kstudenti_1.jpg) bottom left;
}

.content-head-right {
	height: 100%;
	background: url(../i/fashi/kstudenti_2.jpg) bottom left;
}

.content-body h3#admission{
	color: #090;
}

.content-menu h5 {
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 2%;
	color: #999;
	font-size: 1.1em;
	color: #5E626F;
	border-bottom: 1px solid #ccc;
}

.content-menu h5.first {
	padding-top: 0px;
}
/* List */

.content-menu-list {
	list-style: none;
	background-image: url(../i/fac-bg.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
.content-menu-list li {
	list-style: none;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 2%;
}

.content-menu-list-sub {
	list-style: none;
}

.content-menu-list-sub li {
	padding-top: 10px;
	margin: 0px;
	padding-left: 5px;
}

.content-menu-list-sub li a {
	background-image: url(../i/bull-sb2.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	padding-right: 10px;
}

