﻿/* RadMenu SWGBlue skin */

.RadMenu_SWGBlue
{
	background-color: #283891
}
.RadMenu_SWGBlue .rmExpanded
{
	z-index: 10000;
}
.RadMenu_SWGBlue .rmRootGroup .rmLink
{
	background: #283891;
	border-bottom: solid 5px #283891; /*line-height: 25px;*/
	height: 23px;
	text-decoration: none; 
	padding-top: 2px; /*color: #fff;*/
	position: relative; /*float:left;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}
.RadMenu_SWGBlue .rmRootGroup .rmLink:hover,
.RadMenu_SWGBlue .rmRootGroup .rmExpanded
{
	border-bottom: solid 5px #ED2400;
	/*font-weight: bold;*/
}
.RadMenu_SWGBlue .rmRootGroup .rmFocused
{
	border-bottom: solid 5px #ED2400;
	font-weight: bold;
}
/*
.RadMenu_SWGBlue .rmRootGroup .rmClicked
{
	border-bottom: solid 5px #ED2400;
	font-weight: bold;
	cursor: default;
}*/

.RadMenu_SWGBlue .rmRootGroup .rmDisabled
{
	border-bottom: solid 5px #ED2400;
	font-weight: bold;
	cursor: default;
}
.RadMenu_SWGBlue .rmHorizontal .rmItem { border-right: 2px solid #ffffff; }
.RadMenu_SWGBlue .rmHorizontal .rmLast { border-right: 0; }
.RadMenu_SWGBlue .rmVertical .rmItem { border-bottom: 2px solid #ffffff; border-right-style: none; }
.RadMenu_SWGBlue .rmVertical .rmLast { border-bottom: 0; }

.RadMenu_SWGBlue .rmVertical .rmLink
{
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	width: 230px;
	border-right-style: none;	
	white-space: normal;
	height: 100%;
	
}
/*Start fix from http://www.telerik.com/community/forums/aspnet-ajax/menu/centering-menu-items-no-longer-working.aspx
07/09/2009
*********************************************************************************************************************/
div.RadMenu_SWGBlue .rmItem
{
    padding: 0;
}

div.RadMenu_SWGBlue .rmLink,
div.RadMenu_SWGBlue .rmText
{
    float: none;
    text-align: center;
}
/*I added the following to handle the child menu*/
div.RadMenu_SWGBlue .rmVertical .rmLink,
div.RadMenu_SWGBlue .rmVertical .rmText
{
    float: none;
    text-align: left!important;
	padding-left: 5px!important;
	padding-right: 5px!important;

}
/*End fix
*********************************************************************************************************************/
