/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/csslibrary/item/dd-blue-blocks-menu/ */

#purplemenu{
border: 1px solid #783E9A;
border-bottom-width: 0;
float:left;
width:160px; 
margin-left:-800px;
margin-top:10px;
}

#purplemenu div.menutitle {
margin: 0;
padding: 0;
font: bold 0.75em 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#purplemenu div.menutitle a{
display: block;
padding: 3px 0;
padding-left: 5px;
width: 155px; /*160px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #783E9A;
border-bottom: 1px solid white;
}

* html #purplemenu div.menutitle a{ /*IE only */
width: 152px; /*IE 5*/
w\idth: 155px; /*160px minus all left/right paddings and margins*/
}

#purplemenu div.menutitle a:hover {
background-color: #CC33FF;
border-left-color: white;
}

#purplemenu div.menuvisited {
margin: 0;
padding: 0;
font: bold 0.75em 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#purplemenu div.menuvisited a{
display: block;
padding: 3px 0;
padding-left: 5px;
width: 155px; /*160px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #CC33FF;
border-bottom: 1px solid white;
}

* html #purplemenu div.menuvisited a{ /*IE only */
width: 152px; /*IE 5*/
w\idth: 155px; /*160px minus all left/right paddings and margins*/
}

#purplemenu div.submenutitle {
margin: 0;
padding: 0;
font: bold 0.75em 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#purplemenu div.submenutitle a{
display: block;
padding: 3px 0;
padding-left: 14px;
width: 146px; /*160px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #783E9A;
border-bottom: 1px solid white;
}

* html #purplemenu div.submenutitle a{ /*IE only */
width: 152px; /*IE 5*/
w\idth: 146px; /*160px minus all left/right paddings and margins*/
}

#purplemenu div.submenutitle a:hover {
background-color: #CC33FF;
border-left-color: white;
}

#purplemenu div.submenuvisited {
margin: 0;
padding: 0;
font: bold 0.75em 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#purplemenu div.submenuvisited a{
display: block;
padding: 3px 0;
padding-left: 14px;
width: 146px; /*160px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #CC33FF;
border-bottom: 1px solid white;
}

* html #purplemenu div.submenuvisited a{ /*IE only */
width: 152px; /*IE 5*/
w\idth: 146px; /*160px minus all left/right paddings and margins*/
}


