/* common styling */
.menux{
	margin:0;
	z-index:100;
	font: bold small-caps 12px "Times New Roman", Times, serif;
	text-align: left;
	overflow: hidden;
	width: 195px;	
}
.menux ul {
padding:0; margin:0; list-style-type: none; background:transparent; width:200px; 
}

.menux ul li {
	float:left;
	width:200px;
	border-top: 2px solid #305178;
	background: #eaf1f8;
}
.menux ul li a, .menux ul li a:visited {
display:block; float:left; text-decoration:none; color:#000; width:195px; height:20px; line-height:19px; font-size:12px; background:transparent; padding-left:5px;
}
* html .menux ul li a, * html .menux ul li a:visited {width:200px; w\idth:195px;}

.menux table {
border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menux ul li:hover a,
.menux ul li a:hover{
color:#CC0000;
}



.menux li.sub {
	padding-left:30px;
	width: 170px;
	background: #FFFFFF;
	border-top: 2px dotted #dae5f2;
	border-right: #CC9966;
	border-bottom: #CC9966;
	border-left: #CC9966;
}
* html .menux ul li.sub a, * html .menux ul li.sub a:visited, * html .menux ul li.sub a:hover {width:170px; w\idth:165px;}

.menux li.sub a:link {

}
.menux li.sub a:hover {
	width:170px;
	background: #FFFFFF;
	color:#CC0000;
	overflow: hidden;	
}	