/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.SmallButton
{
 position: relative;
 background-image: url(Images/Button1over.gif);
 background-repeat: no-repeat;
 white-space: nowrap;
 display: block;
 width: 80px;
 height: 25px;
 margin: 0; 
 padding: 0; 
}

.SmallButton a
{
 display: block;
 color: #000000;
 font-size: 11px;
 font-weight: bold;
 width: 80px;
 height: 25px;
 display: block;
 float: left;
 color: black;
 text-decoration: none;
}

.SmallButton img 
{
 width: 80px;
 height: 25px;
 border: 0; 
}

* html a:hover 
{
 visibility:visible
}

.SmallButton a:hover img
{
 visibility:hidden
}

.SmallButton span
{
 padding-right: 0px;
 padding-left: 0px;
 left: 0px;
 padding-bottom: 0px;
 margin: 0px;
 cursor: pointer;
 padding-top: 0px;
 position: absolute;
 top: 5px;
 width: 80px;
 text-align: center;
 vertical-align: middle;
 color: #FFFFFF;
}

.SmallButton2
{
 position: relative;
 background-image: url(Images/Button2over.gif);
 background-repeat: no-repeat;
 white-space: nowrap;
 display: block;
 width: 200px;
 height: 25px;
 margin: 0; 
 padding: 0; 
}

.SmallButton2 a
{
 display: block;
 color: #000000;
 font-size: 11px;
 font-weight: bold;
 width: 200px;
 height: 25px;
 display: block;
 float: left;
 color: black;
 text-decoration: none;
}

.SmallButton2 img 
{
 width: 200px;
 height: 25px;
 border: 0; 
}

.hidden 
{ 
position:absolute; 
left:-100px; 
width:0px; 
height:0px; 
overflow:hidden; 
} 
* html a:hover 
{
 visibility:visible
}

.SmallButton2 a:hover img
{
 visibility:hidden
}

.SmallButton2 span
{
 padding-right: 0px;
 padding-left: 0px;
 left: 0px;
 padding-bottom: 0px;
 margin: 0px;
 cursor: pointer;
 padding-top: 0px;
 position: absolute;
 top: 5px;
 width: 200px;
 text-align: center;
 vertical-align: middle;
 color: #FFFFFF;
}

.SectionHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; color: #FFFFFF;
	background-color: navy; 
	font-size: 14px;
	font-style: normal;
}

.FormSection
{
border: 0px;
border-right: gray thin solid;
border-top: gray thin solid;
border-left: gray thin solid;
border-bottom: gray thin solid;
background-color: #F0F0F0;

}

.MainButtonLink:link  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration:    none;

}

.MainButtonLink:visited   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration:    none;
}

.MainButtonLink:active    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration:    none;
}

.MainButtonLink:hover {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration:    underline;
}

.Sacred
{
	font-family: Verdana, Helvetica, sans-serif;
}

.MainButton
{
 position: relative;
 background-image: url(Images/Button1over.gif);
 background-repeat: no-repeat;
 white-space: nowrap;
 display: block;
 width: 80px;
 height: 25px;
 margin: 0; 
 padding: 0; 
}

.LabelLeft 
{
	color: Navy;
	text-align:left;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    
}
.TableShadeBold
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	 background-color: #eeeeee;
}

.HeadBg {
    background-color: #007353;
    background-image: url(images/repeat.jpg);
    background-repeat: no-repeat;
    
    }

table.login {
	background: url(images/key.jpg) no-repeat top;
	background-position: right;
}
.METop
{
	background-color: white;
	font-weight: bold;
	font-size: 11px;
	color: #000040;
	font-family: Verdana, Arial; text-decoration: none;
	text-align:right;
	line-height: 18pt
}
.Label 
{
	color: Navy;
	text-align:right;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    
}

.LabelLeft 
{
	color: Navy;
	text-align:left;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    
}
.labelleft 
{
	color: Navy;
	text-align:left;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    
}
/* background color for the content part of the pages */
Body
{
    	background-color: #F5F5F5;
    font-family: Arial;
    font-size: 10pt
}

/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: Black;
    
    }

/*style for Portlet Title Rows*/
.PortletTitle{
	background-color: black;
	
}	
	 


.SiteFooterBG { background-image: url(images/cdlogo.gif); }

.SiteFooter
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}


    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    /*background-image: /images/bars.gif;*/
    background-color: Black;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color: #006699;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#006699;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#006699;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#006699;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.calhead:link {
    text-decoration:    underline;
    color: white;
}

A.calhead:visited  {
    text-decoration:    underline;
    color: white;
}

A.calhead:active   {
    text-decoration:    underline;
    color: white;
}

A.calhead:hover    {
    text-decoration:    underline;
    color: gray;
}

/* style for separator between site links */
.Accent
{
    color: #007353;
    font-weight:    bold;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.YellowLink:link {
    text-decoration:    underline;
    color: #FFFF00;
}

A.YellowLink:visited  {
    text-decoration:    underline;
    color: #FFFF00;
}

A.YellowLink:active   {
    text-decoration:    underline;
    color: #FFFF00;
}

A.YellowLink:hover    {
    text-decoration:    underline;
    color: gray;
}

/* PORTLET SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #007353;
}

/* style of item titles for events calendar */
.ItemTitleMonth    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    color: black;
}



/* GENERAL */
/* style for portlet titles */
.PortletHead   {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #FFCC00;
    }
.HeadDark   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #00008B;
   }

.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #00008B;
    }

img {
	border: 0
}

.HeadSmaller   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: NAVY;
    height: 16px;
    letter-spacing: 1pt;    
    vertical-align : sub ;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #007353;
}

.TableShadeBold
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	 background-color: #eeeeee;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by portlets */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}
/* text style used for most text rendered by portlets */
.normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    font-style: italic; 
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.normalbold
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.NormalBoldSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold
}

.NormalSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 12px;  
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.commandbutton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.PortletCommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #007353;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #007353;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #007353;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: gray;
}
.commandbutton:link {
    text-decoration:    underline;
    color: #007353;
}

.commandbutton:visited  {
    text-decoration:    underline;
    color: #007353;
}

.commandbutton:active   {
    text-decoration:    underline;
    color: #007353;
}

.commandbutton:hover    {
    text-decoration:    underline;
    color: gray;
}


/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.YellowLink:link {
    text-decoration:    underline;
    color: #FFFF00;
}

A.YellowLink:visited  {
    text-decoration:    underline;
    color: #FFFF00;
}

A.YellowLink:active   {
    text-decoration:    underline;
    color: #FFFF00;
}

A.YellowLink:hover    {
    text-decoration:    underline;
    color: gray;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.PortletCommandButton:link {
    text-decoration:    underline;
    color: #007353;
}

A.PortletCommandButton:visited  {
    text-decoration:    underline;
    color: #007353;
}

A.PortletCommandButton:active   {
    text-decoration:    underline;
    color: #007353;
}

A.PortletCommandButton:hover    {
    text-decoration:    underline;
    color: gray;
}
    



/* Other */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #8B0000;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #8B0000;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8B0000;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8B0000;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #8B0000;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #8B0000;
}

A:link  {
    text-decoration:    none;
    color: blue;
}

A:visited   {
    text-decoration:    none;
    color:  blue;
}

A:active    {
    text-decoration:    none;
    color: blue;
}

A:hover {
    text-decoration:    underline;
    color:  #FFCC00;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #696969;
    height:1pt;
    text-align:left
}


/* Top Menu Styles*/
/*Menu Background*/
.TopIslandClass {
	Cursor: default;
	Border-Width: 1px;
	Font: bold;
	Font-Size: 12px;
	Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	Border-Style: Outset;
	Color: Black; 
	Background-Color: #CCCCCC;
	
}
/*Hover Class*/
.TopHoverClass{

 	Cursor: default;
 	Border-Width: 1px;
 	Border-Color: Black; 
 	Border-Style: Solid; 
 	Color: black; 
 	/*Background-Color: LightSteelBlue; */
 	Background-Color: #FFCC00; 
 	Font: bold;
	Font-Size: 12px;
	Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*Item Class*/
.TopClass{
	Border-Width: 1px;
	Border-Color: #CCCCCC;
	Border-Style: Solid;
	Color: Black;
	Background-Image: None;
	Background-Color: #CCCCCC;
	Font: bold;
	Font-Size: 12px;
	Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*Selected Item*/
.TopSelected{
	Border-Width: 1px;
	Border-Color: Black;
	Border-Style: Solid;
	Color: White;
	Background-Color: #007353;
	Font: bold;
	Font-Size: 12px;
	Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*Sub Menu Styles*/
/*Menu Background*/
.SubIslandClass {
	Cursor: default;
	Border-Width: 1px;
	Font: bold;
	Font-Size: 12px;
	Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	Border-Style: Outset;
	Color: Black; 
	Background-Color: #F5F5F5;
	
}
/*Hover Class*/
.SubHoverClass{

 	Cursor: default;
 	Border-Width: 1px;
 	Border-Color: Black; 
 	Border-Style: Solid; 
 	Color: black; 
 	/*Background-Color: LightSteelBlue; */
 	Background-Color: #FFCC00; 
 	Font: bold;
	Font-Size: 12px;
	Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*Item Class*/
.SubClass{
	Border-Width: 1px;
	Border-Color: #F5F5F5;
	Border-Style: Solid;
	Color: Black;
	Background-Image: None;
	Background-Color: #F5F5F5;
	Font: bold;
	Font-Size: 12px;
	Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*Selected Item*/
.SubSelected{
	Border-Width: 1px;
	Border-Color: Black;
	Border-Style: Solid;
	Color: White;
	Background-Color: #007353;
	Font: bold;
	Font-Size: 12px;
	Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.SeperatorClass{
	Background-Image: images/sep.gif;
	background-repeat: repeat-x;
}
.DisabledClass{
	Color: #D3D3D3
}
/* end of SUB tab section*/
/*Survey Styles*/

.SurveyQuestion
{

	color: #007353;
	font-weight: bold;
	text-decoration: underline;
}

.SurveyPanel
{
	color: #1E20FF;
	background-color: #1E20FF;
	background-image: url(images/gradient.gif);
}

.SurveyOption
{
	color: black;
}

.SurveyButton
{
	color: #8B0000;
	font-weight: bold;
}

.SurveyTitle
{
	
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #00008B;
    
	
}

/* Added 3/7/04 - asaxton */
.GroupPanelHeader
{
	color: Black;
	background-color: #F5F5F5;
	font-weight: bold;
	font-size: 8pt;
	position: relative;
	top: 7px;
	margin-left: 10px;
	padding-left: 2px;
	padding-right: 2px;
}

.GroupPanel
{
	color: Gray;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: Gray;
	border-left-style: solid;
	border-left-width: thin;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: thin;
	border-top-color: Gray;
	border-top-style: solid;
	border-top-width: thin;
	
}

.GridHeader
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: bold;
    color: Navy;
}

.HeaderStyle, .RowStyle, .AlternateRowStyle 
{
	
	border:  solid 1px #666699;
	cursor: pointer;
}

.RowStyle 
{
	 background-color: White;
}

.AlternateRowStyle 
{
	 background-color: #C0C0C0;
}

.TreeView
{
	background-color: #DDDDDD;
	
}

.VAMFieldWithError
{
	background-color: Pink;
}
.VAMAltRows
{
	background-color: silver;
}

/* RadMenu Default skin */

.RadMenu_Default 
{
	text-align: left;
	background: #444 url(Menu/MenuBackground.gif) repeat-x top left;
	z-index: 1;
}

.RadMenu_Default_rtl
{
	text-align: right;
}

.RadMenu_Default .rmRootGroup
{
	border: 1px solid #010101;
	border-bottom-width: 0;
	border-top-color: #383838;
}

.RadMenu_Default_Context
{
	background: none;
	border: 0;
}

.RadMenu_Default .rmLink,
.RadMenu_Default .rmTemplate
{
	line-height: 24px;
	text-decoration: none;
	color: #fff;
}

.RadMenu_Default .rmLink:focus,
.RadMenu_Default .rmFocused
{
	outline: 0;
}

.RadMenu_Default .rmExpanded
{
	position: relative;
	//z-index: 1;
}

.RadMenu_Default .rmLink:hover,
.RadMenu_Default .rmFocused,
.RadMenu_Default .rmExpanded
{
	background-color: #fff;
	color: #333;
}

.RadMenu_Default .rmLink,
.RadMenu_Default .rmTemplate
{
	font: normal 12px Arial, sans-serif;
}

.RadMenu_Default .rmGroup
{
	background: #fff;
}

.RadMenu_Default .rmGroup .rmLink,
.RadMenu_Default .rmGroup .rmTemplate
{
	text-decoration: none;
	color: #333;
}

.RadMenu_Default_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_Default .rmGroup .rmLink:hover,
.RadMenu_Default .rmGroup .rmFocused,
.RadMenu_Default .rmGroup .rmExpanded
{
	color: #fff;
	background: #444;
}

.RadMenu_Default .rmText
{
	padding: 3px 20px 5px;
}

.RadMenu_Default .rmGroup .rmLink .rmText
{
	font-size: 11px;
	padding: 4px 37px 5px 20px;
}

.RadMenu_Default_rtl .rmGroup .rmLink .rmText
{
	padding: 4px 20px 5px 37px;
}

/* <expand arrows styling> */

.RadMenu_Default .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -1px;
}

.RadMenu_Default .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_Default .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Default .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Default .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_Default .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Default .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Default .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_Default .rmHorizontal .rmItem { border-right: 1px solid #353535; padding-bottom:1px; }
.RadMenu_Default .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_Default .rmVertical .rmItem { border-bottom: 1px solid #353535; }
.RadMenu_Default .rmVertical .rmLast { border-bottom: 0; padding-bottom: 1px; }

.RadMenu_Default_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_Default .rmRootGroup .rmGroup .rmItem,
.RadMenu_Default_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; }

.RadMenu_Default .rmGroup
{
	border: 1px solid #828282;
	background-color: #fff;
}

.RadMenu_Default .rmGroup .rmExpanded
{
	//z-index: 1;
}

.RadMenu_Default .rmTopArrow,
.RadMenu_Default .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_Default .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_Default .rmLeftArrow,
.RadMenu_Default .rmRightArrow
{
	width: 10px;
	height: 100%;
	margin-top: -1px;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_Default .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_Default .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_Default .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_Default .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_Default .rmRootGroup .rmSeparator,
.RadMenu_Default .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_Default .rmSeparator .rmText
{
	display: none;
}

.RadMenu_Default .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_Default .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_Default .rmLeftImage
{
	margin: 2px;
}

.RadMenu_Default .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

.RadMenu_Default .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_Default_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
}

.RadMenu_Default .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu_Default .rmItem .rmDisabled:hover
{
	background: none;
}
