/*this is the css for the vertical version*/
/* CSS Document */

.sneMenudiv ul
{
	font-family:Arial;
	font-size:12px;
	color:#ffcc00;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/*width: 150px; /* Width of Menu Items */
	/*width:100%; /*KHTML */
	width:227px;
	/*background-color:#0000ff;*/
	/*border-bottom: 1px solid #ccc;*/
}

#sneMenudivnolink 
{
	font-family:Arial;
	font-size:12px;
	color:#ffcc00;
	font-weight:bold;
	text-indent:7px;
	background-color:#1c1c1c;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width:225px;
	height:25px;	
  /*margin:1em;*/
  /*padding:0px;*/
  /*margin-top:1px;*/
  /*margin-left:1px;*/
  /*margin-right:10px;
  margin-bottom:10px;*/
  /*text-align:justify;*/
  /*border:1px dotted #333;*/
}

/*1st level sub menu in black having no link style */
#subMenudivnolink 
{
	font-family:Arial;
	font-size:12px;
	color:#ffcc00;
	font-weight:bold;
	text-indent:7px;
	background-color:#1c1c1c;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width:218px; /*158 178--latest*/
	height:25px;
}

.sneMenudiv ul li{
	font-family:Arial;
	font-size:12px;
	color:#ffcc00;
	font-weight:bold;	
	position: relative;
	z-index:100;						
	/*background-color:#152B5C;*/
	/*padding: 1px 5px;*/
	/*height:15px;*/ /*height issue IE7*/
	/*height:20px;*/
	cursor:hand;
	background-color:#FF0000;
}
	
/*1st level sub menu style */
.sneMenudiv ul li ul
{
	position: absolute;
	font-family:Arial;
	font-size:12px;
	color:#ffcc00;
	font-weight:bold;	
	/*left: 149px; /* Parent menu width - 1*/
	left:225px;/*225*/
	width: 220px; /*sub menu width 160 --180latest*/
	height: 20px;
	top: 0px;
	display: none;
	z-index:100;
	background-color:#eeeeee;	
		/*background-image:url(images/tri.gif);
		background-position:right;*/
}

/*All subsequent sub menu levels offset */
.sneMenudiv ul li ul li ul{ 
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#ffcc00;	
	left: 220px; /* Parent menu width - 1...159px--178latest*/
	width:190; /* 160px *//*latest-178*/
	/*height:23px;*/ 	/* 23 3rd level menu height issue IE7*/
	z-index:100;
	/*background-color:#ff0000;*/ /*3 level submenu*/
	
}

/* menu links style */
.sneMenudiv ul li a{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#ffcc00;	
	display: block;
	text-decoration: none;
	background-color:#152B5C;	/*#152B5C*/
	/*background: #ff0000;*/
	padding: 1px 5px;
	/*line-height:15px;*/
	border: 1px solid #ccc;
	border-bottom: 0px;
	height/**/:/**/21px;
	height:25px;
	/*background-image:url(images/tri.gif);
	background-repeat:no-repeat;
	background-position:right;	*/
}

.sneMenudiv ul li a:visited{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	/*color: #0125FF;*/
	color:#ffcc00;
	/*height:25px;		*/
}

.sneMenudiv ul li a:hover{
	font-family:Arial;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;	
	background-color: #ffcc00;
	color:#950000;
	height/**/:/**/21px;
	height:25px;
	padding: 1px 5px;
	/*line-height:15px;	*/
	/*background-image:url(images/tri.gif);
	background-repeat:no-repeat;
	background-position:right;*/	
}

.sneMenudiv .subfolderstyle{
	font-family:Arial;
	font-size:12px;
	color:#ffcc00;
	font-weight:bold;
	background-image:url(images/tri1.gif);
	background-repeat:no-repeat;
	background-position:right;
	/*height:25px;*/
}

.h2{
			font-family:Arial;
			font-size:12px;
			background-color:#ffcc00;
			color: #000000;
			display: block;			
			padding: .1em 1px;
			border-left: 1px solid #ffffff;
			border-bottom: 1px solid #ffffff;						
			border-right: 1px solid #ffffff;									
			height:25px;
			text-align:center;
			vertical-align:middle;
			width:224px;	
			font-weight:bold;	
		}

	
/* Hack for IE \*/
* html .sneMenudiv ul li 
	{ 
		float:left; 
		/*height: 1%;*/
		font-family:Arial;
		font-size:12px;
		font-weight:bold;		
		color:#ffcc00;
		height:25px;
	}
* html .sneMenudiv ul li a { 
		/*height: 1%;*/
		font-family:Arial;
		font-size:12px;
		color:#ffcc00;
		font-weight:bold;
		height:25px;
	}
/* End */

