﻿body 
{
}

.ArtMenu a.ekmenu_link,.ArtMenu a.ekmenu_link:link,.ArtMenu a.ekmenu_link:visited
{
 padding-top:0px;
 text-align:left;
 width:150px;
 display:block;
 position:relative;
 font-size:9px;
 line-height:16px;
 text-decoration:none;
    color:#802991;/*#34b3e7;*/
 }
.ArtMenu a.ekmenu_link:hover
{
    font-weight:normal;
   
    color:#333333;/*#34b3e7;*/
}
.ArtMenu ul
{
    Padding-top:10px;
    margin-left:0px;
    padding-left:10px;
    width:150px;
    list-style-type:none;
    list-style-position:inside;
    line-height:16px;
}
.ArtMenu li
{
    list-style-position:inside;
    margin:0px;
    width:150px;
    list-style-type:disc;
    line-height:16px;
}
.ArtMenu .ekmenu_linkimage, 
.ArtMenu .ekmenu_linkimage_selected
{
	/* SPAN; supports rollover-images, where a single image is scrolled */
	/* to show the desired effect for the given action-event. Separate the */
	/* .ekmenu_linkimage and .ekmenu_linkimage_selected classes for more images */
	/* Typical parent element: a.ekmenu_link */
    float:left;
    display:block;
    margin-left:0px;
	position: relative;
	width:30px;
	background-position:-0px 0px;
    background-repeat:no-repeat;
	height: 16px;
	overflow:hidden;
	}
.ArtMenu .ekmenu_linkimage_hover, 
.ArtMenu .ekmenu_linkimage_selected_hover
{
	/* SPAN; hovered version of ekmenu_linkimage. Supports rollover-images, */
	/* where a single image is scrolled to show the desired effect for the */
	/* given action-event. Separate the .ekmenu_linkimage_hover and */
	/* .ekmenu_linkimage_selected_hover classes to control more images */
	/* Typical parent element: a.ekmenu_link */
    float:left;  
        display:block;
        width:30px;
	position: relative;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	height: 16px;
	overflow: hidden;
}
.ArtMenu .ekmenu_button_selected .ekmenu_accessible_submenu_btnlink, 
.ArtMenu .ekmenu_button_selected_hover .ekmenu_accessible_submenu_btnlink 
{
	/*  */
	/* Typical parent element: span.ekmenu_button */
    color: rgb(255, 255, 255); /* default text color */
	font-size: 11px;
	display:inline;
    /*text-decoration: underline;*/
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.ArtMenu .ekmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color: rgb(255, 255, 255); /* default text color */
    width: 152px; /* can be overridden in the primary div-containers (whose class = ekmenu) style */
    font-size: 11px;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    background: rgb(255,255,255); /* shows up on left side, widens with nesting level */
    border-top: solid 0px rgb(255, 255, 255); /* top border on menu */
    border-bottom: solid 0px #333333; /* bottom menu border */
}
.purple_vision_menu .ekmenu_submenu_items {
	/* DIV; container for menu lists. */
	/* Typical parent element: div.ekmenu (root level), div.ekmenu_submenu */
    overflow: hidden; /* truncate what cannot fit */
    /*border-bottom: solid 2px rgb(71, 71, 71);*/
}

.ArtMenu .ekmenu_submenu_items_hidden 
{
	/* DIV; normally hidden container for menu lists (becomes visible if */
	/* user clicks on related submenu button, or if Javascript/CSS not supported). */
	/* Typical parent element: div.ekmenu (root level), div.ekmenu_submenu */
	display: none;
}

/* Nested menu items */
.ArtMenu .ekmenu_submenu_items .ekmenu_submenu_items, 
.ArtMenu .ekmenu_submenu_items .ekmenu_submenu_items_hidden, 
.ArtMenu .ekmenu_submenu_items_hidden .ekmenu_submenu_items_hidden
{
	/* Rule is applied to nested submenus. Hidden included in-case */
	/* Javascript is not supported and hidden submenus are made visible. */
	/* Typical parent element: (not applicable) */
	margin-left: 0px; /* indents menu items, accumulating with each nesting level */
    border-bottom-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */
    background-color:#eeeeee;
}

/* Button menu items, controls visibility of associated sub-menus */
.ArtMenu .ekmenu_button /* Vision submenu normal */
{
	/* SPAN; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
	/* Typical parent element: div.ekmenu_submenu, or else */
	/* h3.ekmenu_accessible_submenu_navheading if 508-Compliance is enabled. */
    height:16px;
    line-height:16px;
    display: block;
    padding: 0px 0px;
    font-weight: normal;
    color: #333333; /* button-title text color */
    background: rgb(255, 255, 255); /* color specified in case image unavailable */
    background-position:0px 0px;
    padding-left: 0px;
    border-top: 1px solid #333333; /* link row seperators */
}
.ArtMenu .ekmenu_unorderedlist_item
{
    display:block;
}
