/*#menu			{
			position: absolute;
			top: 25px;
			left: 10px;
			}*/

#nav img {
			display: inline;
			border: 0;
			margin: 0 3px 0 0;
			padding: 0;
			}
	
ul#nav 			{
			margin: 0;
			padding: 0;
			list-style: none;
			width: 160px;
			border-bottom: 1px solid #ccc;
			}

ul#nav li 		{
			position: relative;
			margin: 0;
			padding: 0;
			}
	
ul#nav ul 		{
			position: absolute;
			margin: 0;
			padding: 0;
			right: 160px; 
			top: 0;
			list-style: none;
			display: none;
			width: 160px;
			border-bottom: 1px solid #ccc;
			}

ul#nav li a 		{
			display: block;
			font-size: 12px;
			text-decoration: none;
			color: #fff;
			padding: 5px;
			background: #3C3f48;	
			/*border: 1px solid #ccc;*/
			border-bottom: 1px dotted #ccc;
			width: 150px;
			}
ul#nav li ul li a	{
			background:#888;
			}
ul#nav li ul li a:hover {
			background:#3C3f48;
			}			


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul#nav li a:hover,
ul#nav a.current	{ 
			color: #fff;
			background: #888; 
			}
			
ul#nav li ul li a:hover {
			background:#3C3f48;
			}
		
		
ul#nav li:hover ul	{ 
			display: block; 
			}

ul#nav a.menuplus	{
			background: url('arrow.gif') top right no-repeat; 
			}