﻿body {
	font: normal 10px verdana;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #336699;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight:bold;
}

ul li {
	position:relative;
}

ul li a {
	display: block;
	text-decoration: none;
	color: #336699;
	font-weight:bold;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #336699;
	border-bottom: 0;
	height:15px;
	cursor:pointer;
}

#menuopcoes{
	display: block;
	text-decoration: none;
	color: #336699;
	font-weight:bold;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #336699;
	border-bottom: 0;
	height:15px;
	cursor:pointer;
	background-image:url('../images/setaDireita.png');
	background-position:right;
	background-repeat:no-repeat;
}

#menuopcoes:hover{ 
	color: #990000; background: #D0E0F2; 	
	background-image:url('../images/setaDireita2.png');
	background-position:right;
	background-repeat:no-repeat;
} /* Hover Styles */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #990000; background: #D0E0F2; } /* Hover Styles */

ul ul {
	position:absolute;
	display:none;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
}

li ul li a { padding: 2px 5px;  } /* Sub Menu Styles */

li:hover ul ul, li.over ul ul { display:none; }

li:hover ul, li li:hover ul, li.over ul, li li.over ul { display: block; } /* The magic */
