.menurod{
	border:none;
	border:0px;
	bottom:0;
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
.menurod ul{
	/*background:#333333;*/
	height:24px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menurod li{
		float:left;
		padding:0px;
		}
	.menurod li a{
		/*background:#333333 url("images/seperator.gif") bottom right no-repeat;*/
		color:#666666;
		display:block;
		font-weight:normal;
		/*line-height:10px;*/
		margin:0px;
		padding:0px;
		text-align:center;
		text-decoration:none;
		}
		.menurod li a:hover, .menurod ul li:hover a{
			/*background: #2580a2 url("images/hover.gif") bottom center no-repeat;*/
			color:#333333;
			text-decoration:none;
			}
	.menurod li ul{
		/*background:#333333;*/
		background-image:url(../img/bgsubmrod.png);
		background-repeat:repeat;
		bottom:58px;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		white-space:nowrap; 
		/*top:1em;
		/*left:0;*/
		}
	.menurod li:hover ul{
		display:block;
		
		}
	.menurod li li {
		/*background:url('images/sub_sep.gif') bottom left no-repeat;*/
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menurod li:hover li a{
		background:none;
		
		}
	.menurod li ul a{
		display:block;
		height:24px;
		/*font-size:12px;
		font-style:normal;*/
		margin:5px;
		padding:0px 3px 0px 3px;
		text-align:left;
		}
		.menurod li ul a:hover, .menurod li ul li:hover a{
			background:#A9A9A9;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menurod p{
		clear:left;
		}
	.barrarod{
		float:left;
		color:#666;
		margin-left:2px;
		margin-right:4px;
		}
	

		