#pickLang {
	position: absolute;
	top: 14px;
	left: 188px;
	padding: 0px 4px;
	width: 100px;
	display: none;
	border-left: 1px solid #efbd47;
	background-image: url(/template/images/menu-sub-bg.gif);
	border-top: 4px solid white;
}

.menubg {
	position: absolute;
	background-position: 0px 0px;
	width: 587px;
	height: 82px;
}

/* this is the main UL element*/
.dropdown {
	visibility: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: verdana;
}

/* these are the inner menus*/
.dropdown ul {
	margin: 0;
	padding: 0;
	border-left: 1px solid #efbd47;
	list-style: none;
	width: 209px;
}

.dropdown li:hover { /*background-color: #efbd47;*/
	
}

/* these are all the LIs in the menu*/
.dropdown li {
	margin: 0;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;
	border-left: 1px solid #efbd47;
}

.dropdown li:hover {
	
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a {
	text-decoration: none;
	width: 100%;
	font-size: 12px;
	display: block;
}

.dropdown a:hover {
	text-decoration: none;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li {
	margin-left: -2px;
	background-image: url(/template/images/menu-sub-bg.gif);
	background-repeat: no-repeat;
	font-size: 90%;
	width: 200px;
}

.dropdown ul li a {
	color: #675c53 !important;
	font-size: 10px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu {
	
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu {
	background-image: url(/template/images/menu-sub-bg.gif);
	background-repeat: no-repeat;
}

.dropdown ul li:hover {
	background-image: url(/template/images/menu-sub-bg-hover.gif);
	background-repeat: no-repeat;
}

.submenu2 {
	color: blue !important;
	background-color: green !important;
}

/**
 * Left Menu styling
 **/
#menuLeft {
	background-image: url(/template/images/menuleft-bg.gif);
	background-repeat: repeat-y;
}

#menuLeft div.backgr {
	background-image: url(/template/images/menuleft-1.gif);
	background-repeat: repeat-y;
	margin-bottom: 1px;
	line-height: 20px;
	padding-left: 8px;
}

#menuLeft a {
	text-decoration: none;
	display: block;
	font-size: 10px !important;
}

#menuLeft .menuDepth3 {
	padding-left: 16px;
}

#menuLeft .menuDepth2,#menuLeft .menuDepth3 {
	background-image: url(/template/images/menuleft-3.gif) !important;
}

#menuLeft div:hover,#menuLeft .active {
	background-image: url(/template/images/menuleft-2.gif) !important;
}

/*
#menuLeft td {
	vertical-align:top;
	cursor:pointer;
	padding-right:2px;	
}
*/ /* top and bottom images */
#menuLeftTop,#menuLeftBottom {
	background-repeat: no-repeat;
	line-height: 11px;
	height: 11px;
	padding: 0px;
	margin: 0px;
}

#menuLeftTop {
	background-image: url(/template/images/menuleft-top.gif);
}

#menuLeftBottom {
	background-image: url(/template/images/menuleft-bottom.gif);
	margin-top: -1px;
}

/* align with top */
#menuLeft,#menuLeftTop,#menuLeftBottom {
	margin-left: 6px;
}
