@charset "utf-8";

.menu
{
	background:#fff;
	height:51px;
	padding-left:8px;
	text-align:center;
	margin-right:1px;
}

.menu-a
{
	background:url(../images/menu-bg.jpg) top left no-repeat;
	height:33px;
	width:121px;
	margin:15px 7px 0px 0px;
	float:left;
	display:block;
	font:bold 12px/28px Arial, Verdana,  Helvetica, sans-serif;
	color:#fff;
	text-align:center;
}

.menu-a:hover
{
	background:url(../images/menu-hover.jpg) top left no-repeat;
	color:#d21243;
}


.dropmenudiv
{
	position:absolute;
	top: 0px;
	margin:-3px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	background:#e7e9ec;
	width:121px;
	color:#fff;
	z-index:999;
	visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	font:normal 12px Arial, Verdana, Helvetica, sans-serif;
	padding:5px 0px 6px 0px;
	border-bottom:1px solid #dcdddf;
	text-decoration: none;
}

/** html .dropmenudiv a{ 
	width: 100%;
}*/

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background:#dcdddf;
	color:#d21243;
}

#border-non
{
	border-bottom:none;
}
