/* CSS Document */

/* Global settings */

li, ul {
list-style: none;
padding-left: 0px;
}

a {
text-decoration: none;
color: #888888;
}

a:link { color: #888888; }
a:visited { color: #888888; }
a:hover { color: #fff; }
a:active { color: #fff; }

ul.menulist {
list-style: none;
}

ul.menulist li {
text-decoration: none;
font-size: 14px;
list-style-image: url(http://www.coralguest.com/new/image/bullet2.gif);
/* Normal approach as follows not working in IE7:
background: url(image/bullet.gif) no-repeat 0 50%;
padding-left: 17px; */
}

div#topmenu {
width: 730px;
text-align: center;
margin: 35px auto 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
font-size: 12px;
}

div#topmenu ul.menulist {
text-align: left;
padding: 0; /* required so ul is flush left aligned */
margin: 0;
}

div#topmenu ul.menulist li {
display: inline;
text-decoration: none;
text-align: left;
font-size: 14px;
margin: 0px 20px 0px 0px;
background: url(http://www.coralguest.com/new/image/bullet2.gif) no-repeat 0 50%;
padding: 0px;
padding-left: 15px;
}

a#current {
color: #AB3972;
cursor: default;
font-weight: bold;
}

