/* Top Menu */

#topMenu {
  font-size: 15px;
	overflow: hidden;
  height:140px;
  margin:0 0 30px;
}

#topMenu ul{
	list-style: none;
	padding: 0;
	margin: 0;
  height:140px;
}

#topMenu li {
	list-style-type: none;
	display: inline;
	background: url(image/minact.png) no-repeat;
	text-align:center;
	width:124px;
	padding:70px 8px 0;
	margin: 0;
	float:left;
  height:70px;
}

#topMenu li a {
	margin: 0;
	padding:0;
	color: #fff;
}

#topMenu .current {
	background: transparent url(image/mact.png) no-repeat;
  padding-top:80px;
  text-decoration:underline;
}

#topMenu .current a {
	background: transparent;
}









/* Side Menu */


#left {
	font-size:14px;
	line-height:21px;
	width:210px;
	vertical-align:top;
}

#left ul{
	padding: 0;
	margin:0;
	list-style: none;
}

#left li {
	list-style: none;
  padding:5px;
  margin:0;
  border-bottom:1px dotted #ddd;
	position:relative;
}

#left li a {
	text-decoration: none;
	color: #222;
	line-height:22px;
}

#left .current {
  text-decoration:underline;
	color: #222;	
	line-height:22px;
}





#left ul ul {
	margin: 0;
}

#left ul ul li {
	color: #1C4E7E;	
	text-decoration:none;
	font-size: 12px;
	line-height:24px;
	border-right: dotted 1px #1C4E7E;
	border-left: dotted 1px #1C4E7E;
	border-bottom: dotted 1px #1C4E7E;
	position:relative;
}

#left ul ul a {
	padding-right: 30px;
}

#left ul ul a:hover{
	background-color: #CCCCCC;
}

#left ul ul .current{
	background: none;
	color: #86130f;
}


/* Child - Level 2 */

#left ul ul ul {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0;
}

#left ul ul ul li { 
}

#left ul ul ul a{
}

#left ul ul ul a:hover{

}



#topMenu li .userMenuEditMenu {
  position:absolute;
  display:inline;
  right:10px;
  bottom:45px;
  z-index:1;
  line-height:11px;
  height:11px;
}


#topMenu li .userMenuEditMenu a {
	padding:0;
	margin:0;
	background: none;
}






#left li .userMenuEditMenu {
  position:absolute;
  display:inline;
  right:10px;
  bottom:0px;
  z-index:1;
  line-height:11px;
  height:11px;
}


#left li .userMenuEditMenu a {
	padding:0px;
	background: none;
	display: inline;
	position:relative;
}
