/*-----------------------------------------*/
/* DYNAMENU BLOCK ACTIVE MENU STYLE SHEETS */
/*-----------------------------------------*/
/* Note: the "redundant" declarations of font size, styles, etc... for the various
   ANCHOR (a) objects are to compensate for the fact that many free/commercial
	 themes do not take advantage of the "cascading" nature of style sheets and
	 hard-code properties into the theme's default anchor objects, thus overiding other
	 uses of them in your theme.  Ideally, you should be able to specify the font
	 style, size, etc... in the first ".blahitem a" element and then just the color
	 in subsequent "states" of the anchor object (hover, visited, etc...) If your
	 theme is more in line with proper CSS techniques, feel free to make those adjustments
	 to the styles below */ 
	 

/*-------------------------------------*/
/*   Horizontal Drop-Down Menu Style   */
/*-------------------------------------*/

.horbar	{   /* Color of main horizontal menubar and border */
	color: black;
	margin-right: -10px;
}

.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-family: Arial, Helvetica, san-serif;
	font-size: 12px;	
	font-weight: bold;
	text-decoration: none;
	color: #244b73 !important;
	position: relative;	
	display: block;	
	background-color: #dededd;
	height: 20px;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
/*	margin-top: -10px;*/
	border-right: 1px solid #ffffff;
}

.horizitem a:link, .horizitem a:visited 	{      /* Font style & color of main menu items */
	
}

.horizitem a:hover	{       /* Font style & color, background menu color of main menu item when hovered over */
	background-color: #244b73;
	color: #dededd !important;
}

.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */

}

.horizsubmenu	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.horizsubframe	{      /* Color of submenu item and border */
	background-color: #e6e7e6;
	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 */
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;	
	text-decoration: none;
	position: relative;
	display: block;
	background-color: #dededd;
	color: #244b73;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}

.horizsubitem a:link, .horizsubitem a:visited	{       /* Font color, style of submenu items */

}

.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */
	color: #dededd;
	background-color: #244b73;
}

.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */

}

.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-top: 1px solid #27609b;
}



.verbar #refL1 a:hover {
	background-color: #2c8ebf;  
}

.verbar #refL2 a:hover, #L2 .vertsubframe a, #L6 .vertsubframe a {
	background-color: #538c0d;  
}

.verbar #refL17 a:hover {
	background-color: #f1b700;  
}

.verbar #refL18 a:hover, #L18 .vertsubframe a {
	background-color: #e77817;  
}

.verbar #refL23 a:hover, #L23 .vertsubframe a {
	background-color: #a12b28;  
}

.verbar #refL26 a:hover {
	background-color: #864a2d;  
}

.verbar #refL27 a:hover {
	background-color: #9f2078;  
}

.verbar #refL28 a:hover {
	background-color: #9f4ff3;  
}

.verbar #refL29 a:hover {
	background-color: #272d7b;  
}

.verbar #refL30 a:hover, #L30 .vertsubframe a, #L31 .vertsubframe a {
	background-color: #2b1b5f;  
}


.vertsubmenu a:hover {
	background-color: #244b73 !important;
}



.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 */
	width: 184px;
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px !important;		
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
	border-bottom: 1px solid #27609b;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	background-image: url(../images/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */

}

.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -8px;
	visibility: hidden;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity: 1.00;
}

.vertsubframe	{   /* Color of submenu item and border */
	background-color: #2c8ebf;
	position: relative;
	display: block;
	margin-left: 20px;
}

.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, Verdana, Helvetica, san-serif;
	font-size: 12px;			
	text-decoration: none;
	position: relative;
	display: block;	
	height: 23px;
	line-height: 23px;
	padding: 2px 2px 2px 0.5em;
	border-bottom: 1px solid #dededd;
	color: #ffffff;
}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */

}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	background-color: #244b73;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */

}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 16px;
	right: 6px;
}

.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;	
}
