<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


/* 2S MARKETING COLORS */
/* Darkest RED: 61120e */
/* Dark RED: 742521 */
/* Light RED: a34d4c */
/* Light PINK: a34d4c */
/* Light BLUE (top banner): e5eaf0 */
/* Light BLUE (side column): f2f2f2 */
/* YELLOW: f2d768 */


.navblock {
/*border-bottom: 0px solid #e5eaf0;*/
margin: 0;
}

.navblock {
width: 100%;
border-left: 1px solid #f2f2f2;
border-right: 1px solid #f2f2f2;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-weight: bold;
font-size: 11px;
background-color: #f2f2f2;
color: #000000;
}

* html .navblock{ /*IE 6 only */
w\idth: 100%; /*Box model bug: 180px minus all left and right paddings for #navblock */
}

.navblock ul{
list-style: none;
margin: 0;
padding: 0;
border: 0;
}

.navblock li {
border-top: 1px solid #e5eaf0;
margin: 0;
}

.navblock li a{
display: block;
padding: 5px 5px 5px 5px;
border-left: 10px solid #a34d4c;
border-right: 10px solid #a34d4c;
font-style: bold;
background-color: #a34d4c;
color: #ffffff;
text-decoration: none;
width: 100%;
}

html>body .navblock li a{ /*Non IE6 width*/
width: auto;
}

.navblock li a:hover{
border-left: 10px solid #61120e;
border-right: 10px solid #a34d4c;
background-color: #a34d4c;
color: #ffffff;
}


.navblock li li {
border-bottom: 0px solid #e5eaf0;
margin: 0;
}

.navblock li li a{
display: block;
padding: 5px 5px 5px 5px;
border-left: 10px solid #e5eaf0;
border-right: 10px solid #e5eaf0;
font-style: none;
background-color: #e5eaf0;
color: #000000;
text-decoration: none;
width: 100%;
}

html>body .navblock li li a{ /*Non IE6 width*/
width: auto;
}

.navblock li li a:hover{
border-left: 10px solid #a34d4c;
border-right: 10px solid #ffffff;
font-style: none;
background-color: #ffffff;
color: #61120e;
}

.navblock li li li {
border-bottom: 0px solid #e5eaf0;
margin: 0;
}

.navblock li li li a{
display: block;
padding: 0px 5px 0px 5px;
border-left: 10px solid #F3EFD9;
border-right: 10px solid #F3EFD9;
font-style: none;
background-color: #F3EFD9;
color: #000000;
text-decoration: none;
width: 100%;
}

html>body .navblock li li li a{ /*Non IE6 width*/
width: auto;
}

.navblock li li li a:hover{
border-left: 10px solid #F6EFCB;
border-right: 10px solid #F6EFCB;
font-style: none;
background-color: #F3EFD9;
color: #999966;
}

</style>
