@charset "UTF-8";
/* CSS Document */

#menu {
	background-image: url(../_img/layout/menu-top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 45px;
	text-align: center;
	font-size: 16px;
	height: 20px;
}

#menu a, #menu a:hover, #menu a.active, #menu a.active:hover {
	padding: 0 12px 0 12px;
	text-decoration: none;
}

#menu a {
	color: #954f9f;
}

#menu a.active {	
	color: #464748;
}

#menu a:hover, #menu a.active:hover {	
	color: #8b9f55;
}

#dropmenudiv{
	position:absolute;
	border:0px;
	z-index:100;
	width: 87px;
	margin-top: -5px;
	margin-left: -30px;
	padding: 20px 15px 20px 15px;
	background-image: url(../_img/aboutus/dropdown-menu.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
* html #dropmenudiv {margin-left: -17px; padding: 20px 10px 20px 10px;}

#dropmenudiv a{
	display: block;
	padding: 5px;
	margin: 0 10px 0 10px;
	font-size: 12px;
	color: #954f9f;	
	text-decoration: none;
    border-top: dashed 1px #d9d7d7;
}
* html #dropmenudiv a {padding: 5px 0 5px 0; margin: 0 5px 0 5px;}

#dropmenudiv a:hover{ 
	padding: 5px;
	margin: 0 10px 0 10px;
	font-size: 12px;
	color: #464748;
	border-top: dashed 1px #d9d7d7;
	text-decoration: none;
}
* html #dropmenudiv a:hover {padding: 5px 0 5px 0; margin: 0 5px 0 5px;}
