body {
    background: #fff url("/images/background.jpg") repeat-x top left;
    font: normal 70% Verdana, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: middle;
}


a {
    color:#708F4B;
}


#header {
    background: #708F4B url(/images/background.png) repeat-x top left;
    margin: 0;
    padding: 0;    
}

#brand {
    height: 60px;
    margin: 0;
    padding: 0;
} 
#brand #logo {
    background: url(/images/managr_logo.gif) no-repeat;
    height: 45px; 
    left: 20px;
    position: absolute;
    top: 20px;
    width: 268px;
}
#brand #logo a {
	display: block;
	height: 33px;
	width: 268px;
}
#brand #logo img {
	display: none;
}
#brand #betatext {
    color: #fff;
    font: 10px Arial, Helvetica, sans-serif;
    left: 114px;
    position: absolute;
    top: 45px;
    display: none;
}
#brand #supporter {
    left: 350px;
    position: absolute;
    top: 2px;   
}



#accounts {
    color: #fff;
    font-size: 90%;
    position: absolute;
    right: 50px;
    text-align: right;
    top: 35px;
    z-index: 1000;
}
#accounts a {
    color: #fff;
    font-weight:bold;
    text-decoration: none;
}
#accounts a:hover {
    text-decoration: underline;
}


#nav {
  width: 100%;    
	background-color: white;
	background: url(/images/nav_background.png) repeat top left;
}
#nav hr {
    border: 1px solid #ccc;
    height: 1px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	float: left;
	position: relative;
	width: 100px;
	text-align: center;
	padding: 7px 0;
	border-right: 1px solid #607E35;
	z-index:110;
}
#nav ul li a {
    text-decoration: none;
    font: bold 110%/1.5em "Trebuchet MS", Verdana;
    color: #fff;
    padding: 0 15px;
}
#nav ul li:hover a,
#nav ul li.over a {
    color: #607E35;
}

#nav li li a {
	display: block;
	font: bold 100%/1.2em "Trebuchet MS", Verdana;
	color: #000;
	padding: 5px 0;
}

#nav li li a:hover {
	background-color: #C0B898;
	color: #fff;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border: solid 1px #607E35;
	border-top: 0;	
	background-color: white;
	z-index: 110;
}

li>ul {
	top: auto;
	left: -1px;
}

#nav li li {
	display: block;
	float: none;
	padding:0;
	margin:0;
	border:0;
}
#nav li:hover, #nav li.over {
    background-color: #f9fbf8;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}


#main {
    color: #333;              
}
#main  h1 {
    color: #765;
    font: bold 140%/2em "Trebuchet MS", Arial, sans-serif;
    margin: 0;
    padding: 0 0 5px 15px;                  
    background: url(/images/h1_background.gif) repeat-x bottom left;
}
#main h1 a {
    color: #765;
}
#main h1 a:hover {
    color: #708F4B;
}



#footer {
    background: #F9FDFF url(../images/footer_background.gif) no-repeat bottom left; 
    border-top: 1px solid #666;
    font-size: 90%;
    line-height: 1.6em;
    margin: 0;
    padding: 10px 0 10px 0;
    clear: both;
}
#footer p {
    color: #708F4B;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* \*/
* html #nav {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/nav_background.png', sizingMethod='scale'); }
/* */


