/*-------------------------------------*/
/*   Horizontal Drop-Down Menu Style   */
/*-------------------------------------*/

.horbar	{   /* Color of main horizontal menubar and border */
	color: black;
/*	background-color: *#e6e7e6; */
	border: 0px outset #525252;
}
.horizitem	{          /* Behaviour of main horizontal menu items, leave as is for proper operation */
	float: left;
	white-space: nowrap;
}
.horizitem a {              /* Font style, size of submenu items */
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
/*	position: relative;*/
	display: block;
	text-transform: uppercase;
	height:36px;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 5px;
	background-image: url(../images/menuBackgroundSeparator.png);
	background-repeat: no-repeat;
/*	background-position: right;*/
}
.horizitem a:link, .horizitem a:visited 	{      /* Font style & color of main menu items */
	color: #ffffff;
}
.horizitem a:hover	{       /* Font style & color, background menu color of main menu item when hovered over */
	color: #bbffff;
	background-image: url(../images/menuBackgroundHover.png);
	background-repeat: repeat-x;
}
.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */
	color: #ffff00;
}

#L1, #L8, #L68 {
	.margin-left: -280px;
}

*:first-child+html #L1, *:first-child+html #L8, *:first-child+html #L68 {
	margin-top: 126px;
}

.horizsubmenu	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	position: absolute;
	left: 200;
	top: 0;
	visibility: hidden;
}
.horizsubframe	{      /* Color of submenu item and border */
	background-color: #993366;
	border: 4px solid #ffffff;
	position: relative;
	display: block;
}
.horizsubitem	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}
.horizsubitem a {            /* Font style, size of submenu items */
	position: relative;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	padding-top: 5px;
	padding-left: 20px;
	border-bottom: 1px dotted #ffffff;
	background-image: url(../images/menuArrow.png);
	background-repeat: no-repeat;
	background-position: 5px;
	width: 179px;
}
.horizsubitem a:link, .horizsubitem a:visited	{       /* Font color, style of submenu items */
	color: #ffffff;
}
.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #21459c;
	background-image: url(../images/menuArrowOver.png);
	background-repeat: no-repeat;
	background-position: 5px;

}
.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */
/*	color: #ffff00;
	background-color: #666666;*/
	color: #ffffff;
	background-color: #21459c;
	background-image: url(../images/menuArrowOver.png);
	background-repeat: no-repeat;
	background-position: 5px;
}
.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{      /* Positioning of right arrow for submenus */
	position: absolute;
	top: 12px;
	right: 8px;
}
.horizsubseparator	{   /* Style for line-separator in horizontal submenus - Use '---' for Link title to display */
	background-color: #ff0000;
	border-top: 1px solid #cdcecd;
	border-bottom: 1px solid #ffffff;
	margin: 2px 0px 2px 0px;	/* top right bottom left */
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}


/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/

.verbar	{   /* Color of main vertical menubar and border */
	color: black;
	border: 0px outset #fdfefd;
}

.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
}

.vertitem a {   /* Font style, size of main menu items */
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #005fa1;

	position: relative;
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	padding-left: 9px;
	margin-left: 1px;
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	text-decoration: none;
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	background-color: #004070;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	text-decoration: none;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #ffffff;
	background-color: #004070;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	text-decoration: none;
}

.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity: 1.00;
}

.vertsubframe	{   /* Color of submenu item and border */
	background-color: #005fa1;
	position: relative;
	display: block;
	margin-left: 22px;
}

.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
}

.vertsubitem a	{   /* Font style, size of submenu items */
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	text-decoration: none;

	position: relative;
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 2px 2px 2px 0.5em;

}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	text-decoration: none;
}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #004070;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	text-decoration: none;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #ffffff;
	background-color: #004070;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	text-decoration: none;
}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 10px;
	right: 4px;
}

.vertsubseparator	{   /* Style for line-separator in vertical menus - Use '---' for Link title to display */
	background-color: #ff0000;
	border-top: 1px solid #cdcecd;
	border-bottom: 1px solid #ffffff;
	margin: 2px 0px 2px 0px;	/* top right bottom left */
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}


/*---------------------------*/
/* Tree and Plain Menu Style */
/*---------------------------*/

.treemenudiv	{     /* Behaviour of tree/plain menu item - leave as is for proper performance */
	display: block;
	white-space: nowrap;
}
.phplmnormal {     /* Font size & color of unlinked menu items */
	color: #fff;
	background-color: #005fa1;
}
a.phplmnormal:hover	{     /* Font size & color of menu items */
	color: #fff;
	background-color: #004070;
}
a.phplm:link, a.phplm:visited	{      /* Font color, style of linked & visited menu items */
	color: #fff;
	display: block;
/*	width: 120%;*/
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	margin-left: 0px;
	padding-right: 10px;
	background-image: url(../images/bulletGreen.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
a.phplm:hover	{      /* Font color, style of menu items when hovered over */
	color: #fff;
	background-color: #004070;
	display: block;
}
a.phplm:active	{      /* Font size & color of menu items when clicked */
	color: #fff;
	display: block;
}
a.phplmsub:link, a.phplmsub:visited	{      /* Font color, style of linked & visited menu items */
	color: #005fa1;
	background-color: #fff;
	border-bottom: 1px solid #004070;
	border-left: 1px solid #004070;
	border-right: 1px solid #004070;
	display: block;
	width: 157px;
	height: 30px;
	line-height: 30px;
	padding-left: 9px;
	margin-left: 1px;
}
a.phplmsub:hover	{      /* Font color, style of menu items when hovered over */
	color: #fff;
	background-color: #004070;
	display: block;
}
a.phplmsub:active	{      /* Font size & color of menu items when clicked */
	color: #fff;
	background-color: #004070;
	display: block;
}
a.phplmselected:link, a.phplmselected:visited 	{         /* Font size & color of selected & visited menu items */
	color: #fff;
	background-color: #ffdd76;
}
a.phplmselected:hover	{         /* Font size & color of selected menu item when hovered over */
	color: #fff;
	background-color: #fff0c0;
}
a.phplmselected:active	{         /* Font size & color of selected menu item when clicked */
	color: #fff;
}
