

/* --[[ Main Container ]]-- */
#imouter0 { 
	/*background-image:url(images/nav_bg01.jpg); 
	background-position:left top; 
	background-repeat:repeat-x; 
	border-bottom: solid 1 #000000;*/
	/*border-right: solid 1 #000000;
	border-left: solid 1 #000000; */
	padding:0px 0px 0px 0px ; 
	margin:0px; 
}




/* --[[ Main Items ]]-- */
#imenus0 li a, #imenus0 .imctitle {
	/*height:45px;*/ 
	color:#ffffff; 
	text-align:center; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	letter-spacing: 0.30mm;  
	text-decoration:none;
	font-weight: bold; 
	/*border-right-color:#362f2d;  
	border-style:solid; 
	border-width:0px 1px 0px 0px;  */
	padding:8px; 
}

/* [hover] - These settings must be duplicated for IE compatibility.*/
#imenus0 li:hover>a {
	height:auto; 
	/*background-image:url(images/nav_bg02.jpg);*/ 
	/*border-left-color:#736357; 
	border-right-color:#362f2d; 
	border-style:solid; 
	border-width:0px 1px 0px 1px; 
	color:#ffffff; */
	/*padding:8px;*/
}

#imenus0 li a.ihover, .imde imenus0 a:hover {
	height:auto;
	/*background-image:url(images/nav_bg02.jpg); */
	/*border-left-color:#736357; 
	border-right-color:#362f2d;  
	border-style:solid; 
	border-width:0px 1px 0px 1px; 
	color:#ffffff;*/
	/*padding:8px;*/
}

/* [active] */
#imenus0 li a.iactive {}



/* --[[ Sub Container ]]-- */
#imenus0 li ul {
	background-color:#ffffff; 
	background-repeat:no-repeat; 
	border-style:solid; 
	border-color:#332b2a; 
	border-width:1px; 
	padding:2px; 
	margin:4px 0px 0px 0px;
	}



/* --[[ Sub Items ]]-- */
#imenus0 ul a, #imenus0 .imsubc li .imctitle  {
	height:auto; 
	color:#332b2a; 
	text-align:left; 
	font-size:11px; 
	font-weight:normal; 
	text-decoration:none; 
	border-style:none; 
	padding:2px 5px; 
	}



/* [hover] - These settings must be duplicated for IE comptatibility.*/
#imenus0 ul li:hover>a { background-color:#a39791; color:#ffffff; text-decoration:none; }
#imenus0 ul li a.ihover { background-color:#a39791; color:#ffffff; text-decoration:none; }

/* [active] */
#imenus0 ul li a.iactive { background-color:#a39791; color:#ffffff; border-color:transparent; }

/* [Dividers] */
#imenus0 .dvs { border-bottom-width:1px; border-style:solid; border-color:#8e817c; padding-bottom:2px; margin-bottom:2px; }


