﻿#menulist 
{
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:.8em;
    font-weight:bold;
    list-style:none;
}

/* Bio button*/
#menulist #biography a {
    display:block;
    width:107px;
    height:25px;
    color:#fff;
    text-decoration:none;
    background:url("../images/menu/bio_1.jpg") no-repeat;
    padding:7px 10px 6px 10px;
}

#menulist #biography a:hover { 
    background:url("../images/menu/bio_2.jpg") no-repeat;
}

/* Gallery button*/
#menulist #galleries a {
    display:block;
    width:96px;
    height:20px;
    color:#fff;
    text-decoration:none;
    background:url("../images/menu/gal_1.jpg") no-repeat;
    padding:7px 10px 6px 10px;
}

#menulist #galleries a:hover { 
    background:url("../images/menu/gal_2.jpg") no-repeat;
}

/* Links button*/
#menulist #links a {
    display:block;
    width:60px;
    height:22px;
    color:#fff;
    text-decoration:none;
    background:url("../images/menu/link_1.jpg") no-repeat;
    padding:7px 10px 6px 10px;
}

#menulist #links a:hover { 
    background:url("../images/menu/link_2.jpg") no-repeat;
}

/* Contact button*/
#menulist #contact a {
    display:block;
    width:96px;
    height:20px;
    color:#fff;
    text-decoration:none;
    background:url("../images/menu/cont_1.jpg") no-repeat;
    padding:7px 10px 6px 10px;
}

#menulist #contact a:hover { 
    background:url("../images/menu/cont_2.jpg") no-repeat;
}

#galleyMenu
{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
     color:#000000;
     text-decoration: none;
}
