/* =main navigation
***********************/
#nav_main{
position:absolute;
top:263px; 
left:0px;
margin:0; 
padding:0;
width:950px; 
height:44px; 
list-style:none;
color:#000000;
z-index:500;
background-color: #730f05;
}

#nav_main li{
float:left;
position:relative;
line-height:normal;
margin:0px;
font-family: Arial, Helvetica, sans-serif;
}

#nav_main a{
float:left;
display:block;
padding:0px 0px 0px 0px;
height:44px;
text-decoration:none;
font-weight:bold;
color:#000000;
text-indent:-9999px;
}

#nav_main li.home a{
width:148px;
background:url(../images/main_nav/home_nm.gif) left top no-repeat;
}

#nav_main li.about a{
width:184px;
background:url(../images/main_nav/about_artist_nm.gif) left top no-repeat;
}

#nav_main li.gallery a{
width:138px;
background:url(../images/main_nav/art_gallery_nm.gif) left top no-repeat;
}

#nav_main li.exhibition a{
width:140px;
background:url(../images/main_nav/exibition_nm.gif) left top no-repeat;
}

#nav_main li.news a{
width:160px;
background:url(../images/main_nav/news_media_nm.gif) left top no-repeat;
}

#nav_main li.contact a{
width:180px;
background:url(../images/main_nav/contact_artist_nm.gif) left top no-repeat;
}

#nav_main li.home a:hover{background:url(../images/main_nav/home_nmr.gif)}
#nav_main li.about a:hover{background:url(../images/main_nav/about_artist_nmr.gif)}
#nav_main li.gallery a:hover{background:url(../images/main_nav/art_gallery_nmr.gif)}
#nav_main li.exhibition a:hover{background:url(../images/main_nav/exibition_nmr.gif)}
#nav_main li.news a:hover{background:url(../images/main_nav/news_media_nmr.gif)}
#nav_main li.contact a:hover{background:url(../images/main_nav/contact_artist_nmr.gif)}

/*MAIN NAV SECOND LEVEL
************************/
#nav_main ul{
display:none;
position:absolute;
left:0px;
top:44px;
margin:0; 
padding:0;
width:150px;
list-style:none;
font-size:10px;
z-index:501;
}

#nav_main ul li a{
display:block;
width:150px;
height:auto;
text-decoration:none;
color:#D5D3BF;
background:#8C1306;
border:1px solid #000000;
border-top:0;
line-height:normal;
text-indent:0px;
}

#nav_main li.home ul a,
#nav_main li.about ul a,
#nav_main li.gallery ul a,
#nav_main li.exhibition ul a,
#nav_main li.news ul a,
#nav_main li.contact ul a{
display:block;
width:150px;
background:#ececec;
color:#8C1306;
}

#nav_main li.home ul a:hover,
#nav_main li.about ul a:hover,
#nav_main li.gallery ul a:hover,
#nav_main li.exhibition ul a:hover,
#nav_main li.news ul a:hover,
#nav_main li.contact ul a:hover{
background:#8C1306;
color:#ececec;
}

/* Fix IE. Hide from IE Mac \*/
/*
* html ul li{
float:left;
height:1%;
}

* html ul li a{
height:1%;
}
*/
		
#nav_main li ul li a{
padding:2px 5px 3px 7px;
}
		
#nav_main li:hover ul,
#nav_main li.over ul{
display:block;
}

/* =end main navigation
***********************/
