/* common styling */
.menu {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-weight:bold; text-align:right; width:412px; height:36px; position:relative; font-size:11px;  margin:0; position:relative; }
.menu ul {padding:0; margin:0; list-style-type: none;}
.menu ul li {float:left; width:103px;}
.menu ul li a, .menu ul li a:visited {display:block; float:left; width:94px; text-decoration:none; padding:0; height:36px; line-height:29px; color: #A917AC; } /*#A867E9#52255e*/
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover {position:relative; background: url(images/menu_bg_ro.jpg) no-repeat top left #411d4b; height:30px; width:103px; }
.menu ul li:hover a {color: #F49FDF; }

.menu ul li:hover ul li:hover { background: none; color:#fff; }


.menu ul li:hover ul {display:block; position:absolute; width:440px; height:30px; top:-30px; left:-123px; color:#fff;}
.menu ul li:hover ul.right_side li {float:right; border:0; border-left:1px solid #eee;}
.menu ul li:hover ul.left_side li {float:left; border:0; border-left:1px solid #eee;}
.menu ul li:hover ul li a.hide {background: none; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background: none; color:#fff;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a { background: none; color:#fff;  width:140px; text-align: center;}
.menu ul li:hover ul li a:hover { background: none; color:#fff; font-weight: bold; text-decoration: underline;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; width: 103px; height: 100%; left:0; top:30px; color:#000; background:#411d4b;}


.menu ul li:hover ul.right li {float:right;}

.menu ul li:hover ul li:hover a.hide {background: none; color:#fff;}
.menu ul li:hover ul li:hover ul li a {background: none; color:#fff;}
.menu ul li:hover ul li:hover ul li a:hover {background: none; color:#fff;}
