#DropDownMenu
{
	width: 180px;
	margin-bottom:5px;
}

#DropDownMenuTop
{
	background-image: url('/site/images/menu_header.jpg');
	background-repeat: no-repeat;
	padding-top: 25px;
	color: #fff;
}

#DropDownMenuTop p
{
	margin-top: -22px !important;
	margin-top: -25px;
	margin-bottom: 7px;
	padding-left: 20px;
	padding-top: 0px !important;
	padding-top: 3px;
	color: #fff;
	font-weight: bold;
}

#DropDownMenuBottom
{
	background-image: url('/site/images/menu_footer.jpg');
	background-repeat: no-repeat;
	background-color: #fff;
	width: 180px;
	height: 20px;
	margin-top: 0px !important;
	margin-top: 0px;
}

#DropDownMenuContent
{
}

#DropDownMenu ul, #MediaMenu ul
{
	width: 100%;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: solid 0px #000000;
	border-bottom:solid 3px #FFF;
}

#MediaMenu ul{
    padding: 0px 0px 10px 0px;
}

#DropDownMenu ul li,#MediaMenu ul li
{
	position: relative;
	border-bottom: 0px solid #000000;
	margin-bottom:1px;
}

#DropDownMenu ul li{
	border-top: 1px solid #FFF;
	padding:2px 0px;
}

#DropDownMenu ul li.first{
	border-top: 0px solid #000000;
}

#MediaMenu ul li a,#DropDownMenu ul li a
{
    font-size: 12px;
    padding: 5px 4px 5px 4px !important;
    margin-bottom: 0px !important;
    margin-bottom: -10px;
    display: block;
    border-right: 0px solid #fccd92;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    background-color:#ffffb2;
	text-transform: uppercase;
	letter-spacing:1px
}

#DropDownMenu ul li a
{
	border-right: 0px solid #fccd92;
	color: #FFF;
	background-color:#333333;
	padding: 3px 4px 3px 4px !important;
}

#DropDownMenu ul li a.active{
	color: #f9991d;
}

#DropDownMenu ul li a.highlighted
{
    color: #000;
    background-color:#ffff66;
    text-decoration: none;
    background-image: url('/site/images/headmenu_active.gif');
    background-repeat: no-repeat;   
    background-position:right bottom;
}

#MediaMenu ul li a.highlighted
{
    color: #FFF;
    background-color:#000;
    text-decoration: none;
    background-image: url('/site/images/mediamenu_active.gif');
    background-position:right bottom;
    background-repeat: no-repeat;
}

#MediaMenu ul li a:hover
{
    color: #FFF;
    background-color:#000;
    text-decoration: none;
    background-image: url('/site/images/mediamenu_active.gif');
	background-position:right bottom;
    background-repeat: no-repeat;
}

#DropDownMenu ul li a:hover
{
	color: #000;
	background-color:#ffff66;
	text-decoration: none;
    background-image: url('/site/images/headmenu_active.gif');
    background-repeat: no-repeat;	
	background-position:right bottom;
}

#DropDownMenu ul ul, #MediaMenu ul ul
{
	width: 200px;
	list-style: none;
	position: absolute;
	margin: 0px 0px 0px 180px;
	top: -1px;
	display: none;
	padding:0px;
	background-color:#333333;
	/*left: 100.1%;*/
}

#DropDownMenu ul ul li, #MediaMenu ul ul li
{
	position: relative;
}

#DropDownMenu ul ul li a
{
	padding: 5px 5px 5px 5px;
	display: block;
	background-color: #333333 ;
	
	color: #FFFFFF;
	text-decoration: none;
}

#DropDownMenu ul ul li a:hover
{

	text-decoration: none;
}

#DropDownMenu ul ul ul
{
	width:100%;
	list-style: none;
	position: absolute;
	margin: 0px 0px 0px 200px;
	top: -1px;
	display: none;
	/*left: 100.1%;*/
}

#DropDownMenu ul ul ul li
{
	position: relative;

}

#DropDownMenu ul ul ul li a
{
	padding: 5px 5px 5px 5px;
	display: block;
    background-color: #333333 ;
    
    color: #FFFFFF;
	text-decoration: none;
}

#DropDownMenu ul ul ul li a:hover
{
	text-decoration: none;
}