.guiMenu_container {
	border					: none;
}

.menubar {
	background				: none;
	border					: none;
	height					: 36px;
}

.menulist {
}

.menulist ul {
	width					: 166px;
}

.menulist li {
	font-size				: 18px;
	line-height				: 36px;
	height					: 36px;	
	width					: 166px;
	text-align				: center;
}

.menulist a {
	display					: block;
	white-space				: nowrap;
}

.menulist a:link, .menulist a:hover, .menulist a:visited, .menulist a:active {	
	margin					: 0px;
	padding					: 0px;
	color					: #1d1060;
	text-decoration			: none;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 16px;
	font-weight				: bold;
	line-height				: 36px;
	height					: 36px;
	background				: none;
	border					: none;
	
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	margin					: 0px;
	padding					: 0px;
	color					: #FFFFFF;
	background				: none;
	text-decoration			: none;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 16px;
	font-weight				: bold;
	line-height				: 36px;
	height					: 36px;
	background				: none;
	background-color		: #514a73;
	border					: none;

}

* html .menulist a:hover, 
* html .menulist a.highlighted:hover, 
* html .menulist a:focus, 
* html .menulist a:link, 
* html .menulist a:hover, 
* html .menulist a:visited, 
* html .menulist a:active  {
	width:166px;

}

* html .menulist_last a:hover, 
* html .menulist_last a.highlighted:hover, 
* html .menulist_last a:focus {
	width					: 170px;
}

.menulist a.highlighted {
	margin					: 0px;
	padding					: 0px;
	color					: #FFFFFF;
	background				: none;
	text-decoration			: none;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 16px;
	font-weight				: bold;
	line-height				: 36px;
	height					: 36px;
	background				: none;
	background-color		: #514a73;
	border					: none;
}

.menulist a .subind {
	display					: none;
}
.menulist ul a .subind {

}

.menulist_first {

}

.menulist LI.menulist_last {
	width					: 170px;
}

/* Sub menu items */
.menulist_item {
	top						: 36px;
	border					: none;
	background				: none;
	background-image		: url(../images/Template/bg_submenu.png);
}

.menulist_item li {
	text-align				: left;
	width					: auto;
}

.menulist_item>li:last-child {
	margin			: 0px;
}

.menulist_item ul {
	top						: 0px;
	left					: 166px;
	z-index					: 500;
	background				: none;
	background-image		: url(../images/Template/bg_submenu.png);
}

.menulist_list a {
	white-space				: nowrap;
}

.menulist_item a:link, .menulist_item a:visited, .menulist_item a:hover, .menulist_item a:active, .menulist_item a.highlighted {
	color					: #1d1060;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px;
	font-weight				: normal;
	border					: none;
	background				: none;
	padding					: 0px;
	padding-left			: 5px;
	padding-right			: 5px;
	margin					: 0px;
	background				: none;
	border-top				: 1px solid #c0c0c0;

	
}	

* html .menulist_item a:link, 
* html .menulist_item a:visited, 
* html .menulist_item a:hover, 
* html .menulist_item a:active, 
* html .menulist_item a.highlighted {
width:156px;
}

* html .menulist_item a:hover, 
* html .menulist_item a.highlighted:link, 
* html .menulist_item a.highlighted:visited, 
* html .menulist_item a.highlighted:hover, 
* html .menulist_item a.highlighted:active, 
* html .menulist_item a.focus {
width:156px;
}

.menulist_item a:hover, .menulist_item a.highlighted:link, .menulist_item a.highlighted:visited, .menulist_item a.highlighted:hover, .menulist_item a.highlighted:active, .menulist_item a.focus {
	color					: #FFFFFF;
	background				: none;
	background-image		: url(../images/Template/bg_submenu_hover.png);
	background-repeat		: repeat;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px;
	font-weight				: normal;
	border					: none;
	padding					: 0px;
	padding-left			: 5px;
	padding-right			: 5px;
	margin					: 0px;
	border-top				: 1px solid #c0c0c0;
}

.menulist_item a .subind {
	display					: block;
	float					: right;
	margin-top				: 12px;
	background-image		: url(../images/Template/menu_arrow.gif);
	background-repeat		: no-repeat;
	width					: 6px;
	height					: 13px;
}

.menulist_item a:hover .subind {
	background-image		: url(../images/Template/menu_arrow_hover.gif);
}

.menulist_item ul a .subind {
	display					: block;
	float					: right;
	margin-top				: 12px;
	background-image		: url(../images/Template/menu_arrow.gif);
	background-repeat		: no-repeat;
	width					: 6px;
	height					: 13px;
}

.menulist_item ul a:hover .subind {
	background-image		: url(../images/Template/menu_arrow_hover.gif);
}

a.menulist_item_off, a.menulist_item_off:link, a.menulist_item_off:visited, a.menulist_item_off:hover, a.menulist_item_off:active {
	color					: #CCCCCC;
	cursor					: default;
	border					: none;
	margin					: 2px;
	background				: none;
}

.menulist_item_first {

}

.menulist_item_last {
margin:0px;
}

.menulist_active {
	color					: #1d1060;
	background-image		: url(../images/Template/bg_menu_active.png);
}