﻿ul#menu {
    background: none repeat scroll 0 0 #170026;
    border: 1px solid #170026;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #000000;
    clear: both;
    list-style: none outside none;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    width: 99%;
}
ul#menu li{
	margin:3px 5px;
	padding:0; /* padding moved to the a element below */
	float:left;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:16px;
	text-shadow: rgba(165,165,165, 1) 1px 1px 2px;
	color:#9782be;
}
ul#menu li a {
	display:block; /* allows us to add top and bottom padding to the element */
	padding:2px 25px 2px 25px;	/* now we have nice padding for link hi-lighting */
	position: relative;
	z-index: 5;
	color:#9782be;
	text-decoration:none;
}
ul#menu li a:hover {
	color:#9782be;
}
ul#menu li.backLava {
	position:absolute;
	z-index:3;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;  
	border-radius: 10px;
	box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	-moz-box-shadow: 2px 2px 3px #000;
    background : #4ac6e2;
	/*background : -webkit-gradient(linear, left top, left bottom, from(#8076b5), to(#7076b5));
	background : -moz-gradient(linear, left top, left bottom, from(#8076b5), to(#7076b5));*/
	border: 1px solid #4b4295;
}

ul#myAccountMenu {
    background: none repeat scroll 0 0 #170026;
    border: 1px solid #4B4295;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #000000;
    list-style: none outside none;
    margin: 6px 12px 0;
    overflow: auto;
    padding: 0;
    position: relative;
    width: 90%;
}
ul#myAccountMenu li{
	margin:3px 5px;
	padding:0; /* padding moved to the a element below */
	float:left;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:16px;
	text-shadow: rgba(165,165,165, 1) 1px 1px 2px;
	color:#ffffff;
}
ul#myAccountMenu li a {
	display:block; /* allows us to add top and bottom padding to the element */
	padding:2px 25px 2px 25px;	/* now we have nice padding for link hi-lighting */
	position: relative;
	z-index: 5;
	color:#9482bb;
	text-decoration:none;
}
ul#myAccountMenu li a:hover {
	color:#9482bb;
}
ul#myAccountMenu li.backLava {
	position:absolute;
	z-index:3;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;  
	border-radius: 10px;
	box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	-moz-box-shadow: 2px 2px 3px #000;
    background : #170026;
	/*background : -webkit-gradient(linear, left top, left bottom, from(#8076b5), to(#7076b5));
	background : -moz-gradient(linear, left top, left bottom, from(#8076b5), to(#7076b5));*/
	border: 1px solid #4b4295;
}