
ul.menu * {
	margin:0; 
	padding:0
}
ul.menu {
	list-style:none;
	margin:0;
	padding:0;
}
ul.menu a {
	display:block; 
	color:#fff;
	font-size:13px;
	text-transform: uppercase;
	text-decoration:none;
	white-space:nowrap
}
ul.menu li {
	position:relative;
	float:left;
	width:auto;
}
ul.menu ul {
	position:absolute;
	top:30px; 
	left:0px;
	display:none;
	list-style:none;
}
ul.menu ul li {
	position:relative; 
	border-bottom:1px solid #ffffff;
	border-top:none; 
	width:100%; 
	float:left;
	margin:0;
}
ul.menu ul li a {
	display:block;
	line-height:20px;
	text-transform: none;
	white-space:normal;
	padding:0px 10px 0px 10px;
	/*padding:0px 10px 0px 10px;
	text-align:left*/
	background:#061449; 
	text-align:left;
}
ul.menu ul li a:hover {
	background:#fff;
	color:#061449;
}
ul.menu ul ul {
	left:100%;
	top:-1px;
}

ul.menu ul.last_ul ul{
	left:-100%;
	top:-1px;
	margin-left:-20px /*20 px in width see javascript*/
}
ul.menu ul.last_ul ul ul{
	top:0px;
	margin-left:-20px
}
ul.menu ul ul li a{
	background:#38436D;
}
ul.menu ul ul ul li a{
	background:#515B7F;
}

ul.menu .menulink {
	padding:0px 10px 0px 10px;
	line-height:30px;
	font-weight:bold; 
	border-right:1px solid #ffffff; 
	text-align:center;
	font-size:12px;
}
ul.menu .menulink.last {
	border-right:0px solid #ffffff; 
}
ul.menu .menulink:hover, ul.menu .menuhover {
	/*background:url(header_over.gif)*/
	color:#ffffff;
	text-decoration:none;
}
ul.menu .sub {
	background: #061449 url(../graphics/arrow.gif) no-repeat 97%;
	
}
ul.menu .subs{
	background: #38436D url(../graphics/arrow.gif) no-repeat 97%;
}
ul.menu .sub:hover {
	background:#fff url(../graphics/arrow-hover.gif) no-repeat 97%;
	text-decoration:none;
}
ul.menu .subs:hover {
	background:#fff url(../graphics/arrow-hover.gif) no-repeat 97%;
	text-decoration:none;
}
ul.menu .topline {
	border-top:1px solid #ffffff
}
ul.menu .bottom, ul.menu .subbottom, ul.menu .subbottom_n4{
	border:0px;
}
ul.menu .bottom .cm{
	background: #061449;
	border:0px;	
}
ul.menu .subbottom .cm{
	background:#38436D;
	border:0px;	
}
ul.menu .subbottom_n4 .cm{
	background:#515B7F;
	border:0px;	
}