.MainMenuSection
{
	padding-right: 15px;
	font-family: Arial;
	width: 765px;
}

.MainMenuContainer
{
	float: right;
	display: inline;
	width: 625px;
}

.TopMenuSpacer
{
	float: right; 
	width: 27px;
}

/* Top meny */

.TopLinkDiv
{
	float: right;
	font-family: Arial;
	text-decoration: none;
	color: #666666;
	padding: 14px 7px 13px 4px;	
	font-size: 12px;
	font-weight: normal;
}

.TopLink
{
	font-family: Arial;
	text-decoration: none;
	color: #666666;
	font-size: 12px;
}

.TopLink:hover
{
	text-decoration: underline;
}


.TopDropDownMenu .MainMenuItem
{
	float: right;
	font-family: Arial;
	text-decoration: none;
	/*color: #666666;*/
	padding: 14px 7px 13px 4px;	
	font-size: 12px;
	font-weight: normal;
	cursor: default;
	
	clear: none;			
	color: #242424;			
}

.TopDropDownMenu .MainMenuItem a 
{
	text-decoration: none;
	cursor: pointer;
	/*color: #666666;	*/
}

.TopDropDownMenu .MainMenuItem a:hover
{
	text-decoration: none;
	/*color: #ff3300;*/
	font-weight: normal;
	cursor: pointer;
}

.TopDropDownMenu .MainMenuItem img
{
	padding-bottom: 2px;
	padding-left: 3px;
}




/*
.TopDropDownMenu .MainMenuItem a:hover,
.TopDropDownMenu .MainMenuItem a:hover .Text
{
	color:Blue;
	text-decoration: none;
}
*/

.TopDropDownMenu .SubMenu
{
	position: absolute;
	visibility: hidden;	
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	border: 1px solid #dcdcdc;
	padding: 4px 0px 8px 0px;
	z-index:100;
}


.TopDropDownMenu .SubMenu .Item a
{
	text-decoration: none;
}

.TopDropDownMenu .SubMenu .Item a:hover,
.TopDropDownMenu .SubMenu .Item a:hover .Text
{
	color:White;
	background-color: #ff3300;
	text-decoration: none;
}

.TopDropDownMenu .SubMenu .Item .Text
{
	font-family: Arial;
	color: #666666;
	font-size: 12px;
	line-height: 15px;
	padding: 2px 3px 3px 7px;
	width: 110px;
	display: block;
	cursor: pointer;
}


/* Huvudmeny */

.MainMenu .MainMenuItem
{
	clear: none;
	font-family: Arial;
	/*font-size: 14px;*/
	font-size:12px;
	/*font-weight: normal;*/
	font-weight:bold;
	color: #242424;	
	padding: 12px 7px 11px 4px;
	margin-right: 2px;
	float: right;
	display: inline;
	cursor: default;	
	background-image:url(/Templates/Images/Menu/menu_sep.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.MainMenu .MainMenuItem a 
{
	text-decoration: none;
	/*color: #242424;*/
	color: #666666;
	cursor: pointer;	 
}


.MainMenu .MainMenuItem img
{
	padding-bottom: 2px;
	padding-left: 3px;
}


.MainMenu .MainMenuItem a:hover
{
	text-decoration: none;
	color: #ff3300;
	font-size:12px;
	/*font-weight: normal;*/
	cursor: pointer;
}


.MainMenu .SubMenu
{
	position: absolute;
	visibility: hidden;	
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	border: 1px solid #dcdcdc;
	padding: 4px 0px 8px 0px;
	z-index:100;	
}

.MainMenu .SubMenuLevel4,
.MainMenu .SubMenuLevel5
{
	margin-left: 2px;
	font-size: 12px;
	font-weight:bold;	
}

.SubMenu .ParentItem .Text
{
	background-image: url('/Templates/Images/Menu/ArrowRight.gif');
	background-repeat: no-repeat;
	background-position: 165px center;
}

.MainMenu .SubMenu .Item a
{
	text-decoration: none;
	/*font-weight: normal;*/
	font-weight:bold;	
}

.MainMenu .SubMenu .Item a:hover,
.MainMenu .SubMenu .Item a:hover .Text
{
	color:#ff3300;
	/*color:White;
	background-color: #ff3300;*/
	text-decoration: none;
	/*font-weight: normal;*/
	font-weight:bold;
}

.MainMenu .SubMenu .Item .Text
{
	font-family: Arial;
	color: #666666;
	font-size: 12px;
	line-height: 15px;
	padding: 2px 3px 3px 7px;
	width: 165px;
	display: block;
	cursor: pointer;
	/*font-weight: normal;*/
	font-weight:bold;	
}