#navbar {
    border:none;
    padding-bottom: 0;
    padding-left: 0;
}

#breadcrumb {
   /* border-bottom: 1px solid black;
    padding-bottom: 10px;
    padding-left: 10px;*/
	display:none;
}
ul.horizontal, ul.horizontal li {
    font-size: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
	 
}
ul.horizontal {
    cursor: default;
    height: 30px;
    left: 0;
    top: 1.05em;
    width: 100%;
    z-index: 2000;
	 background: transparent url("http://acta.tums.ac.ir/styles/mnu.png") no-repeat scroll 0 0;
}
ul.horizontal li {
    cursor: pointer;
    float: left;
    left: 10px;
    margin: 0 0 0 -1px;
    position: relative;
    text-align: left;
    width: auto;
	 
}
* html ul.horizontal li {
    margin: 0 -10.55em 0 10.5em;
}
ul[class^="horizontal"] li {
    left: 0.05em;
    margin: 0 -10.55em 0 10.45em;
}
ul.horizontal ul {
    cursor: default;
    left: -10000px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: auto;
    width: 8.2em;
    z-index: 2020;
}
ul.horizontal ul li {
    left: auto;
    margin: -1px 0 0;
    width: 8.2em;
}
ul.horizontal ul.wider, ul.horizontal ul.wider li {
    border: 0 solid #961E1F;
    width: 12.2em;
}
ul.horizontal ul.wider li {
    border: 1px solid #961E1F;
}
ul.horizontal ul.wider a, ul.horizontal ul.wider a:visited {
    background-color: #e6c0c0;
    color: #806020;
}
ul.horizontal ul.wider a:hover {
   background-color: #B22725;
    color: #fff;
}
ul.horizontal ul ul {
    margin: -0.45em 0 0 7.65em;
}
@media screen, projection {
ul.horizontal li:hover > ul {
    left: auto;
}
ul.horizontal ul li:hover > ul {
    top: 0;
}
}
ul.horizontal a:visited,ul.horizontal a:hover{
    background: #961E1F none repeat scroll 0 0;
    border: 0 solid #edbb85;
    color: #fff;
    cursor: pointer;
    display: block;
    font: bold 0.7em tahoma,verdana,sans-serif;
    letter-spacing: 1px;
    padding: 5px 7px;
    text-decoration: none;
}

ul.horizontal a {
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: block;
    font: bold 0.7em tahoma,verdana,sans-serif;
    letter-spacing: 1px;
    padding: 5px 7px;
    text-decoration: none;
}

ul.horizontal > a, ul.horizontal > a:visited {

    border: none;
}
ul.horizontal a:hover, ul.horizontal a:focus, ul.horizontal a.rollover, ul.horizontal a.rollover:visited {
    background: #F5EEE2 none repeat scroll 0 0;
    color: #806020;
}
ul.horizontal a {
    float: left;
		 
}
@media screen, projection {
ul.horizontal a {
    float: none;
}
}
ul.horizontal a:not(:nth-child(n)) {
    float: left;
}
ul.horizontal ul a {
    float: none !important;
		 
}
@media screen, projection {
* html ul.horizontal li {
    background: #ffffff none repeat scroll 0 0;
    display: inline;
    float: left;
}
}
* html ul.horizontal li {
    position: static;
}
* html ul.horizontal a {
    position: relative;
}
ul[class^="horizontal"] ul {
    display: none;
}
ul[class^="horizontal"] ul {
    display: block;
}

#navbar a {
 font-size: 0.7em !important;
    padding-bottom: 9px;
    padding-top: 7px;
    text-decoration: none;
    text-transform: capitalize;
}