.menu{
	border:none;
	border:0px;
	padding:0px;
	font-size:16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	width: 250px;
	}
.menu ul{
	height:35px;
	list-style:none;
	padding:0;
	margin: 0;
	width: 250px;
	border: 1px solid #064564;
	}
	.menu li{
	padding:0px;
	width: 250px;
	position: relative;
		}
	.menu li a{
	color:#FFF;
	display:block;
	line-height:35px;
	margin:0px;
	text-align:right;
	text-decoration:none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../../images/tab.png);
	background-repeat: repeat-x;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #064564;
		}
		.menu li a:hover, .menu ul li:hover a{
	text-decoration:none;
	color: #064564;
			}
	.menu li ul{
	display:none;
	height:auto;
	z-index:200;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	position: absolute;
	left: 250px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #064564;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: -1px;
		}
	.menu li:hover ul{
	display:block;
		}
	.menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #064564;
	border-bottom-color: #064564;
	border-left-color: #064564;
		}
	.menu li:hover li a{
	background-image: url(../../images/tab.png);
	background-repeat: repeat;
	border: none;
		}
	.menu li ul a{
	display:block;
	height:35px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#ffffff;
	text-decoration:none;
			}
