/*-------------------------------------*/
/*   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;
	background-color: #92907e;
	border-left: 0px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 0px;
}

.horizitem a {              /* Font style, size of submenu items */
	font-family: Arial;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bolder;
	color: #ffffff;
	position: relative;
	display: block;
	padding-top: 11px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 8px;
}

.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: #ffffff;
	background-color: #434343;
}

.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */
	color: #ffffff;
	background-color: #434343;	
}

.horizsubmenu	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	position: absolute;
	visibility: hidden;
	_margin-top: 10px;
	_margin-left: 12px;
}

.horizsubframe	{      /* Color of submenu item and border */
	border: 0px outset #fdfefd;
	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 */
	font-size: 12px;	
	text-decoration: none;
	font-family: Arial; 
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
	display: block;
	padding: 2px;
	padding-top: 11px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.horizsubitem a:link, .horizsubitem a:visited	{       /* Font color, style of submenu items */
	background-color: #92907e;
}

.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #434343;
}

.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */
	color: #ffffff;
	background-color: #434343;		
}

.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{      /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	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;
	margin-bottom: 20px;
}

.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: Arial;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	background-color: #cac9c0;
	text-transform: uppercase;
	position: relative;
	display: block;		
	width: 154px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 2px solid #fff;
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color: #434343;
	background-color: #cac9c0;	
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	background-color: #92907e;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #434343;
	background-color: #cac9c0;	
}

.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: Arial;
	font-size: 12px;			
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	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: #434343;
	background-color: #cac9c0;	
}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #92907e;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #434343;
	background-color: #cac9c0;
}

.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;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;	
	text-decoration: none;
}


a.phplmnormal:hover	{     /* Font size & color of menu items */
	color: #fff;
	background-color: #004070;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;	
	text-decoration: none;	
}


a.phplm:link, a.phplm:visited	{      /* Font color, style of linked & visited menu items */
	color: #fff;
	background-color: #005fa1;
	border-bottom: 1px solid #004070;
	border-left: 1px solid #004070;
	border-right: 1px solid #004070;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;	
	text-decoration: none;	
	display: block;
	width: 157px;
	height: 30px;
	line-height: 30px;
	padding-left: 9px;

	margin-left: 1px;
}

a.phplm:hover	{      /* Font color, style of menu items when hovered over */
	color: #fff;
	background-color: #004070;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;	
	text-decoration: none;
	display: block;
}

a.phplm:active	{      /* Font size & color of menu items when clicked */
	color: #fff;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;	
	text-decoration: none;
	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;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;	
	text-decoration: none;	
	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;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;	
	text-decoration: none;
	display: block;
}

a.phplmsub:active	{      /* Font size & color of menu items when clicked */
	color: #fff;
	background-color: #004070;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;	
	text-decoration: none;
	display: block;
}



a.phplmselected:link, a.phplmselected:visited 	{         /* Font size & color of selected & visited menu items */
	color: #fff;
	background-color: #ffdd76;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;	
	text-decoration: none;	
}


a.phplmselected:hover	{         /* Font size & color of selected menu item when hovered over */
	color: #fff;
	background-color: #fff0c0;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;	
	text-decoration: none;	
}

a.phplmselected:active	{         /* Font size & color of selected menu item when clicked */
	color: #fff;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;	
	text-decoration: none;	
}
