/*
Theme Name: WordPress Default

*/
body {
margin:0px;
padding:0px;
background-color:#333333;
overflow:scroll;
>overflow:auto;
}

td p {
font-size:13px;
font-family:arial;
}

h6 {
font-family : Arial, Helvetica, sans-serif;
font-size : 0.7em;
font-weight : bold;
color : #ff6600;
letter-spacing : 0.04em;
}

h1 {
font-family: Times New Roman;
font-size:15px;
font-weight:bold;
text-transform: Uppercase;
color:#E8680F;
}

h5 {
font-family : Arial, Helvetica, sans-serif;
font-size : 0.7em;
font-weight : bold;
color : #ffffff;
}
p {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #333333;
line-height : 1.25em;
}
h4 {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
color : #000000;
border-bottom-color : #ff6600;
}
a:link {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #666666;
text-decoration : none;
font-weight : bold;
}
a:hover {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #ff6600;
text-decoration : none;
font-weight : bold;
}
a:visited {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #999999;
text-decoration : none;
font-weight : bold;
}

.nav {
height:28px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 760px; /*For KHTML*/
  list-style: none;
  height: 20px;
  float:left;
  margin-top:5px;
  border-bottom: 1px solid #fff;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 20px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 180px;
  list-style: none;
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font-family: Arial;
  font-size:13px;
  font-weight:normal;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 180px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/

}

ul#navmenu-h .left_li{
border-left: none!important;
}

ul#navmenu-h .right_li{
border-right: none!important;
}

/* Root Menu */
ul#navmenu-h a {
  padding: 0px 17px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background:none;
  color: #fff;
  font-family: Arial;
  letter-spacing: 1px;
  text-transform:uppercase;
  font-size:11px;
  text-align:left;
  font-weight:bold;  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background:none;
  color: #FF6600;
}

ul#navmenu-h ul {
margin-top:0px;
margin-left:10px;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #eee;
  padding: 4px 5px;
  color: #000;
  border: 1px solid #ddd;
  font-size:11px!important;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #FF6600;
  color: #ECEBE9;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #eee;
  color: #000;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #FF6600;
  color: #ECEBE9;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #000;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #FF6600;
  color: #ECEBE9;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

