#basic-accordian{
	position:absolute;
	border:0px solid #EEE;
	padding:0px;
	width:240px;
	left:0;
	top:62px;
}

.accordion_headings{
	padding:0px;
	color:#FFFFFF;
	border:0px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	text-align: right;
}

.accordion_headings:hover{
}

.accordion_child{
	padding:0px;
}

.header_highlight{
}

li.sousmenu {
	text-align:right;
	font-weight: bold;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

li.sousmenu:hover{
	color: #666666;
	cursor:pointer;
}

li.menuitems {
	text-align:right;
}

li.menuitems:hover{
	color: #666666;
	cursor:pointer;
}

li.menuitems_selected {
	text-align:right;
	text-decoration: underline;
	background-image:url('../images/bullet-arrow-off.gif');
	background-repeat: no-repeat;
	font-weight: bold;
}

ul {
	list-style-type:none;
}

div.menuseparator {
	height: 5px;
}
#minstitut-header {
	height:26px;
	background-image:url('../images/bgmenu1.png');
	background-repeat:no-repeat;
	background-position:top right;
}
#minstitut-header p {
	padding-top: 13px;
}
#minstitut-content {
	width: 220px;
	background-color:#eab21b;
	padding-right: 10px;
	background-image:url('../images/bg_menuitem1.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}
#mservices-header {
	height:26px;
	background-image:url('../images/bgmenu2.png');
	background-repeat:no-repeat;
	background-position:top right;
}
#mservices-header p {
	padding-top: 13px;
	
}

#mservices-content {
	width: 220px;
	background:#E5662E;
	padding-right: 10px;
	background-image:url('../images/bg_menuitem2.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}
#mactivites-header {
	height:26px;
	background-image:url('../images/bgmenu3.png');
	background-repeat:no-repeat;
	background-position:top right;
}
#mactivites-header p {
	padding-top: 13px;
}
#mactivites-content {
	width:220px;
	background:#BC6874;
	padding-right: 10px;
	background-image:url('../images/bg_menuitem3.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}
#mliens-header {
	height:26px;
	background-image:url('../images/bgmenu4.png');
	background-repeat:no-repeat;
	background-position:top right;
}
#mliens-header p {
	padding-top: 13px;
}
#mliens-content {
	width:220px;
	background:#6AB9BD;
	padding-right: 10px;
	background-image:url('../images/bg_menuitem4.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}

#mnouvelan-header {
	height:26px;
	background-image:url('../images/bgmenu5.png');
	background-repeat:no-repeat;
	background-position:top right;
}
#mnouvelan-header p {
	padding-top: 13px;
}
#mnouvelan-content {
	width:220px;
	background:#c30505;
	padding-right: 10px;
	background-image:url('../images/bg_menuitem5.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}

