/* RadMenu Plain skin */

/*container div for menu*/
.RadMenu_CssGrey 
{

	padding-right: 12px;

}
a#dnn_dnnMENU_RadMenu1_m0 {
  background: url(/Portals/0/images/tab_home_book_hover.jpg) no-repeat;
  width: 115px;
  height: 23px;
  color: #000;
}
a#dnn_dnnMENU_RadMenu1_m0:hover {
  background: url(/Portals/0/images/tab_home_book.jpg) no-repeat;
  color: #FFF;

}

a#dnn_dnnMENU_RadMenu1_m1 {
 background: url(/Portals/0/images/tab_home_about.jpg) no-repeat;
   width: 102px;
  height: 23px;
}
a#dnn_dnnMENU_RadMenu1_m1:hover {
 background: url(/Portals/0/images/tab_home_about_hover.jpg) no-repeat;
   color: #000;

}

a#dnn_dnnMENU_RadMenu1_m2{
 background: url(/Portals/0/images/tab_home_objectives.jpg) no-repeat;
    width: 167px;
  height: 23px;
}
a#dnn_dnnMENU_RadMenu1_m2:hover{
 background: url(/Portals/0/images/tab_home_objectives_hover.jpg) no-repeat;
   color: #000;

}

/*styles for when the Additional Resources tab is inactive. Move Notes up one position*/
a#dnn_dnnMENU_RadMenu1_m3 {
 background: url(/Portals/0/images/tab_home_notes.jpg) no-repeat;
    width: 75px;
  height: 23px;
}
a#dnn_dnnMENU_RadMenu1_m3:hover {
 background: url(/Portals/0/images/tab_home_notes_hover.jpg) no-repeat;
   color: #000;
}

/*when Additional Resources is active use the styles below:
a#dnn_dnnMENU_RadMenu1_m3 {
 background: url(/Portals/0/images/tab_home_resources.jpg) no-repeat;
    width: 142px;
  height: 23px;
}
a#dnn_dnnMENU_RadMenu1_m3:hover {
 background: url(/Portals/0/images/tab_home_resources_hover.jpg) no-repeat;
   color: #000;
}
a#dnn_dnnMENU_RadMenu1_m4 {
 background: url(/Portals/0/images/tab_home_notes.jpg) no-repeat;
    width: 75px;
  height: 23px;
}
a#dnn_dnnMENU_RadMenu1_m4:hover {
 background: url(/Portals/0/images/tab_home_notes_hover.jpg) no-repeat;
   color: #000;
}
*/
.RadMenu_CssGrey_Context
{
	background: none;
	border:0;
}
/*root menu link style in <a> tag*/
.RadMenu_CssGrey .link
{

	text-decoration:none;
	color: #FFF;
	font-weight: bold;
	 margin-right: 4px;
	    padding-top: 9px;
		padding-bottom: 1px;
	text-align: center;
	
}

.RadMenu_CssGrey .link:hover {
  color: #000;
   cursor: pointer;
}
.RadMenu_CssGrey a:visited.link {
  color: #FFF;
  text-decoration: none;
}

/*root menu text style*/
.RadMenu_CssGrey .text
{
	font-size: 1em;
	font-weight: bold;
}

.RadMenu_CssGrey_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}

/*submenu container style*/
.RadMenu_CssGrey .group
{
	width: 250px;
}
/*submenu link style in <a> tag*/

.RadMenu_CssGrey .group .link,
.RadMenu_CssGrey .group .link:visited
{
	background: #8BB434;
	border-top: solid 1px #fff;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	text-align: left;
    padding: 5px;
}

.RadMenu_CssGrey .group .last .link,
.RadMenu_CssGrey .group .last .link:visited {
	border-bottom: solid 1px #fff;
}
.RadMenu_CssGrey .group .link:hover,
.RadMenu_CssGrey .group .focused,
.RadMenu_CssGrey .group .expanded
{
	background: #9CC448;
	border-bottom-color: #d7d7d7;
	color: #475E1A;
}

.RadMenu_CssGrey .leftArrow,
.RadMenu_CssGrey .rightArrow,
.RadMenu_CssGrey .topArrow,
.RadMenu_CssGrey .bottomArrow,
.RadMenu_CssGrey .leftArrowDisabled,
.RadMenu_CssGrey .rightArrowDisabled,
.RadMenu_CssGrey .topArrowDisabled,
.RadMenu_CssGrey .bottomArrowDisabled
{
}

.RadMenu_CssGrey .topArrow,
.RadMenu_CssGrey .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_CssGrey .bottomArrow,
.RadMenu_CssGrey .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_CssGrey .rightArrow,
.RadMenu_CssGrey .leftArrow
{
	height:100%;
}

.RadMenu_CssGrey .rightArrow,
.RadMenu_CssGrey .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_CssGrey .vertical .separator .text
{

}
/*arrows to show all the time - not just on hover*/
.RadMenu_CssGrey .level1 .expandLeft,
.RadMenu_CssGrey level1 .expandRight
{
		background: url(img/right.gif) right 58% no-repeat;
}

.RadMenu_CssGrey .expandLeft,
.RadMenu_CssGrey .expandRight
{

}

.RadMenu_CssGrey_rtl .expandLeft,
.RadMenu_CssGrey_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}
/* style that shows arrow upon hover*/
.RadMenu_CssGrey .link:hover .expandLeft,
.RadMenu_CssGrey .link:hover .expandRight,
.RadMenu_CssGrey .focused .expandLeft,
.RadMenu_CssGrey .focused .expandRight,
.RadMenu_CssGrey .expanded .expandLeft,
.RadMenu_CssGrey .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_CssGrey_rtl .link:hover .expandLeft,
.RadMenu_CssGrey_rtl .link:hover .expandRight,
.RadMenu_CssGrey_rtl .focused .expandLeft,
.RadMenu_CssGrey_rtl .focused .expandRight,
.RadMenu_CssGrey_rtl .expanded .expandLeft,
.RadMenu_CssGrey_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}