/**
 *	MENU START
 */
#aland24_link a {
 	background: transparent url(/.composer/images/a24logo.png) no-repeat center left;
	padding: 1px 0 1px 20px;
}
 
#menu {
	position: relative;
	clear: both;
	width: 964px;
	height: 45px;
	background: url(/.composer/images/menubtn.gif) left top repeat-x;
	border-bottom: 1px solid #dbdce1;
	font-family:  arial, verdana, tahoma;
	sfont-size: 11px;
	z-index: 99;
}

.main_menu, .sub_menu {
	padding: 0px;
	height: 23px;
}

.sub_menu {
	margin-left: 4px;
}

.main_menu ul, .sub_menu ul, #tools_menu ul {
	list-style: none;
	display: inline;
}

.main_menu ul {
	float: left;
	margin: 0;
	padding: 0;
}

#right_menu ul {
	float: right;
}

.main_menu ul li,
.sub_menu ul li,
#tools_menu ul li {
	float: left;
	padding: 5px 4px 0px 6px;
	background-image: url(/.composer/images/menuspacer.gif);
	background-position: left 0;
	background-repeat: no-repeat;
	height: 17px;
}

.sub_menu ul li,
#tools_menu ul li {
	padding-top: 4px;
	background-image: url(/.composer/images/newsbox.gif);
	background-position: left 6px;
}

.main_menu ul li.first-child,
.sub_menu ul li.first-child,
#tools_menu ul li.first-child {
	background: none;
}

.sub_menu ul li.first-child {
	padding-left: 10px;
}

.main_menu ul li.last-child {
	padding-right: 7px;
}

.sub_menu ul li.last-child {
	padding-right: 10px;
}

#left_menu {
	position: relative;
	float: left;
	width: 791px;
}

#right_menu {
	position: relative;
	float: right;
	width: 170px;
	text-align: right;
	z-index: 100;
}

#right_menu ul {
	margin: 0; padding: 0;
}

#tools_menu {
	position: relative;
	float: right;
}

#right_menu .main_menu, #right_menu .sub_menu {
	position: relative;
}

#right_menu .sub_menu {
	z-index: -10;
}

#right_menu .sub_menu #textsize span {
	position: relative;
	top: -2px;
}

#right_menu .sub_menu .textsize {
	font-weight: bold;
}

#right_menu .sub_menu #normal {
	font-size: 11px;
}

#right_menu .sub_menu #larger {
	font-size: 13px;
}

#search {
	position: absolute;
	z-index: 100000;
	top: 22px;
	sright: 0px;
	left: -120px;
	border: 1px solid #dbdce1;
	background: #EEEEEE;
	padding: 3px;
	width: 280px;
	visibility: hidden;
	text-align: left;
}

#search form {
	padding-top: 10px;
}
#search #query {
	width: 200px;
}

.close {
	position: relative;
	float: right;
}
.close a {
	color: #999999;
	text-decoration: none;
	padding-right: 12px;
	background-image: url(/.composer/images/close.gif);
	background-position: right 3;
	background-repeat: no-repeat;
}
.close a:hover {
	text-decoration: underline;
}

/**
 *	MENULINKS START
 */
.main_menu ul li a, .sub_menu ul li a {
	font-weight: bold;
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.main_menu a.open {
	color: #f00;
}

.main_menu ul li a:visited, .sub_menu ul li a:visited {
	/*color: black;*/
}
.main_menu ul li a:hover, .sub_menu ul li a:hover, .sub_menu ul li a.active {
	color: #ff0000;
}
.sub_menu ul li a {
	font-weight: normal;

}

/**
 *	MENULINKS END
 */

/**
 *	MENU END
 */

