﻿/*= Aldiar Styles =*/
.unlink {
	text-decoration: none;
	padding-left: 0px;
	width: 170px;
	color: #fff;
}
#sidemenu {
	float:right;
	width: 222px;
	margin:30px 0;
	padding-right:98px;
	}
.sidebarmenu ul{
	margin: 0;
	padding: 0;
	float:right;
	width: 222px;
}
.sidebarmenu ul li{
	list-style-type: none;
	display:block;
	height: 45px;
	width: 190px;
	position: relative;
	margin:0 0 1px 0;
}
.sidebarmenu ul li a{
background-color:#1e4366;
background-color: rgba(255,255,255,0.20);
	height: 45px;
	width: 100%;
	display: block;
	line-height: 44px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #f6eedf;
	text-shadow: 0 1px 3px #221;
	text-decoration:none;
	padding: 0 15px;
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
-khtml-border-radius:5px; 
border-radius:5px;
}
.sidebarmenu ul li a:hover, .sidebarmenu ul li a.selected{
background-color: 1e4366 !IMPORTANT;
background-color: rgba(255,255,255,0) !IMPORTANT;
/*background-image:url(../images/shared/north-bank-icon.png);
background-position:right center;
background-repeat:no-repeat;*/
}

/*Sub level menu items */
.sidebarmenu ul li ul{
	position: absolute;
	width: 190px; /*Sub Menu Items width */
	top: -20px !IMPORTANT;
	visibility: hidden;
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
-khtml-border-radius:5px; 
border-radius:5px;
left:220px !important;
}
.sidebarmenu li ul li{
	list-style-type: none;
	margin:0 0 1px 0;
background-color:#1e4366;
background-color: rgba(10,44,69,0.7);
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
-khtml-border-radius:5px; 
border-radius:5px;
}
.sidebarmenu li ul a{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style:italic;
	color: #f6eedf;
	text-shadow: 0 1px 3px #221;
	text-decoration:none;
	padding: 0px;
	background:none;
	text-align:center;
}
.sidebarmenu li ul a:hover{
	list-style-type: none;
	background: url(../images/shared/side-menu-hover.png) repeat-y top center;
}

#menuFooter{
	background: url(../images/en/nav.png) no-repeat left bottom;
	background: url(../images/en/nav-shadow.gif) no-repeat left bottom, url(../images/en/nav.png) no-repeat left bottom;
	height: 33px;
	width: 170px;
}
.sidebarmenu ul li ul li ul{
	position: absolute;
	width: 190px; /*Sub Menu Items width */
	top: -20px !IMPORTANT;
	right:185px !IMPORTANT;
	visibility: hidden;
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
-khtml-border-radius:5px; 
border-radius:5px;
background-color:#006;
background-color:#1e4366;
background-color: rgba(10,44,69,0.9);
}
.sidebarmenu li ul li ul li{
background-color: transparent !IMPORTANT;
}