﻿.navigation {
    width: 154px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    margin: 6px 2px 10px 6px;
}
/*
	General rules
	*/
#dhtmlgoodies_slidedown_menu li {
    list-style-type: none;
    position: relative;
    margin: 0px;
    padding: 0px;
}
#dhtmlgoodies_slidedown_menu ul {
    margin: 0px;
    padding: 0px;
    position: relative;
}
#dhtmlgoodies_slidedown_menu div {
    margin: 0px;
    padding: 0px;
}
/* 	Layout CSS */
#dhtmlgoodies_slidedown_menu {
    visibility: hidden;
}
/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu span {
    border-width: 1px;
    border-style: solid;
    display: block;
    clear: both;
}
#dhtmlgoodies_slidedown_menu a {
    font-size: 90%;
    margin: 0px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-Serif;    
    display: block;
    padding: 0.4em 0em 0.4em 0.5em;
}

#dhtmlgoodies_slidedown_menu span.slMenuItem_collapse {
    font-size: 90%;
    border: none;
    display:block;
    float: right;
    width:20px; 
    padding:0.4em 0em 0.4em 0em;
    background-image:url(/_layouts/images/collapseminus.gif) ; 
    background-repeat:no-repeat;
    background-position:center center;
    background-color:transparent !important;
}
#dhtmlgoodies_slidedown_menu span.slMenuItem_expand {
    font-size: 90%;
    border: none;
    display:block;
    float: right;
    width:20px; 
    padding:0.4em 0em 0.4em 0em;
    background-image:url(/_layouts/images/collapseplus.gif) ; 
    background-repeat:no-repeat;
    background-position:center center;   
    background-color:transparent !important; 
}
/*
	A tags 
	*/
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1 {
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2 {
    border-top-width: 0px;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth3 {
    border-top-width: 0px;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 {
    border-top-width: 0px;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1 a {
    font-weight: bold;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2 a {
    padding-left: 1em;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth3 a {
    padding-left: 1.5em;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 a {
    padding-left: 2em;
}
/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul {
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul {
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul {
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul {
}

#dhtmlgoodies_slidedown_menu a.slMenuItem_ie7hack {
    margin-right: 20px;
    margin-top: -15px;
}
