/* Start of CMSMS style sheet 'navStyles' */
ul {
list-style-type:none;
}

#leftNavUL {
margin:10px 4px 0 0;
}

#leftNavUL li {
float:right;
overflow:hidden;
width:140px;
height:29px;
}

#leftNavUL li a {
background-position: top left;
overflow:hidden;
display:block;
width:140px;
height:29px;
}

#leftNavUL li a:hover {
background-position: bottom left;
}

#leftNavUL li a span {
display:none;
}

#leftNavUL li .home {background:url('uploads/images/nav/leftNavHome.gif') no-repeat}
#leftNavUL li .book {background:url('uploads/images/nav/leftNavBook.gif') no-repeat}
#leftNavUL li .people {background:url('uploads/images/nav/leftNavPeople.gif') no-repeat}
#leftNavUL li .timetable {background:url('uploads/images/nav/leftNavTimetable.gif') no-repeat}
#leftNavUL li .supporters {background:url('uploads/images/nav/leftNavSupporters.gif') no-repeat}
#leftNavUL li .news {background:url('uploads/images/nav/leftNavNews.gif') no-repeat}
#leftNavUL li .contacts {background:url('uploads/images/nav/leftNavContacts.gif') no-repeat}

.contentMenu {
display:inline;
font-size:15px;
}
/* End of 'navStyles' */

