﻿.MenuSeparator
{
	float: left;
}

/* Top Menu */
.TopMenuContainer
{
	float: right;
	min-height: 15px;
	text-align: left;
	display: inline;
}

/* Top menu level 1 */

/* Default style */
.TopMenuMenuItem1
{
	float: left;
	position: relative;
	top: 0;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: center;
}

.TopMenuMenuItem1 a { text-decoration: none; }
.TopMenuMenuItem1 a:link { color: Black; }
.TopMenuMenuItem1 a:hover { color: #FF6600; text-decoration: underline; }
.TopMenuMenuItem1 a:visited { color: Black; }
.TopMenuMenuItem1 a:hover:visited { color: #FF6600; }

/* Selected style */
.TopMenuSelectedMenuItem1
{
	float: left;
	position: relative;
	top: 0;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('../../Resources/Images/nav_sep.gif');
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
}

.TopMenuSelectedMenuItem1 a { text-decoration: none; }
.TopMenuSelectedMenuItem1 a:link { color: #FF6600; }
.TopMenuSelectedMenuItem1 a:visited { color: #FF6600; }


/* Main Menu */
.MainMenuContainer
{
	float: left;
	min-height: 15px;
	text-align: left;
	display: inline;
}

.NavigationBar 
{
	background: transparent url('../../Resources/Images/nav_bg.gif') repeat-x scroll 0 0;
	float: left;
	height: 37px;
	width: 100%;
}

.LeftBarImg 
{
	float: left;
	height: 36px;
	overflow: hidden;
	width: 5px;
}

.RightBarImg 
{
	float: right;
	height: 36px;
	position: relative;
	text-align: right;
	top: 0;
}

/* Main menu level 1 */

/* Default style */
.MainMenuMenuItem1
{
	float: left;
	position: relative;
	top: 9px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	background-image: url('../../Resources/Images/nav_sep.gif');
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
}

.MainMenuMenuItem1 a { text-decoration: none; }
.MainMenuMenuItem1 a:link { color: White; }
.MainMenuMenuItem1 a:hover { color: #FF6600; }
.MainMenuMenuItem1 a:visited { color: White; }
.MainMenuMenuItem1 a:hover:visited { color: #FF6600; }

/* Selected style */
.MainMenuSelectedMenuItem1
{
	float: left;
	position: relative;
	top: 9px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('../../Resources/Images/nav_sep.gif');
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
}

.MainMenuSelectedMenuItem1 a { text-decoration: none; }
.MainMenuSelectedMenuItem1 a:link { color: #FF6600; }
.MainMenuSelectedMenuItem1 a:visited { color: #FF6600; }


/* Sub Menu */
.SubMenuContainer
{
	float: left;
	width: 180px;
	padding: 2px 5px 2px 5px;
}

/* Depth appended to each menu item element
	to satisfy the menu composite control
	menu element features. */
	
/* Sub menu level 1 */

/* Default style */
.SubMenuItem1   
{
	background-image: url('../../Resources/Images/line.gif'); 
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 5px;
}
.SubMenuItem1 a { text-decoration: none; font-weight: bold; }
.SubMenuItem1 a:link { color: #7D9EFF; }
.SubMenuItem1 a:hover { color: #FF6600; }
.SubMenuItem1 a:visited { color: #7D9EFF; }
.SubMenuItem1 a:hover:visited { color: #FF6600; }

/* Selected style */
.SubMenuSelectedMenuItem1
{
	background-image: url('../../Resources/Images/line.gif'); 
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 5px;
}
.SubMenuSelectedMenuItem1 a { text-decoration: none; font-weight: bold; }
.SubMenuSelectedMenuItem1 a:link { color: #FF6600; }
.SubMenuSelectedMenuItem1 a:visited { color: #FF6600; }

/* Sub menu level 2 */

/* Default style */
.SubMenuItem2
{
	background-image: url('../../Resources/Images/line.gif'); 
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 15px;
}
.SubMenuItem2 a { text-decoration: none; font-weight: bold; }
.SubMenuItem2 a:link { color: #7D9EFF; }
.SubMenuItem2 a:hover { color: #FF6600; }
.SubMenuItem2 a:visited { color: #7D9EFF; }
.SubMenuItem2 a:hover:visited { color: #FF6600; }

/* Selected style */
.SubMenuSelectedMenuItem2
{
	background-image: url('../../Resources/Images/line.gif'); 
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 15px;
}
.SubMenuSelectedMenuItem2 a { text-decoration: none; font-weight: bold; }
.SubMenuSelectedMenuItem2 a:link { color: #FF6600; }
.SubMenuSelectedMenuItem2 a:visited { color: #FF6600; }


/* Footer Menu */
.FooterMenuContainer
{
	float: left;
	min-height: 15px;
	text-align: left;
	display: inline;
}

/* Top menu level 1 */

/* Default style */
.FooterMenuMenuItem1
{
	float: left;
	position: relative;
	top: 0;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: center;
}

.FooterMenuMenuItem1 a { text-decoration: none; }
.FooterMenuMenuItem1 a:link { color: Black; }
.FooterMenuMenuItem1 a:hover { color: #FF6600; text-decoration: underline; }
.FooterMenuMenuItem1 a:visited { color: Black; }
.FooterMenuMenuItem1 a:hover:visited { color: #FF6600; }

/* Selected style */
.FooterMenuSelectedMenuItem1
{
	float: left;
	position: relative;
	top: 0;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('../../Resources/Images/nav_sep.gif');
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
}

.FooterMenuSelectedMenuItem1 a { text-decoration: none; }
.FooterMenuSelectedMenuItem1 a:link { color: #FF6600; }
.FooterMenuSelectedMenuItem1 a:visited { color: #FF6600; }