/* ####################################
   Sub Menu
   ################################## */

#SubMenu {
	width: 100%;
	background:#DCDDDE none repeat scroll 0 0;
	float:right;
	width:259px;
	margin: 1em 0 0;
	font-size: 10pt;
	font-family: arial,helvetica,sans-serif;
}


/* ##########  
   List Layout
   ########## */

#SubMenu ul {
    /* The sub menu list */
	margin: 0;
	padding: 0;
	
	list-style: none;
}

#SubMenu ul li {
	/* All list items */
	margin: 0;
	padding: 4px 0;
	
}

#SubMenu ul li.section {	
	/* The list item containing the site section link (usually first in the menu) */
	/*font-size: 116.7%;*/
	font-weight: bold;
	padding-left:10px;
}

    #SubMenu ul li.section a {	
        /* The site section link */
        color: #303030;
    }
    
#SubMenu ul li.currentsection {
	/*font-size: 116.7%;*/
	font-weight: bold;
	padding-left:10px;
	background:#cccccc;
}

	#SubMenu ul li.currentsection a {
		color:#000000;
	}

#SubMenu ul ul {
	background:#cccccc;
	/*padding-bottom: 4px;*/
}

	#SubMenu ul ul li a {
		color:#6c207e !important;
	}

    
#SubMenu ul ul li {
	/* Second level list items */
	margin: 0 0 0 5px;
	border: 0;
	font-weight:normal;
	
	color:#6c207e;	
	/*font-size: 100%;*/
	padding: 0 0 1px;
}

*:first-child+html #SubMenu ul ul li, * html #SubMenu ul ul li {
	/*font-size: 85%;*/
	font-weight: normal;
} 

/* ##########  
   Anchors (Links)
   ########## */

#SubMenu ul li a {
    /* All anchor tags */
	display: block; /* Note: display:block makes the links larger and easier to access for mobility challenged users. */
    /*width: 100%;*/ /* Careful with this if padding/margins/borders are added. Otherwise required for IE6 to fill the block with the link. */
}

#SubMenu ul li a:link {
    /* All anchor tags - Link */
	text-decoration: none;
}

#SubMenu ul li a:visited {
    /* All anchor tags - Visited */
	text-decoration: none;
}

#SubMenu ul li a:hover {
    /* All anchor tags - Hover */
	text-decoration: underline;
}

#SubMenu ul li a:active {
    /* All anchor tags - Active */
}

#SubMenu ul li.currentpage a {
    /* Anchor tag for the currently selected page */
	font-weight: bold;
	text-decoration: underline;
}

#SubMenu ul ul li a {
	background: url('/App_Themes/Default/images/pointers_white.gif') no-repeat 0px 5px;
	padding-left: 15px;
}