.menu{
	border:0px;
	margin:0px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
	font-family: "Trebuchet MS";
	width: 663px;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	}
.menu ul{
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
	float:left;
	padding:0px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
		}
	.menu li a{
	color:#333333;
	display:block;
	line-height:35px;
	margin:0px;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: auto;
		}
		.menu li a:hover{
	text-decoration:none;
	line-height: 33px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
			}
			
	 .menu ul li:hover a	{
	text-decoration:none;
	color: #0099FF;
	background-color: #FFFFFF;
			}	
	.menu li ul{
	display:none;
	padding:0px;
	margin:0px;
	position:absolute;
	width:270px;
	z-index:200;
	color: #4b4b4b;
	background-color: #FFFFFF;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
	display:block;
		
		}
	.menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:270px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
		}
	.menu li:hover li a{
	color: #666666;
	font-size: 13px;
	background-color: #FFFFFF;
	height: auto;
		
		}
	.menu li ul a{
	display:block;
	height:35px;
	font-size:13px;
	font-style:normal;
	margin:0px;
	text-align:left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#ffffff;
	text-decoration:none;
	background-color: #4b4b4b;
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: auto;
	line-height: 35px;
			}
	.menu p{
		clear:left;
		}	
