﻿body {
}
.purple_lang_menu ul
{
	margin:0 0 30px 0;
	list-style: none;
	padding-left: 0;
	width:152px;
	border-bottom: 1px solid #333333;
	
}
.purple_lang_menu ul.last
{
	margin:0 0 30px 0;
	list-style: none;
	padding-left: 0;
	width:152px;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
}
.purple_lang_menu a.li
{
    display: inline;
    width:100%;
  }


/* vision menu items normal */
.purple_lang_menu a.ekmenu_link, 
.purple_lang_menu a.ekmenu_link:link, 
.purple_lang_menu a.ekmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
    
    line-height:20px;
    padding: 0px 0px; /*padding: 5px 0px; *//* set all to zero for images */
    padding-left: 10px; 
    color: #333333;      /*: rgb(128, 41, 145); link text color */
    /*background: #333333;*/
    text-decoration: none; /* remove underlines */
    display: block; /* force one link per row */
    border-top: 1px solid #333333; /* link row seperators */


}
/* vision menuitems a:hover */
.purple_lang_menu a.ekmenu_link:hover, 
.purple_lang_menu a.ekmenu_link:active, 
.purple_lang_menu a.ekmenu_link:focus  {
	/* A; hovered version of ekmenu_link, see above... */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
   
    line-height:20px;
    padding: 0px 0px; /*padding: 5px 0px; *//* set all to zero for images */
    padding-left: 10px;
    /*padding-right: 15px;*/
    color: rgb(255, 255, 255);  /* hovered-link text color */
    background: rgb(128, 41, 145);
    text-decoration: none; /* remove underlines */
    border-color: rgb(150, 150, 150);
	display: block; 
   border-top: 1px solid rgb(128, 41, 145); /* link row seperators */

}
/* vision menu items selected */
.purple_lang_menu a.ekmenu_link_selected {
	/* A; selected version of ekmenu_link, see above... */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
   
    line-height:20px; 
    padding: 0px 0px; /*padding: 5px 0px; *//* set all to zero for images */
    padding-left: 10px;
    font-weight:normal;
    /*padding-right: 15px;*/
	color: #333333;
    background: rgb(255,255,255);
    border-color : rgb(255, 255, 255);
	display: block; 
    border-top: 1px solid #333333; /* link row seperators */
    text-decoration:none;
}
/* vision menu items selected and hover */
.purple_lang_menu a.ekmenu_link_selected:hover {
	/* A; selected and hovered version of ekmenu_link, see above... */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
    
    line-height:20px;
    padding: 0px 0px; /*padding: 5px 0px; *//* set all to zero for images */
    padding-left: 10px;
    color: rgb(255,255,255);
	background:  rgb(128, 41, 145);
    border-color : rgb(200, 200, 200);
    font-weight:normal;
	display: block; 
    border-top: 1px solid rgb(128, 41, 145);/* link row seperators */
    text-decoration:none;
}