#navigation {
text-align : left;
position : absolute;
top : 132px;
width : 201px;
margin : 0;
padding : 0;
list-style-type : none;
}
.nav li li a:hover {
background-color : #950058;
text-decoration : none;
}
.head a:hover {
color : #f5e4eb;
text-decoration : none;
}
.head a {
color : #fcc;
}
#navigation ul li a {
color : #fff;
line-height : 2em;
text-decoration : none;
font-weight : bold;
}
.articles {
font-size : 12px;
padding-top : 2px;
padding-bottom : 2px;
padding-left : 15px;
display : block;
}
.head, .headblog, .headshop {
font-size : 14px;
font-weight : bold;
color : #fff;
padding-top : 2px;
padding-bottom : 2px;
padding-left : 15px;
display : block;
background-color : #750053;
border-bottom: thin solid #993366;
}
.head {
background-color : #750053;
}
.headblog {
background-color : #980a71;
}
.headshop {
background-color : #a20045;
}