/* this is the main UL element*/
.dropdown
{
    visibility: hidden;
    margin: 0;
    padding: 0;
    list-style: none; /* Draws solid line under main menu */
    /*border-bottom: 0px solid #444;*/
    border-bottom: 0px solid;
    text-align: center;
    font-size: 13px;
}

.dropdown1
{
    margin: 0;
    padding: 0;
    list-style: none; /* Draws solid line under main menu */
    /*border-bottom: 0px solid #444;*/
    border-bottom: 0px solid;
    text-align: center;
	margin:5px;
	padding:0px;
	height:20px;
	width:30px;
	/* Color of background on menu items  
     */
	background-color: #292929;
	cursor:pointer;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	
	/*border-bottom: 0px solid #444;*/
    border-bottom: 0px solid;
	list-style:none;

}

/* these are all the LIs in the menu*/
.dropdown li .thin{
	margin:5px;
	padding:0px;
	height:20px;
	width:41px;
  /* Color of background on menu items
	background-color:#cc0001;  
	    */
	background-color: #292929;
	cursor:pointer;
	margin-right:1px;
}

/* these are all the LIs in the menu*/
/* size of top level menu item */
.dropdown li .wide{
	margin:5px;
	padding:0px;
	height:20px;
	width:80px;
  /* Color of background on menu items
	background-color:#cc0001;  
	    */
	background-color: #292929;
	cursor:pointer;
	margin-right:1px;
}

.dropdown li .mwide{
	margin:5px;
	padding:0px;
	height:20px;
	width:70px;
	  /* Color of background on menu items
	background-color:#cc0001;  
	    */
	background-color: #292929;
	cursor:pointer;
	margin-bottom:1px;
}

/* these are all the LIs in the menu*/
.dropdown li .xwide{
	margin:5px;
	padding:0px;
	height:20px;
	width:111px;
    margin-bottom:1px;
	  /* Color of background on menu items
	background-color:#cc0001;  
	    */
	background-color: #292929;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a
{
    text-decoration: none; /* Color of labels in menus - color:#FFB119 
    color: #04d1d1;      */
    color:White;
    width: 100%;
    font-weight: bold;

}

.dropdown a:hover
{
    text-decoration: none;
/*  Background color when cursor over menu item
    background-color: #ecb47c;
*/
    background-color:#f8fc09;
    color: #000000;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li .xwide
{
    border-top: 1px solid #444;
    margin-top: 1px;
    margin-bottom: 0px; /* Color dropdown menus only */
    margin-left: 5px;
    margin-right: 0px;
    color: #99ffff;
    	  /* Color of background on menu items
	background-color:#cc0001;  
	    */
	background-color: #292929;
    height: 20px;
    /*  Use if need submenus longer   */
    /* width: 200px;  */
    width: 111px;
    text-align: center;
}

.dropdown ul li .mwide
{
    border-top: 1px solid #444;
    margin-top: 1px;
    margin-bottom: 0px; /* Color dropdown menus only */
    margin-left: 5px;
    margin-right: 0px;
    color: #99ffff;
    	  /* Color of background on menu items
	background-color:#cc0001;  
	    */
	background-color: #292929;
    height: 20px;
    /*  Use if need submenus longer   */
    /* width: 200px;  */
    width: 70px;
    text-align: center;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li .wide
{
    border-top: 1px solid #444;
    margin-top: 1px;
    margin-bottom: 0px; /* Color dropdown menus only */
    margin-left: 5px;
    margin-right: 0px;
    color:#99ffff;
    	  /* Color of background on menu items
color: #99ffff;
	background-color:#cc0001; 
background-color: #292929; 
	    */
	background-color:#292929;
    height: 20px;
    /*  Use if need submenus longer   */
    /* width: 200px;  */
    width: 80px;
    text-align: center;
}

/* these are the LIs that contains a submenu*/
.dropdown li.wide.submenu{
	/* background-image:url('http://biennialproject.com/_common1.2/cssDropDown/expand_down.gif'); 
	background-position:center left;
	background-repeat:no-repeat; 
	padding-left:20px; */
	/* Top menu item - gives extra space to right */
	width:89px;
color: #00ffff; }

.dropdown li.mwide.submenu{
	/* background-image:url('http://biennialproject.com/_common1.2/cssDropDown/expand_down.gif'); 
	background-position:center left;
	background-repeat:no-repeat; 
	padding-left:20px; */
	/* Top menu item - gives extra space to right */
	width:200px;
color: #00ffff; }

/* these are the LIs that contains a submenu */
.dropdown li.xwide.submenu{
	/* background-image:url('http://biennialproject.com/_common1.2/cssDropDown/expand_down.gif'); 
	background-position:center left;
	background-repeat:no-repeat; 
	padding-left:20px; */
	width:117px; 
color: #00ffff; }

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url('http://biennialproject.com/_common1.2/cssDropDown/expand_right.gif');
	background-position:center right;
	padding:5px;
	width:111px; 
}


#menu
{
    /* Need to initialize color of menu background */
 
   width:900px;   
}

.menuDrop
{
    background-color: black;
}

#MenuHome
{
 margin-left: -75px;
 width:1000px; 
 
}