/* CSS Document */


body {
	background: #ff5ce3 url(../img/common/bg.gif) repeat-x;
}


/* left navigation */

#nav ul li a{
border-bottom: 1px solid #5f0000;
color: #5f0000;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 1%;
}

#nav a:hover, #leftcol #nav a:focus { 
background-color: #ee34ce;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
}

/* end left navigation */
