.SiteTopMenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.SiteTopMenu ul li{
	position: relative;
	display: inline;
}
.SiteTopMenu ul li img { border:1px solid #fff; border-top:0; margin-top:3px; }

/*Top level menu link items style*/
.SiteTopMenu ul li a{
	padding: 24 50 0 20;
	height:42px;
	text-decoration: none;
	background: url(../images/header_menu_mo_bg.jpg) left center no-repeat;
	cursor:pointer;
	font:12px arial; font-weight:bold; color: #666;
}
.SiteTopMenu ul li a span {
	position:relative;top:-6px;
}
/*Sub level menu*/
.SiteTopMenu ul li ul {
	left: 0;
	top: 0;
	border-top:1px solid #e5e5e5;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 1000;
}

/*Sub level menu list items*/
.SiteTopMenu ul li ul li{
	display: inline;
	float: none;
}
/*Sub level menu list items*/
.SiteTopMenu ul li ul li div {
	border:2px outset #ccc;
	border-top:1px solid #ccc;
	border-left:0;
	position:absolute;
	margin:-25px 0 0 155px;
}

/* Sub level menu links style */
.SiteTopMenu ul li ul li a{
	display:block;
	width: 155px; /*width of sub menu levels*/
	height:auto!IMPORTANT;
	font:11px arial;
	font-weight: normal;
	background: #fff url('../images/icon_box_gray2.jpg') no-repeat 3% 50%;
	padding: 4px 8px 4px 16px;
	border:1px solid #999;
	border-left:1px solid #ccc;
	border-width: 0 1px 1px 1px;
}
.NotLink,.NotLink:hover { 
	background:#fff!IMPORTANT;
	cursor:default!IMPORTANT;
}

.SiteTopMenu ul li ul li a:hover{
	background: #eef url(../images/header_menu_mo_bg.jpg) left center repeat-x;
}

.SiteTopMenu .arrowdiv {
	position: absolute;
	right: 0;
	background: transparent url() no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .SiteTopMenu ul li { float: left; height: 1%; }
* html .SiteTopMenu ul li a { height: 1%; }
/* End */
.cpMenu,.cpMenu:hover { background: #fff url('../images/arrow_right.png') no-repeat 95% 50%!IMPORTANT; }