#menu
  {
    width: 200px;
    font-family: "trebuchet MS";
    font-size: 12px;
	float:left;
	margin-left: auto;
	margin-right: auto;
	min-height:inherit;
	padding-left:150px;
	padding-right:30px;
	padding-bottom: 500px;
	
  }
  
  .menuFrame
  {
    width: 200px;
	font-family: "trebuchet MS";
    font-size: 12px;
	float:left;
	margin-left: auto;
	margin-right: auto;
	min-height:inherit;
	border: 1px solid #CCCCCC;
  }

#menu_top
  {
    width: 200px;
	height: 22px;
    font-family: "trebuchet MS";
    font-size: 14px;
	background-image:url(../images/sidemenu/top.png)
  }
  
#menu_icon
  {
    width: 50px;
	height: 60px;
    font-family: "trebuchet MS";
	font-size: 14px;
	font-weight:bold;
	color: #004f6f;
	background-image: url(../images/sidemenu/media_icon.png);
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	float:left;
  }
  
#menu_icon_broadcast
  {
    width: 50px;
	height: 60px;
    font-family: "trebuchet MS";
	font-size: 14px;
	font-weight:bold;
	color: #004f6f;
	background-image: url(../images/sidemenu/broadcast_icon.png);
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	float:left;
  }

#menu_icon_faq
  {
    width: 50px;
	height: 60px;
    font-family: "trebuchet MS";
	font-size: 14px;
	font-weight:bold;
	color: #004f6f;
	background-image: url(../images/sidemenu/faq_icon.png);
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	float:left;
  }
  
  
#menu_title
  {
    width: 140px;
	height: 50px;
    font-family: "trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #004f6f;
	background-color:#f4f4f4;
	float:left;
  }
  
#menu ul
  {
    list-style:none;
    margin: 0;
    padding: 0;
	float: left;
  }

#menu li a 
  {
    display: block;
    padding: 10px;
    background-color: #f4f4f4;
    text-decoration: none;
	border-bottom: 1px dotted #B6B6B6;
    color: #575757;
    width: 180px;
  }

#menu ul li a:hover 
  {
    border-bottom: 1px dotted #B6B6B6;
    text-decoration: none;
	color: #ffffff;
    background-color:#f87016;
  }


