#menuv                                 /* position, size, and font of  menu */
	{	
	position: relative;	
	/*top:19em;
	left:6em;*/
	z-index: 10;
	width: 130px;						          /* [1] width of menu item (i.e., box) */
	text-align: left;	
	font-family: helvetica, arial, geneva, sans-serif;
    display: inline;

	}

#menuv a
	{
	
	display:block;						
	background: url(../images/menus/menu_bg.gif) repeat-x;
    height: 25px;

    /*font: bold 0.7em/1.4em arial, helvetica, sans-serif;*/
    font-weight: normal;
    font-size: 9pt;
    padding-left: 10px;
    margin-right: 1px;    
    vertical-align: bottom;
    color: #727272;
    border-bottom: 1px solid white;
    line-height: 2;

    
	}
    
#menu_headerbar a{
	
    background: url(../images/menus/menu_bg.gif) repeat-x;
    display:block;
    border-bottom: 1px solid white;
    height: 25px;
    padding-left: 10px;
    line-height: 2;
    font-weight: normal;
    color: #727272 ;
    margin-right: 1px;  
}



#menu_intra_extranet a
	{

	display:block;						
	background: url(../images/menus/menu_green_bg.gif) repeat-x;
    width: 136px;
    font-size: 9pt;
    font-weight: normal;
    height: 25px;
    margin-left: 1px;
    line-height: 2;
    text-align: center;
    color: #fff ;

	}

#menuv a.parent 	/* attaches parent-arrow on all parents */
	{
	/*background-image: url(../images/menus/msout.jpg);*/
	background-position: right center;
	background-repeat: no-repeat;
    /*font: bold 0.7em/1.4em arial, helvetica, sans-serif; */

	}
#menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	/*background-image: url(../images/menus/msover.jpg);*/
	background-position: right center;
	background-repeat: no-repeat; 
	}    

#menuv a:hover				             /* all menus on mouse-over */
	{

	/*background-color: cornflowerblue;
	background-image: url(../images/menus/msover.jpg);*/
    background: url(../images/menus/menu_bg_mo.gif) repeat-x;
    
	}
    
    
a.left_menu_pressed   		             /* menus pressed */ 
{
/*background-color: cornflowerblue;
background-image: url(../images/menus/msover.jpg);*/
background: url(../images/menus/menu_bg_mo.gif) repeat-x !important;

}

#menu_headerbar a:hover{
    background: url(../images/menus/menu_bg_mo.gif) repeat-x;
    display:block;
}

#menu_intra_extranet a:hover
	{
    color: #000000 ; 
    
	}
    
a.top_menu_pressed{
    width: 129px;
    color: #000000 !important;
}

#menuv li
	{
	list-style-type:none;		            /* removes bullets */
    
	}

#menuv ul li
	{
	position:relative;
	float: left;
    width: 100%;
    display:block;
	}
 

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 129px;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 129px;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
    
/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */