body {
 margin: 0;
 margin-right: 155px;
 background-image: url(bg.png);
 background-repeat: repeat-y;
 background-position: top right;
 background-color: #fff;
}

a {
 color: #4040ff;
 font-family: verdana, arial;
 font-weight: bold;
 text-decoration: underline;
}

a:visited {
 color: #4040ff;
 font-family: verdana, arial;
 font-weight: bold;
 text-decoration: underline;
}

a:hover {
 color: #800000;
 font-family: verdana, arial;
 font-weight: bold;
 text-decoration: none;
}

a:active {
 color: #4040ff;
 font-family: verdana, arial;
 font-weight: bold;
 text-decoration: underline;
}

img {
 border: 0;
}

#header {
 height: 125px;
 text-align: center;
 font-family: verdana, tahoma, arial;
 margin-right: -155px;
 padding: 0;
 background-image: url(headerbg2.png);
 background-repeat: no-repeat;
 background-position:  left top;; margin-left:0; margin-top:0; margin-bottom:0
}

#header p {
 font-family: verdana, tahoma, arial;
 font-size: 13px;
 font-style: normal;
 font-weight: bold;
 text-indent: 0;
 line-height: 17px;
 margin: 0;
 margin-right: 5px;
 margin-bottom: 15px;
 padding-right: 28px;
 padding-top: 21px;
 color: #000;
 text-align: right;
}

#content {
 color: #000;
 font-family: verdana, tahoma, arial;
 font-size: 15px;
 font-style: normal;
 line-height: 22px;
 padding: 5px;
 margin: 0;
 margin-left: 170px;
}

#content p {
 font-family: verdana, tahoma, arial;
 font-size: 15px;
 font-style: normal;
 text-indent: 50px;
 line-height: 21px;
 margin: 0;
 margin-bottom: 15px;
 padding: 0;
 color: #000;
}

#content h2 {
 font-family: verdana, tahoma, arial;
 font-size: 24px;
 color: #000;
 font-style: normal;
 margin: 0;
 margin-bottom: 10px;
 padding: 0;
 border: 0;
 border-bottom: 1px solid #000;
}

#content h3 {
 font-family: verdana, tahoma, arial;
 font-size: 18px;
 color: #000;
 font-style: normal;
 margin: 0;
 margin-bottom: 10px;
 padding: 0;
 border: 0;
}

#content h4 {
 font-family: verdana, tahoma, arial;
 font-size: 13px;
 color: #000;
 font-style: normal;
 margin: 0;
 margin-top: 5px;
 padding: 0;
 border: 0;
 border-bottom: 1px solid #000;
}

hr {
 margin: 0;
 margin-bottom: 7px;
}

ol {
 font-family: verdana, tahoma, arial;
 font-size: 15px;
 font-style: normal;
 list-style: decimal;
}

#menu {
 position: absolute;
 top: 130px;
 left: 0;
 width: 175px;
}

ul {
 margin: 0;
 padding: 0;
 list-style: none;
 width: 165px; /* Width of Menu Items */
 border-bottom: 1px solid #000;
}

ul li {
 position: relative;
}
	
li ul {
 position: absolute;
 left: 164px; /* Set 1px less than menu width */
 top: 0;
 display: none;
}

ul li a {
 border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; display: block;
 text-decoration: none;
 color: #000;
 font-size: 12px;
 padding: 5px;
 border-bottom: 0 none;
 background-color: #fff;
 background-image: url(paws.gif);
 background-position: 100% 50%; 
 background-repeat: no-repeat
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:visited {
 text-decoration: none;
 color: #000;
 font-size: 12px;
 background-color: #fff;
 background-position: 100% 50%; 
 background-repeat: no-repeat;
}

ul li a:hover {
 text-decoration: none;
 color: #000;
 font-size: 12px;
 background-color: #4dc7e3;
 background-position: 100% 50%; 
 background-repeat: no-repeat;
} /* Hover Styles */

ul li a:active {
 text-decoration: none;
 color: #000;
 font-size: 12px;
 background-color: #fff;
 background-position: 100% 50%; 
 background-repeat: no-repeat;
}
li ul li a { padding: 5px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

#feature {
 position: absolute;
 top: 125px;
 right: 0;
 width: 135px;
 padding: 0;
 padding-top: 5px;
 height: 100%;
}

#feature p {
 font-family: verdana, tahoma, arial;
 font-size: 13px;
 font-style: normal;
 font-weight: bold;
 text-indent: 0;
 line-height: 18px;
 margin: 0;
 margin-bottom: 5px;
 padding: 0;
 color: #000;
 text-align: center;
}