/* -- head menu fin -- */
@charset "UTF-8";
/* CSS Document */


/* END General text styling */


#linkLogo
{
   	width:390px;
	height:60px;
	left:50%;
	top:50px;
	margin-left:-460px;
	position:absolute;
	border:0px solid red;
	padding:0;
	z-index:100;
}



#logo-bar {
	width:148px;
	height:37px;
	background-image:url(../media/utility/logo-mic.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	margin-left:30px;
	margin-top:-40px;
}

.logout {
	width:200px;
	height:20px;
	position:absolute;
	top:10px;
	color:#ccc;
	margin-left:40px;
}
.logout a {
	color:#ccc;
	text-decoration:none;
}
.logout a:hover {
  background: none;
  color: #eae549;
}


/* -- menu top -- */
#userName {
  position: absolute;
  top: 0;
  left:50%;
  width: 400px;
  margin-left:-470px;
  margin-top:5px;
  text-align:left;
  
}

#top-list  span
{
 font-weight: normal;
  text-decoration: none;
  color: #ccc;
  font-size: 9pt;
}

#top-list   a {
  font-weight: normal;
  text-decoration: none;
  color: #ccc;
  font-size: 9pt;
}

#top-list  a:hover {
  background: none;
  color: #eae549;
}

#top-list {
  position: absolute;
  top: 0px;
  left:50%;
  width: 960px;
  margin-left:-480px;
  margin-top:5px;
  text-align:right;
  border: 0px solid green;
}

#top-list ul {
  margin: 0 20px;
  padding: 0;
  float: right;
}

#top-list li {
  float: left;
  list-style-type: none;
  padding: 5px 5px 0px 5px;
}

#top-list li a {
  font-weight: normal;
  text-decoration: none;
  color: #ccc;
  font-size: 9pt;
}

#top-list li a:hover {
  background: none;
  color: #eae549;
}

#facebookLike
{
  position: absolute;
  top: 0px;
  left:50%;
  width: 400px;
  margin-left:-460px;
  margin-top:5px;
  text-align:left;
  border: 0px solid red;
  z-index:100;
}



/* -- head menu -- */
#menu-list ul {
	width:100%;
	margin-top:-10px;
	padding: 0;
	float: left;
	margin-left:20px;
	margin-bottom:20px;
	

	
}

#menu-list li {
  float: left;
  list-style-type: none;
}

/* -- menu optojump menu -- */
#menu-list li#CMSListMenuHorizontal_LI_0_1_1 {
  float: left;
  list-style-type: none;
  width:320px;
  text-align:right;
  background-image:url(../media/utility/menu2.jpg);
  background-repeat:repeat-x;
  background-position:left bottom;
  margin-right:13px;
}

#menu-list li#CMSListMenuHorizontal_LI_0_1_1 a {
	font-weight: bold;
	text-decoration: none;
	color: #656565;
	font-size: 12px;
	line-height:28px;
	text-transform:uppercase;
	background:none;
	margin-left:0px;
	margin-right:0px;
}
#menu-list li#CMSListMenuHorizontal_LI_0_1_1 a:hover {
  color: #b70084;
}
#menu-list li a {
	font-weight: bold;
	text-decoration: none;
	color: #656565;
	font-size: 12px;
	line-height:30px;
	text-transform:uppercase;
	background-image:url(../media/utility/menu2.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin-right:13px;
	margin-left:13px;
	padding-bottom:5px;
}

/* -- head menu activ primo -- */
#menu-list li#CMSListMenuHorizontal_LI_0_1_1 a.CMSListMenuLinkHighlighted {
	font-weight: bold;
	text-decoration: none;
	color: #b70084;
	font-size: 12px;
	line-height:30px;
	text-transform:uppercase;
	background-image:url(../media/menu/menu22.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:5px;
	display:block;
}


/* -- head menu activ -- */
#menu-list li a.CMSListMenuLinkHighlighted {
	font-weight: bold;
	text-decoration: none;
	color: #b70084;
	font-size: 12px;
	line-height:30px;
	text-transform:uppercase;
	background-image:url(../media/menu/menu22.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:5px;
	display:block;
}



#menu-list li a:hover {
  color: #b70084;
}

#menu-list li.current {
  background:#333333 none repeat scroll 0% 0%;
  border-left:1px solid #222222;
  border-right:1px solid #444444;
}

#menu-list li.current a {
  color: #ddd !important;
}

