﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #FFFFFF;
}
#container {
	overflow: auto;
	width: 646px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 626px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #ef6800;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
	width: 456px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
	padding-right: inherit;
	counter-increment: inherit;
}
#footer {
	text-align: center;
	clear: both;
	width: 626px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #ef6800;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 60px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 1px;
	border-bottom: 3px solid #f2f2f2;
	empty-cells: hide;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	color: #fff;
	margin: 5px;
	padding: 5px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/*Start*/
<style type="text/css">
 
.menu-item {
  /*background: #fff;*/
  width: 200px;
  } 
  
  /*Menu Header Styles*/
.menu-item h4 {
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	border-top: 1px solid rgba(255,255,255,0.2);
	font-size: 12px;
	font-weight: 500;
	padding: 7px 12px;
}
.menu-item h4 a {
  color: white;
  display: block;
  text-decoration: none;
  width: 110px;
}
.menu-item h4:hover {  
  background: #f89c09; /* Old browsers */
  background: -moz-linear-gradient(top,  #f89c09 0%, #a46804 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f89c09), color-stop(100%,#a46804)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f89c09 0%,#a46804 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f89c09 0%,#a46804 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f89c09 0%,#a46804 100%); /* IE10+ */
  background: linear-gradient(top,  #f89c09 0%,#a46804 100%); /* W3C */
  background: filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89c09', endColorstr='#a46804',GradientType=0 ); /* IE6-9 */
}
/*First Item Styles*/
.alpha p {
    font-size: 13px;
    padding: 8px 12px;
    color: #aaa;
}
/*ul Styles*/
.menu-item ul {
	/*background: #fff;*/
    font-size: 11px;
	line-height: 20px;
	height: 0px;
	list-style-type: none;
	overflow: hidden;
	padding: 0px;
	
	/*Animation*/	
    -webkit-transition:.50s ease-out;
	-moz-transition:.50s ease-out;
	-o-transition: .50s ease-out;
	-ms-transition: .50s ease-out;
	-transition: .50s ease-out;
	elevation: lower;
}                     
.menu-item:hover ul {
  height: 222px;
}
.menu-item ul a {
  margin-left: 10px;
  text-decoration: none;
  color: #aaa;
  display: block;
  width: 300px;
}
 
/*li Styles*/
.menu-item li {
  border-bottom: 1px solid #eee;
}
 
.menu-item li:hover {
  background: #eee;
}

</style>

