#menuleft a {
display:block;
width:225px;
border:none;
}
#menuleft a {
text-decoration:none;
padding:0;
margin:0;
font-size: 12px;
}
#menuleft a:link, #menuleft a:visited {
color:#000000;
width:225px;
}
#menuleft a:hover {
color:#FFF;
background:transparent url(/assets/templates/groundup/images/submainbg.gif) no-repeat;
}
#menuleft a:active {
color:#000;
background:transparent url(/nav/images/tile-blue-on-3.gif) no-repeat;
}
#menuleft form {
margin:0;
}
#menuleft li {
margin:0;
padding:0;
list-style-type:none;
}
#menuleft ul, #menuleft ul ul, #menuleft ul ul ul {
margin:0;
padding:0;
list-style-image:none;
width:225px;
}
#menuleft i {
visibility:hidden;
}
/* Begin CSS Popout Menus at Left */
#menuleft ul li {
position:relative;
}
#menuleft li ul {
position:absolute;
left:200px;
top:0;
display:none;
z-index: 100;
}
/* Fix IE. Hide from IE Mac \*/
* html #menuleft ul li {
float:left;
height:1%;
}
* html #menuleft ul li a {
height:1%;
}
/* End */
div#menuleft ul ul, div#menuleft ul ul ul, div#menuleft ul li:hover ul ul, div#menuleft ul li:hover ul ul ul {
display:none;
}
div#menuleft ul li:hover ul, div#menuleft ul ul li:hover ul, div#menuleft ul ul ul li:hover ul {
display:block;
}
#menuleft a.home {
color:#3f0909;
background: transparent url(/assets/templates/groundup/images/homeOff.jpg) no-repeat;
width:225px;
height: 45px;
}
#menuleft a.home:hover {
color:#3f0909;
background: transparent url(/assets/templates/groundup/images/home.jpg) no-repeat;
width:225px;
height: 45px;
}
div# ul li a.projects, ul li a.projects:hover {
z-index:1;
}
#menuleft a.projects {
color:#3f0909;
background: transparent url(/assets/templates/groundup/images/projectsOff.jpg) no-repeat;
width:225px;
height: 41px;
}
#menuleft a.projects:hover {
color:#3f0909;
background: transparent url(/assets/templates/groundup/images/projects.jpg) no-repeat;
width:225px;
height: 41px;
}
#menuleft a.about {
color:#3f0909;
background: transparent url(/assets/templates/groundup/images/aboutOff.jpg) no-repeat;
width:225px;
height: 39px;
z-index:1;
}
#menuleft a.about:hover {
color:#3f0909;
background: transparent url(/assets/templates/groundup/images/about.jpg) no-repeat;
width:225px;
height: 39px;
}
#menuleft a.distractions {
color:#3f0909;
background: transparent url(/assets/templates/groundup/images/distractionsOff.jpg) no-repeat;
width:225px;
height: 40px;
}
#menuleft a.distractions:hover {
color:#3f0909;
background: transparent url(/assets/templates/groundup/images/distractions.jpg) no-repeat;
width:225px;
height: 40px;
}
#menuleft a.links {
color:#3f0909;
background: transparent url(/assets/templates/groundup/images/linksOff.jpg) no-repeat;
width:225px;
height: 40px;
}
#menuleft a.links:hover {
color:#3f0909;
background: transparent url(/assets/templates/groundup/images/links.jpg) no-repeat;
width:225px;
height: 40px;
}
#menuleft a.contact {
color:#3f0909;
background: transparent url(/assets/templates/groundup/images/contactOff.jpg) no-repeat;
width:225px;
height: 31px;
}
#menuleft a.contact:hover {
color:#3f0909;
background: transparent url(/assets/templates/groundup/images/contact.jpg) no-repeat;
width:225px;
height: 31px;
}
#menuleft a.submain {
color: #3f0a0b;
width: 196px;
height: 28px;
background:transparent url(/assets/templates/groundup/images/submainbg.gif) no-repeat;
padding: 13px 0px 0px 15px;
font-size: 11px;
font-weight: bold;
z-index: 1000 !important;
position:relative;
}
#menuleft a.submain:hover {
left: 5px;
color: #61090b;
width: 196px;
height: 28px;
background:transparent url(/assets/templates/groundup/images/submainbg.gif) no-repeat;
padding: 13px 0px 0px 15px;
font-size: 11px;
font-weight: bold;
z-index: 1000 !important;
position:relative;
}