﻿
.jqpopupmenu, .jqpopupmenu ul{ /*topmost and sub ULs, respectively*/


width:200px;
font: normal 13px Verdana;
margin: 0;
padding: 5px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #ffffff;
border: 1px solid black;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;

/*curved*/
			border-radius: 0.5em;
			-moz-border-radius: 0.5em;
			-webkit-border-radius: 0.5em;
			-khtml-border-radius: 0.5em;
}


.jqpopupmenu li{
position: relative;

text-decoration:none;
}

.jqpopupmenu li a{
display: block;
/*width: 160px; /*width of menu (not including side paddings)*/*/
width: 250px;
text-decoration:none;
color: black;
background-image:url('paper.jpg');
background: lavender;
text-decoration: none;
padding: 4px 5px;

			/*curved*/
			border-radius: 0.5em;
			-moz-border-radius: 0.5em;
			-webkit-border-radius: 0.5em;
			-khtml-border-radius: 0.5em;
}

* html .jqpopupmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.jqpopupmenu li a:hover, .jqpopupmenu li.selected>a{
background: lavender;
text-decoration:none;
padding:5px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.menu
{  
text-decoration:none;
width:1100px;             
padding:5px;
border:solid 1px #c0c0c0;
box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;

			border-radius: 0.5em;
			-moz-border-radius: 0.5em;
			-webkit-border-radius: 0.5em;
			-khtml-border-radius: 0.5em;

}
.menu a{color:gray;text-decoration:none;font-weight:bold;}

.menu a:hover{color:red;}
