/* ##################################		Menu Type 1 Styles (Horizontal)		######################### */

/*==================== Level 1 ====================*/

td.wpm_menu_level1{                                                  /*First Level TD*/
	/*background-image: url(../images/wpm_topMenuBG.gif);*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-repeat:no-repeat;
	height: 35px;
	text-align: center;
	background-color: #none;
	width:auto;
}

td.wpm_menu_level1_over{                                             /*First Level TD over*/
    padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
    background-image:url(../images/menuOver.gif); 
	background-repeat:repeat-x;
	height: 35px;
	text-align: center;
	background-color:#none;
	width:auto;
}

a.wpm_menu_level1{                                                 /*First Level Text Link*/
	font-family: Georgia;
	font-size: 11px;
	color: #505050;
	font-weight: normal;
	text-decoration: none;
}

a.wpm_menu_level1:visited{                                         /*First Level Text Link visited*/
	font-family: Georgia;
	font-size: 11px;
	color: #505050;
	font-weight: normal;
	text-decoration: none;
}

a.wpm_menu_level1:hover{                                           /*First Level Text Link hover*/
	color: #d10000;
	text-decoration: none;
	font-family: Georgia;
}

td.wpm_separator{                                                  /*separetor*/
	width:1px;
	/*background-image: url(../images/spacer.gif);*/
	background-image:url(../images/menuSep.gif); background-repeat:no-repeat;
	background-color:none;
}

td.wpm_menu_level1_select  {
	background-image:url(../images/menu_select.jpg);
	background-repeat:repeat-x;
    padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:35px;
	text-align: center;
	width:auto;
}

td.wpm_menu_level1_select_over  {
	background-image:url(../images/menu_select.jpg);
	background-repeat:repeat-x;
    padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:35px;
	text-align: center;
	width:auto;
}

td.wpm_menu_level1_select:visited  {
	background-image:url(../images/menu_select.jpg);
	background-repeat:repeat-x;
    padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:35px;
	text-align: center;
	width:auto;
}

a.wpm_menu_level1_select{                                           /*First Level Text Link hover*/
	color: #fff;
	text-decoration: none;
font-family: Georgia;
}

a.wpm_menu_level1_select:visited{                                           /*First Level Text Link hover*/
	color: #fff;
	text-decoration: none;
font-family: Georgia;
}

a.wpm_menu_level1_select:hover{                                           /*First Level Text Link hover*/
	color: #fff;
	text-decoration: none;
font-family: Georgia;
}


/*==================== Level 2 ====================*/

div.wpm_menu_level2_parent{      
	position:relative;
	width: 100%;
	z-index:+999;
}

div.wpm_menu_level2_child{
	display:none;
	top: 6px;
	left: 0px;
	width:200px;
	position: absolute;
	padding-top:5px;
}

td.wpm_arrow{                               /* Menu Arrows*/
    padding:0px 5px 0px 3px;
	margin:0px 0px 0px 0px;
	font-family: arial;
	font-size: 12px;
	color: #505050;
	text-align: right;
	vertical-align: middle;
}

td.wpm_menu_level2_top_item{                 /* second Level top TD*/
    padding:0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	background-color: #dfdfdf;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	height: 22px;
	text-align:left;
	width:200px;
}

td.wpm_menu_level2_top_item_over{            /* second Level top TD hover*/
    padding:0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	background-color: #c6c6c6;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	height: 22px;
	text-align:left;
	width:200px;
}

td.wpm_menu_level2{                         /* second Level TD */
    padding:0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	background-color: #dfdfdf;
	font-family: Arial;
	font-size: 11px;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	height: 22px;
	text-align:left;
	width:200px;
}

td.wpm_menu_level2_over{                   /* second Level TD hover*/
    padding:0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	background-color: #c6c6c6;
	font-family: Arial;
	font-size: 11px;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	height: 22px;
	text-align:left;
	width:200px;
}

a.wpm_menu_level2{                       /* second Level text link */
	font-family: Arial;
	font-size: 11px;
	color: #505050;
	font-weight: normal;
	text-decoration: none;
}

a.wpm_menu_level2:visited{               /* second Level text visited */
	font-family: Arial;
	font-size: 11px;
	color: #505050;
	font-weight: normal;
	text-decoration: none;
}

a.wpm_menu_level2:hover{                 /* second Level text hover */
    color: #d10000;
	font-weight: normal;
	text-decoration: none;
}



/*Level 3*/
div.wpm_menu_level3_parent               
{
	position:relative;
	width: 100%;
	z-index:+999;
}
div.wpm_menu_level3_child
{
	display: none;
	top: -19px;
	left: 100%;
	width: 100%;
	position: absolute;
	padding-left:1px;
}
td.wpm_menu_level3_top_item                     /* third Level top TD*/
{
	background-color: #dfdfdf;
	font-family: Arial;
	font-size: 11px;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	height: 22px;
	padding:0px 0px 0px 15px;
	width: 110px;
}
td.wpm_menu_level3_top_item_over               /* third Level top TD hover*/
{
	background-color: #c6c6c6;
	font-family: Arial;
	font-size: 11px;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	height: 22px;
	padding:0px 0px 0px 15px;
	width: 110px;
}
td.wpm_menu_level3                             /* third Level TD */
{
	background-color: #dfdfdf;
	font-family: Arial;
	font-size: 11px;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	height: 22px;
	padding:0px 0px 0px 15px;
} 
td.wpm_menu_level3_over                       /* third Level TD hover */
{
	background-color: #c6c6c6;
	font-family: Arial;
	font-size: 11px;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	height: 22px;
	padding:0px 0px 0px 15px;
}
a.wpm_menu_level3                            /* third Level text link */
{
	font-family: Arial;
	font-size: 11px;
	color: #505050;
	font-weight: normal;
	text-decoration: none;
}
a.wpm_menu_level3:visited                    /* third Level text visited */
{
	font-family: Arial;
	font-size: 11px;
	color: #505050;
	font-weight: normal;
	text-decoration: none;
}
a.wpm_menu_level3:hover                     /* third Level text hover */
{
    color: #d10000;
	font-weight: normal;
	text-decoration: none;
}

a.wpm_menu_level3_select{                                         
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color:#d10000;
	font-weight: normal;
}


/* ########################		Web Page Manager End Menu Styles #####################*/
