

.cimnetmenu ul{
padding: 3px 0px 0px 0px;
margin-left: -1px;
margin-top: 0px;
margin-bottom: 0px;
font-family: Arial, Verdana ms sans serif,san serif, geneva;
font-size: 9px;

list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

font-weight : bold;
}
* html .consonamenu ul{ /*IE only hack*/

}

.cimnetmenu li{
display: inline;
margin: 0px;
}

.cimnetmenu li a{/*main tab style */
text-decoration: none;
padding: 3px 0px 0px 0px;
margin-right: 1px;
margin-left: -1px;
color: #FFFFFF;
}

.cimnetmenu li a:visited{

}

.cimnetmenu li a:hover{
text-decoration: none;
color: #FFFFFF;
border-bottom: 0px;
}



.cimnetmenu a.selected{ /*selected main tab style */
/*background-color:;*/
border-top: 0px solid;
border-left: 0px solid ;
border-right: 0px solid;
border-bottom: 0px solid;
border-bottom-width: 0px;
margin-left: -1px;
color: #FFFFFF;
}

.cimnetmenu a.selected{ /*selected main tab style */
text-decoration: none;
}


/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
/*padding-left: 4px;*/
border: 0px;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
/*padding-top: 3px;*/
left: 100px;
border: 0px;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0px;
width: 0px;
height: 0px;
display: block;
}







/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	position:absolute;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	border-top: 1px solid #585858;
	border-left: 0px solid #585858;
	border-right: 0px solid #585858;
	border-bottom: 0px solid #585858;
	font: normal 11px Arial, Verdana ms sans serif,san serif, geneva;
	background-color: #cccccc;
	width: 140px;
	padding: 0;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
}

* html .ddsubmenustyle, .ddsubmenustyle ul{ /*IE only hack*/
	margin: 0;
	padding: 0;
	width: 125px;
}

.ddsubmenustyle li a{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	width: 125px;
	margin-bottom: 1px;
	padding-left: 10px;
	display: block;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	color: #002448;
	border-bottom-style: outset;
	border-bottom-width: 2px;
	border-right-style: outset;
	border-right-width: 2px;
	text-indent: 0px;
	text-decoration: none;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
	display: inline-block;
}

.ddsubmenustyle li a:hover{
	background-color: #003366;
	color: #ffffff;
}

.ddsubmenustyle2, .ddsubmenustyle2 ul{ /*topmost and sub ULs, respectively*/
	position:absolute;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	border-top: 1px solid #585858;
	border-left: 0px solid #585858;
	border-right: 0px solid #585858;
	border-bottom: 0px solid #585858;
	font: normal 11px Arial, Verdana ms sans serif,san serif, geneva;
	background-color: #cccccc;
	width: 140px;
	padding: 0;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
}



* html .ddsubmenustyle2, .ddsubmenustyle2 ul{ /*IE only hack*/
	margin: 0;
	padding: 0;
	width: 125px;
}

.ddsubmenustyle2 li a{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	width: 300px;
	margin-bottom: 1px;
	padding-left: 10px;
	display: block;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	color: #002448;
	border-bottom-style: outset;
	border-bottom-width: 2px;
	border-right-style: outset;
	border-right-width: 2px;
	text-indent: 0px;
	text-decoration: none;
	
	
}


* html .ddsubmenustyle2 li a{ /*IE6 CSS hack*/
	display: inline-block;
}

.ddsubmenustyle2 li a:hover{
	background-color: #003366;
	color: #ffffff;
}


