/*.menu_bg_center {
	background-image: url(../images/menu_bg.gif);
	background-repeat:  repeat-x;
}

.menu_bg_left {
	background-image: url(../images/menu_bg.gif);
	background-repeat:  no-repeat;
}
.menu_bg_right {
	background-image: url(../images/menu_bg.gif);
	background-repeat:  no-repeat;
}*/

#sddm {
	margin: 0;
	padding: 0;
	
}

#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	z-index:1;
	font: bold 11px arial
}

#sddm li a {
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	z-index: 1
}

#sddm li a:hover {
	background: #683995;
}

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	z-index: 2;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	/*white-space: nowrap;*/
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;

	/*background-image: url(../images/dropdown_menu_arrow_purple.gif);
	background-repeat: no-repeat;
	padding: 4px 10px;*/
}

#sddm div a:hover {
	background: #efefef;
	color: #555555;
	cursor:hand;

	/*background-image: url(../images/dropdown_menu_arrow_white.gif);
	background-repeat: no-repeat;
	padding: 4px 10px;*/
}

/* Language Selection styles below */
#lang {
	margin: 0;
	padding: 0;
	z-index: 1;
	color: #653692;
	text-decoration: none;
	font-family: Tahoma, sans-serif; font-size: 11px; font-weight: bold;
}

#lang li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	color: #653692;
	text-decoration: none;
	font-family: Tahoma, sans-serif; font-size: 11px; font-weight: bold;
}

#lang li a {
	display: block;
	/*margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;*/
	word-spacing:1px;
	color: #653692;
	text-decoration: none;
	font-family: Tahoma, sans-serif; font-size: 11px; font-weight: bold;
	position: relative;
	z-index: 1
}

#lang li a:hover {
	color: #653692;
	text-decoration: none;
	font-family: Tahoma, sans-serif; font-size: 11px; font-weight: bold;
}
#lang li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#lang div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

#lang div a {
	position: relative;
	display: block;
	margin: 0;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif
	font-size: 10px
}

#lang div a:hover {
	/*background: #49A3FF;*/
	/*color: #ffff00*/
}
