/*

	Default stylesheet for LIGHT MenuLink template

*/

/* item in NORMAL state */

.TopMenuItem
{
	background-color: Transparent;
	padding: 1;
}

.TopMenuItem #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* item in ACTIVE state */

.TopMenuItemActive
{
	background-color: #639ACE;
	border-width: 1;
	border-style: solid;
	border-color: #3169C6;
	cursor: default;
}

.TopMenuItemActive #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}


.TopMenuItemSelected
{
	background-color: Transparent;
	padding: 1;
}

.TopMenuItemSelected #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

.TopMenuItemExpanded 
{
	background-color: #DEDBD6;
	border-width: 1;
	border-style: solid;
	border-color: #A5A6A5;
}

.TopMenuItemExpanded #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* item in SELECTED state */


/* DISABLED item */



.MenuTopLevel 
{
}

/* separator */

.dnnItemSeparator
{
	background-color: yellow;
}

/* surrounding html */

.dnnLevel 
{
}

/* items container */

.dnnContainer 
{
}

.dnnPopupContainer {}








.MenuItem 
{
	background-color: #003063;
	
	border-width: 1;
	border-style: solid;
	
	border-left-color: #31659C;
	border-right-color: #000031;
	border-top-color: #31659C;
	border-bottom-color: #000031;
}

.MenuItem #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.MenuItemDisabled 
{
	background-color: silver;
	
	border-width: 1;
	border-style: solid;
	
	border-left-color: silver;
	border-right-color: silver;
	border-top-color: silver;
	border-bottom-color: silver;
}

.MenuItemDisabled #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: gray;
}


.MenuItemActive
{
	background-color: #639ACE;
	cursor: default;

	border-width: 1;
	border-style: solid;
	border-left-color: white;
	border-right-color: #003063;
	border-top-color: white;
	border-bottom-color: #003063;
	
}

.MenuItemActive #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.MenuItemSelected
{
	background-color: #CE0000;
	cursor: default;

	border-width: 1;
	border-style: solid;
	border-left-color: #FF6563;
	border-right-color: #630000;
	border-top-color: #FF6563;
	border-bottom-color: #630000;
	
}

.MenuItemSelected #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
