﻿#OutsideHorizontalMenu {
	float:none;
}

#OutsideHorizontalMenu ul {
    margin:0px;
    margin-left:-40px;
}

.HorizontalMenu 
{

    color:#ffffff;
    text-align:left;
    height:29px;
    background-color:#333333;
/*    background-image:url(/images/MenuBackground.png); */
    overflow:hidden;
  
	font-family: Segoe UI, arial, "Trebuchet MS";
	font-size:13px;
}

.HorizontalMenulist ul {
   
	width:170px;
}

.HorizontalMenulist li {
	border-right:1px solid transparent;
	border-left:1px solid transparent;
    float:left;
	list-style:none;
	 height:29px;
/*text-transform:uppercase; */
}

.HorizontalMenulist li:hover 
{
   /* 	border-right:1px solid #d0cec9;
    	border-left:1px solid #d0cec9;
       background-image:url(/images/MenuBackgroundOver.png);*/
}

.TopLinks {
 padding-top:6px;
  vertical-align:middle;
}

.TopLinks a:link, .TopLinks a:visited, .TopLinks a:active {
	color: #ffffff;
	text-decoration:  underline;
	padding:0px 14px;
	  font-weight: bold;
}

.TopLinks a:hover {
    color:#ffffff;
	text-decoration:  underline;
	  font-weight: bold;
}


.DropDownMenu 
{
	font-size:12px;
    padding:6px;  
    width:150px;
    float:none;
	color:#000000;
	z-index: 100; 
	visibility: hidden;
	clear:both;
    background-color:#f7941d;
	background-repeat:repeat-x;
	border:1px solid #d0cec9;
	border-top:0px;
	position:absolute;
	margin-top:24px;
	margin-left:10px;
	line-height:16px;

}

.DropDownMenu a:link, .DropDownMenu a:active, .DropDownMenu a:visited 
{
 
	display:inline-block;
	width:100%;
	color:#ffffff;

	margin-right:0px;
	margin-left:0px;
	padding:0px;
	text-decoration:none;
	border:0px;
	font-weight:bold;
	text-transform:none;
}

.DropDownMenu a:hover {
	color:#000000;
}

.DropDownMenu li {
    background-image:none;
    border:0px;
    padding:1px 6px;
    float:none;
    list-style:none;
    text-transform:uppercase;
    height:22px;
}

.DropDownMenu li:hover 
{
 background-image:none;
border:0px;
	text-decoration:none;
}


