/* Start of CMSMS style sheet 'style_header_menu' */

#header .header_menu {
	margin-right: 7px;
}

.header_menu a {
	color: #fff;
	text-decoration: none;
}

.header_menu ul {
	float: right;
	list-style-type: none;
	height: 36px;
}

.header_menu li {
	display: inline;
}

.header_menu li a {
	position: relative;
	display: inline-block;
	width: auto;
	height: 36px;
}

.header_menu li a {
	text-align: center;
	position: relative;
	overflow:hidden;
}

.header_menu li a img {
	position: relative;
	top: -2px;
}

.header_menu li a:hover img {
	top: -42px;
}

.header_menu li a img.currentpage {
	top: -42px;
}

/* End of 'style_header_menu' */

