.menu{
	border-style: solid;
	width:876px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #000 #000 #000 #666;
	margin-top:4px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;	
	font-size:100%;
	font-weight:normal;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url(http://www.marleneborse.com/image/bluebuttonm.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#003399;
	}

.menu ul{
	background-image: url(http://www.marleneborse.com/image/bluebuttonm.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#003399;	 
	/* this is good top menu static gradient blue but no text control */
	height: 25px;
	list-style:none;
	margin:0px;
	padding:0px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	}

.menu li{
	float:left;
	padding:0px;
	}

.menu li a{
	/* background: #333333 url("images/seperator1.gif") bottom right no-repeat; */
	color:#fff; /* change top menu text */
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;	
	font-size:100%;
	font-weight:normal;
	line-height:25px;  /* cHANGE HERE */
	margin:0px;
	padding:0px 9px 0px 9px;
	text-align:left;
	text-decoration:none;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #136 #000 #136 #69c;
	-webkit-border-radius:3px;
	border-radius:3px;
		}



.menu li a:hover, .menu ul li:hover a{
	background-image: url(http://www.marleneborse.com/image/purplebuttonm.jpg);
	background-repeat: repeat-x;
	background-color:#990066;
	height:25px;
	/* background: #F6E89E url("images/hover1.gif") bottom center no-repeat;*/
	color:#fff;
	text-decoration:none;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #606 #000 #606 #B8B;
	-webkit-border-radius:3px;
	border-radius:3px;
	}


/* add this  */
/*
.menu ul li:hover { 
	height:25px;}
*/

 /* this is top menu gradient but text does not work */
	/* text-decoration:none; */

/*
.menu ul li: a{
	}
   .menu li a:hover a{
	}
*/



.menu li ul{
	/* background:#333333; */
	height:25px;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	border-style: solid;	
	position:absolute;
	width:220px;
	z-index:200;
	-webkit-border-radius:3px;
	border-radius:3px;
	/* top:1em; */
	/* left:0;  */
		}

.menu li:hover ul{
	height:25px;
	display:block;
	/* background:#bcb; */
	-webkit-border-radius:3px;
	border-radius:3px;
	}

.menu li li {
	/* background: url('images/sub_sep1.gif') bottom left no-repeat;*/
	height:25px;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:220px;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-color: #136 #c00 #900 #900; 
	-webkit-border-radius:3px;
	border-radius:3px;
	}

.menu li:hover li a{
	background-image: url(http://www.marleneborse.com/image/bluebuttonm.jpg);
	background-repeat: repeat-x;	
	color:#fff;
	border-style: solid;
	background-color:#003399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #000 #136 #000 #69c;
	/* this id good, lower menu drop down before hover */
	-webkit-border-radius:3px;
	border-radius:3px;
	}

.menu li ul a{
	display:block;
	height:25px;
	font-size:100%;
	margin:0px;
	padding:0px 6px 0px 6px;
	text-align:left;
	}

.menu ul li a:hover {
	color:#fff;
	height:25px;
	background-image: url(http://www.marleneborse.com/image/redbuttonm.jpg);
	background-repeat: repeat-x;
	background-color:#990000;	
	border-color: #900 #900 #900 #d76;
}  


/* this is upper menu hover text only */
		
.menu li ul a:hover, .menu li ul li:hover a{
	background-image: url(http://www.marleneborse.com/image/redbuttonm.jpg);
	background-repeat: repeat-x;
	background-color:#990000;
	height:25px;
	/* this is lower menu hover */  /* background:#F6E89E url('images/hover_sub1.gif') center left no-repeat; */
	color:#fff;
	text-decoration:none;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color:#900 #900 #000 #d76;
	}


.menu p{
	clear:left;
	}	

		
