@charset "utf-8";
/* CSS Document */

/* MENU */

#menu{
	float:left;
	width:690px;
	padding:0;
	position:relative;
	z-index:100;/* original code = z-index:100; */
	height:40px;
	border:none;
	margin:0;
	border:0px solid red;

	
}

#menu a{
	outline:none;
}

ul#topMenu{
	list-style:none;
	display:block;
	font:normal 11px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,"Trebuchet MS",sans-serif;
	float:left;
	width:690px;
	margin-top:5px;
	margin:0px;
	padding:0px;
	border:0px solid red;

}

ul#topMenu li { 					/*box text menu*/
  padding:0;
  float:left;
  display: inline;
  list-style: none;
  position: relative;
  height:20px; 
  font:normal 10px Verdana;
  color:#000000;
  border:0px solid red;
  
  
}

ul#topMenu a{ /* root menu*/						/*menu txt box --- size*/
	font:normal 13px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,"Trebuchet MS",sans-serif;
	color:#ccccbe;      /*E4E4DC*/
	text-decoration:none;
	text-align:center;
	float:left;
	display:block;
	padding-top:15px;
	height:25px !important;
	width:135px;
	margin:0;
	border:0px solid green;
	
}

html>body ul#topMenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 180px;
  list-style: none;
  display:none;
  position: absolute;
  top: 40px;
  left: 0;
  border:0px solid green;
  
  
}
/* ---------------------trying hack for IE6----------------------*/

*html ul#topMenu a {
	font:normal 13px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,"Trebuchet MS",sans-serif;
	color:#E4E4DC;
	text-decoration:none;
	text-align:center;
	float:none !important;
	float:left;
	display:block;
	padding-top:10px;
	height:30px !important;
	background:url(../images/bkMenuOff.jpg) left no-repeat;
	width:126px;	
}

*html ul#topMenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 150px;
  list-style: none;
  display:none;
  position: absolute;
  top: 38px;
  left: 0;
  border:0px solid green;
}

*html ul#topMenu li{
	float:left;
	height:0%;
	border:0;
}


*html ul#topMenu li a /* hack for IE6 */
{
	height:0%;
}
/* ---------------------end of trying hack for IE6----------------------*/



ul#topMenu ul:after /*From IE 7 lack of compliance */{
	display:block;
	clear:both;
	content: ".";
	height:0;
	visibility:hidden;
}

ul#topMenu ul li{
	width:auto;/*150*/
	float:left;
	display:block !important;
	display:inline;
}

/* hover */
ul#topMenu a:hover,
ul#topMenu li:hover a,
ul#topMenu li.iehover a{
	color:#fff;										/*menu txt hover color*/
	text-decoration:none;
	background:url(../images/bkMenuOn.jpg) top left no-repeat;	
}

ul#topMenu li:hover ul,
ul#topMenu li.iehover ul {  		/*----------- box dropdown border -----------*/
 	color: #666668;
  	width:auto !important;
	display:block;
	display:table;
	width:250px;
	padding:0px;
	margin:0px;
	border:none;
	background:none;
	padding:0px;
	text-align:left;
	border:0px solid yellow;

}

/* 2nd menu */
ul#topMenu li:hover li a,
ul#topMenu li.iehover li a {			/*txtBox drpdwn*/
	float:none;
	text-align:left;
	background:none;
	color:#666668;
	font:normal 11px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,"Trebuchet MS",sans-serif;
	padding:0px 10px 0 10px;
	margin:0px;
	display:block;
	width:180px;
	height:17px !important;
	border:0px solid red;
}

/**hover*/

ul#topMenu li:hover li a:hover,
ul#topMenu li:hover li:hover a,
ul#topMenu li.iehover li a:hover,
ul#topMenu li.iehover li.iehover a {
    background:none;
	color:#666668;
}

ul#topMenu ul ul,
ul#topMenu ul ul ul{
	display:none;
	position:absolute;
	top:0;
	left:202px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#topMenu li:hover ul ul,
ul#topMenu li:hover ul ul ul,
ul#topMenu li.iehover ul ul,
ul#topMenu li.iehover ul ul ul {
  display: none;
}

ul#topMenu li:hover ul,
ul#topMenu ul li:hover ul,
ul#topMenu ul ul li:hover ul,
ul#topMenu li.iehover ul,
ul#topMenu ul li.iehover ul,
ul#topMenu ul ul li.iehover ul {
  display: inline;
}

ul#topMenu a.current
{
	clear:both;
	color:#666668;
	display:block;
}

html>body .borderStyle{				/*inside drpdwn*/

	border:0px solid red;
	width:180px;
	display:block;
	display:table;
	height:auto;
	float:left;	
	padding:0px;
	margin-top:5px;
	border:none;
	border-left:5px solid #0066cc;
	
}

/**html .borderStyle{
	width:auto !important;
	display:block;
	display:table;
	float:left;	
	padding:0px;
	margin:0 !important;
	border-top:none !important;
	padding:1px 0 0 0;
	height:1%;
}*/
.plainTop{
	float:left;
	width:180px;
	background-color:#c1c1c1;
	padding-top:9px;
	padding-bottom:13px;
	z-index:1000;
	border:0px solid red;
}

.plain{
	float:left;
	position:relative;
	text-align:left !important;
	width:200px;
	padding:0px !important;
	height:auto;
	display:inline;
	display:block !important;
	margin:0;
	background-color:#E4E4DC;
	border:0px solid red;
}

*html .plain{
	float:left;
	width:200px;
	background:url(../images/fdDropMenu.gif) bottom right no-repeat !important;
}

.plain2{
	float:left;
	background-color:#E4E4DC;
	padding:0;
	height:auto;
	display:block;
	width:202px;
	background:url(../images/fdDropMenu.gif) bottom right no-repeat !important;
}

.plain3{
	float:left;
	position:relative;
	text-align:left !important;
	width:200px;
	padding:0px !important;
	height:auto;
	display:inline;
	display:block !important;
	margin:0;
	background-color:#E4E4DC;
	border:0px solid red;
}

.plain4{
	float:left;
	text-align:left !important;
	width:202px;
	border:1px solid #E4E4DC;
	background-color:#E4E4DC;
	border-top:none;
	padding:0px;
	height:auto;
	display:block;
	margin:0;
}
		
html>body .tableMenu{			/*box inside drpdwns*/
	float:left;
	width:200px;
	padding:5px 0 5px 22px;
	margin:0px;
	font:normal 11px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,"Trebuchet MS",sans-serif;
	display:block;
	outline:none !important;
	/*min-height:125px;*/
	border:0px solid red;
}


*html .tableMenu{
	float:left;
	width:190px;
	padding:10px 0 0 10px;
	margin:0px;
	font:normal 11px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,"Trebuchet MS",sans-serif;
	display:table;
	height:125px;
	outline:none !important;
}

html>body .tableMenu .move{
	float:left;
	position:relative;
	left:0px;
	top:-50px;
	margin:0;
	padding:0;
	width:190px;
	border:1px solid red;
	
}

html .tableMenu .move{
	float:left;
	position:relative;
	left:0px;
	top:-40px;
	margin:0;
	padding:0;
	width:210px !important;
}

 
html>body .tableMenu2{
	float:left;
	width:180px;
	padding:10px 0 0 10px;
	border:none;
	margin:0px;
	font:normal 11px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,"Trebuchet MS",sans-serif;
	display:block;
	outline:none !important;
	min-height:125px;	
}


html .tableMenu2{
	float:left;
	width:180px;
	padding:10px 0 0 10px;
	border:none;
	margin:0px;
	font:normal 11px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,"Trebuchet MS",sans-serif;
	display:block;
	outline:none !important;
	height:105px;
	
	
}

.tableMenu .inactive, .tableMenu2 .inactive{
	padding:0px;
	margin:0px;
	font:normal 13px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,"Trebuchet MS",sans-serif !important;
	color:#F08C1C !important;
	float:left;
	width:182px !important;
	display:block;
	/*border:none;
	/*border:0px solid red;*/

}

.tableMenu a:link, .tableMenu2 a:link {               /*dropdown outer box size*/
	float:left;
	width:200px !important;
	padding:0px;
	font:normal 11px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,"Trebuchet MS",sans-serif !important;
	color:#56514E !important;
	text-align:left !important;
	outline:none !important;
	border:0px solid red;
}

.tableMenu a:visited, .tableMenu2 a:visited{
	float:left;
	width:182px !important;
	padding:0px;
	font:normal 11px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,"Trebuchet MS",sans-serif !important;
	color:#56514E !important;
	text-align:left !important;
	outline:none !important;
	border:1px solid red;
}

.tableMenu a:hover, .tableMenu2 a:hover{ 
	float:left;
	width:182px !important;
	padding:0px;
	font:normal 11px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,"Trebuchet MS",sans-serif;
	color:#0066cc !important;                                /*drpdwn txt hover color*/
	text-align:left !important;
	outline:none !important;
}

.tableMenu .other, .tableMenu2 .other{
	float:left;
	width:182px !important;
	padding:0px !important;
	font:normal 11px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,"Trebuchet MS",sans-serif;
	color:#F08C1C !important;
	text-align:left !important;
	outline:none !important;
	height:35px !important;
}

.tableMenu .other:hover, .tableMenu2 .other:hover{
	float:left;
	width:182px !important;
	padding:0px !important;
	font:normal 11px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,"Trebuchet MS",sans-serif;
	color:#F08C1C !important;
	text-align:left !important;
	outline:none !important;
	height:35px !important;
}

#menuSeparator {
	background-image:url(../images/msnuSepa.gif);
	width:2px;
	height:40px !important;
	background-position:top center;
	background-repeat:no-repeat;
}


