/*
* Don't change or remove the head comments!
*
* DHTML hierarchical, object oriented menu: VB MENU 1.5
* Copyright (C) 2003-2004  Vladimir Bodurov
*
*   Version  1.5  2004-03-06
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
* Lesser General Public License for more details.

* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*
* Copy of GNU Lesser General Public License at: http://www.gnu.org/copyleft/lesser.txt
*
* Source code home page: http://www.bodurov.com/menu.html
*/


A.MenuLink{
 	color:#000000;
	width:100%;
 	text-decoration: none;
}

/* Menu Link when the mouse is over */
A.MenuLink:hover{
 	color:#000000;
 	background-color:#F3F4F7;
 	text-decoration: none;
}

/* First menu link element */
DIV.FirstMenuElement{
 	font: 11px Tahoma, Arial, Helvetica, sans-serif;
 	position:absolute;
 	padding:3px;
 	width:140px;
 	text-align: center;
 	background-color:#F3F4F7;
	border-right: 1px solid #939CAE;
	/*border-left: 1px solid #939CAE;*/
    /*border: solid #939CAE 1px;*/
 	display:none;
}



/* First menu link element when the mouse is over */
DIV.FirstMenuElementOver{
 	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
 	position:absolute;
 	width:140px;
 	padding:3px;
 	text-align: center;
 	background-color:#F3F4F7;
	border-right: 1px solid #939CAE;
	/*border-left: 1px solid #939CAE;*/
    /*border: solid #939CAE 1px;*/
}





/* Menu link element */
DIV.MenuElement {
 	font: 11px Tahoma, Arial, Helvetica, sans-serif;
 	position:absolute;
 	padding:3px;
 	width:160px;
 	background-color:#7cb1e2;
    border: solid #475156 1px;
	/*
	border-left: 1px solid #939CAE; 
	border-bottom: 1px solid #939CAE; 
	border-right: 1px solid #939CAE; 
	*/
 	text-decoration: none;
 	display:none;
}




/* Menu link element when the mouse is over */
DIV.MenuElementOver {
 	font: 11px Tahoma, Arial, Helvetica, sans-serif;
 	position:absolute;
 	padding:3px;
 	width:160px;
 	background-color:#FFFFFF;
	border: solid #475156 1px;
	/*
	border-left: 1px solid #939CAE; 
	border-bottom: 1px solid #939CAE; 
	border-right: 1px solid #939CAE; 
	*/
 	text-decoration: none;
}
