/*-----------------------------------------*/
/* DYNAMENU BLOCK ACTIVE MENU STYLE SHEETS */
/*-----------------------------------------*/

/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/

/*.verbar	{   /* Color of main vertical menubar and border */
	border: 0px;
	outset #FFFFFF;			
}*/
.verbar	{   /* Color of main vertical menubar and border */
	color: black;
	background-color: #e6e7e6;
	border: 1px outset #fdfefd;
}

.vertitem	{		/* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
	white-space: nowrap;
}

.vertitem a	{	/* Font style, size of main menu items */
	position: relative;
	display: block;
}

.vertitem a:link, .vertitem a:visited	{   /* Font color of main menu items */
	color: #ACAFB4;
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
}

.vertitem a:hover	{   /* Font color, background menu color of main menu item when hovered over */
	color: #E49B5F;
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
}

.vertitem a:active	{   /* Font color, background menu color of main menu item when clicked */
	color: #ACAFB4;
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
}

.vertsubmenu	{   /* Style of sub-menu  - leave as is for proper operation of submenus*/
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.vertsubframe	{   /* Color of submenu item and border */
	position: relative;
	display: block;
	border: 2px outset #262627;
}

.vertsubitem	{	/* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}

.vertsubitem a	{	/* Font style, size of submenu items */
	position: relative;
	margin-top: 2px;
	margin-left: 10px;
	display: block;
	text-decoration: none;
}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Font color of submenu items */
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 12px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	color: #ACAFB4;
}

.vertsubitem a:hover	{   /* Font color, background submenu color of submenu item when hovered over */
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 12px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
	color: #E49B5F;
}

.vertsubitem a:active	{   /* Font color, background submenu color of submenu item when clicked */
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 12px;	
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
	color: #E49B5F;
}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 12px;
}

.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;
}